Index: head/mail/libesmtp/Makefile =================================================================== --- head/mail/libesmtp/Makefile (revision 48898) +++ head/mail/libesmtp/Makefile (revision 48899) @@ -1,40 +1,40 @@ # New ports collection makefile for: libesmtp # Date created: Sun Feb 21 2001 # Whom: tobez@tobez.org # # $FreeBSD$ PORTNAME= libesmtp -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.6 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ http://www.theochem.kth.se/~pawsa/balsa/ \ http://www.tobez.org/download/port-mirrors/mail/libesmtp/ MAINTAINER= jmcoopr@webmail.bmi.net LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} # require-all-recipients is required for Balsa-1.1.7 CONFIGURE_ARGS= --enable-require-all-recipients --enable-starttls post-install: .ifndef(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/libesmtp ${MKDIR} ${PREFIX}/share/doc/libesmtp ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/libesmtp ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/libesmtp ${INSTALL_DATA} ${WRKSRC}/Notes ${PREFIX}/share/doc/libesmtp ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libesmtp .endif .include Property changes on: head/mail/libesmtp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/mail/libesmtp/distinfo =================================================================== --- head/mail/libesmtp/distinfo (revision 48898) +++ head/mail/libesmtp/distinfo (revision 48899) @@ -1 +1 @@ -MD5 (libesmtp-0.8.4.tar.bz2) = efda799ecdc178eff25e2b8f95f93149 +MD5 (libesmtp-0.8.6.tar.bz2) = 2b0faec540e606109535f6ba76f3a45b Property changes on: head/mail/libesmtp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/mail/libesmtp/pkg-descr =================================================================== --- head/mail/libesmtp/pkg-descr (revision 48898) +++ head/mail/libesmtp/pkg-descr (revision 48899) @@ -1,19 +1,19 @@ libESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It may be used as part of a Mail User Agent (MUA) or another program that must be able to post electronic mail but where mail functionality is not the program's primary purpose. libESMTP is not intended to be used as part of a program that implements a Mail Transport Agent. libESMTP is an attempt to provide a robust implementation of the SMTP protocol for use with mail clients. It is being developed as a reaction to the experience of incomplete or buggy implementations of SMTP and also to help remove the need for the installation of MTAs on workstations which only need them to provide a sendmail command for a mail client to post its mail. WWW: http://www.stafford.uklinux.net/libesmtp/ -- Anton -tobez@FreeBSD.org +-- jmc +jmcoopr@webmail.bmi.net Property changes on: head/mail/libesmtp/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property