diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /mail | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
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 |