diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /mail | |
parent | Update to 1.6.1. (diff) |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Notes
Notes:
svn path=/head/; revision=181262
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 2 | ||||
-rw-r--r-- | mail/libetpan/Makefile | 3 | ||||
-rw-r--r-- | mail/libnewmail/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt-ng/Makefile | 3 | ||||
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
6 files changed, 11 insertions, 8 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 7151c132db29..140bd7b621ce 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -19,7 +19,7 @@ PORTNAME= anubis PORTVERSION= 3.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 693738db88c0..6320e48005c3 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 0.48 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +26,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else USE_OPENSSL= yes diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 58ab6f5c7c60..fa90f0820bca 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnewmail PORTVERSION= 0.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ \ http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ @@ -15,7 +15,7 @@ MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Generic mail checking library -LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ oop.4:${PORTSDIR}/devel/liboop USE_AUTOTOOLS= libltdl:15 diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 832e60877e38..dacaf7d77e17 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp @@ -26,7 +27,7 @@ MAN1= msmtp.1 INFO= msmtp .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl=gnutls .elif defined(WITH_OPENSSL) USE_OPENSSL= yes diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index 486deb6f75ed..b827ecfd5889 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= mutt-ng PORTVERSION= 20060915 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -76,7 +77,7 @@ CONFIGURE_ARGS+= --enable-imap CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else CONFIGURE_ARGS+= --with-gnutls=${LOCALBASE} -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .endif .endif diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 696ec80aaa39..604567ad1f88 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .if defined(WITH_GNUTLS) LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} .else |