diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-16 22:14:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-16 22:14:31 +0800 |
commit | 68f8ed0cc87ad4b8bf58596fe796246951b3dc52 (patch) | |
tree | 5d39aa5981c0b168dedf8ed2272deb3e0951ad3c /mail | |
parent | b7533a52d684a41d3e987a6a6634ff6cb23fa54a (diff) | |
download | freebsd-ports-gnome-68f8ed0cc87ad4b8bf58596fe796246951b3dc52.tar.gz freebsd-ports-gnome-68f8ed0cc87ad4b8bf58596fe796246951b3dc52.tar.zst freebsd-ports-gnome-68f8ed0cc87ad4b8bf58596fe796246951b3dc52.zip |
Maintainer update to version 1.0
PR: ports/45299
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libesmtp/Makefile | 13 | ||||
-rw-r--r-- | mail/libesmtp/distinfo | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 1bfcb2f481d4..8da9c3281147 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -5,7 +5,8 @@ # $FreeBSD$ PORTNAME= libesmtp -PORTVERSION= 1.0rc1 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \ @@ -23,14 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" -# require-all-recipients (implied by enable-all) is required for Balsa-1.3.x -CONFIGURE_ARGS= --enable-all - -pre-configure: - @${CP} ${LOCALBASE}/share/libtool/ltconfig ${WRKSRC} - -post-configure: - @cd ${WRKSRC} && ./ltconfig ./ltmain.sh +# require-all-recipients (implied by enable-all) is required for Balsa +CONFIGURE_ARGS= --enable-all --disable-isoc post-install: .ifndef(NOPORTDOCS) diff --git a/mail/libesmtp/distinfo b/mail/libesmtp/distinfo index ca799014de0f..94a8e3dac6b2 100644 --- a/mail/libesmtp/distinfo +++ b/mail/libesmtp/distinfo @@ -1 +1 @@ -MD5 (libesmtp-1.0rc1.tar.bz2) = 20b1c04ce74f40b64f5b3ffb3bd7da06 +MD5 (libesmtp-1.0.tar.bz2) = 6da5742bd8119a48a8385adfad14ea85 |