diff options
author | naddy <naddy@FreeBSD.org> | 2004-03-20 10:01:39 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-03-20 10:01:39 +0800 |
commit | 32020f419c04b2109164c3fffc311280419b56b3 (patch) | |
tree | ffd91b94da69ac413df702cf25e83decaa81855c /mail | |
parent | 883e9e0423e4a14035af6ad458671ebc7d32d5b2 (diff) | |
download | freebsd-ports-graphics-32020f419c04b2109164c3fffc311280419b56b3.tar.gz freebsd-ports-graphics-32020f419c04b2109164c3fffc311280419b56b3.tar.zst freebsd-ports-graphics-32020f419c04b2109164c3fffc311280419b56b3.zip |
* Enable SSL support.
* Update to 10.7: miscellaneous bug and compatibility fixes, new home site.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 12 | ||||
-rw-r--r-- | mail/heirloom-mailx/distinfo | 4 | ||||
-rw-r--r-- | mail/heirloom-mailx/pkg-descr | 2 | ||||
-rw-r--r-- | mail/nail/Makefile | 12 | ||||
-rw-r--r-- | mail/nail/distinfo | 4 | ||||
-rw-r--r-- | mail/nail/pkg-descr | 2 |
6 files changed, 20 insertions, 16 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 7658ab80822..0e59debdcaf 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -6,19 +6,21 @@ # PORTNAME= nail -PORTVERSION= 10.6 +PORTVERSION= 10.7 CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ +MASTER_SITES= http://nail.berlios.de/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= BSD mail utility with MIME extensions LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_BZIP2= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" -CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" +CONFIGURE_ARGS= --with-openssl --with-rcfile="${PREFIX}/etc/nail.rc" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv" +LDFLAGS= -L${LOCALBASE}/lib MAN1= nail.1 diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo index 179aaaa0fb9..70991a243cf 100644 --- a/mail/heirloom-mailx/distinfo +++ b/mail/heirloom-mailx/distinfo @@ -1,2 +1,2 @@ -MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 -SIZE (nail-10.6.tar.gz) = 196354 +MD5 (nail-10.7.tar.bz2) = a361b4ab34ce04e0a15ea4fbc8e4a414 +SIZE (nail-10.7.tar.bz2) = 155312 diff --git a/mail/heirloom-mailx/pkg-descr b/mail/heirloom-mailx/pkg-descr index 49dcf73bbaf..7fece31a42e 100644 --- a/mail/heirloom-mailx/pkg-descr +++ b/mail/heirloom-mailx/pkg-descr @@ -1,3 +1,3 @@ BSD mail utility with MIME extensions -WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/ +WWW: http://nail.berlios.de/ diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 7658ab80822..0e59debdcaf 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,19 +6,21 @@ # PORTNAME= nail -PORTVERSION= 10.6 +PORTVERSION= 10.7 CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ +MASTER_SITES= http://nail.berlios.de/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= BSD mail utility with MIME extensions LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_BZIP2= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" -CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" +CONFIGURE_ARGS= --with-openssl --with-rcfile="${PREFIX}/etc/nail.rc" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv" +LDFLAGS= -L${LOCALBASE}/lib MAN1= nail.1 diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 179aaaa0fb9..70991a243cf 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,2 +1,2 @@ -MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 -SIZE (nail-10.6.tar.gz) = 196354 +MD5 (nail-10.7.tar.bz2) = a361b4ab34ce04e0a15ea4fbc8e4a414 +SIZE (nail-10.7.tar.bz2) = 155312 diff --git a/mail/nail/pkg-descr b/mail/nail/pkg-descr index 49dcf73bbaf..7fece31a42e 100644 --- a/mail/nail/pkg-descr +++ b/mail/nail/pkg-descr @@ -1,3 +1,3 @@ BSD mail utility with MIME extensions -WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/ +WWW: http://nail.berlios.de/ |