aboutsummaryrefslogtreecommitdiff
path: root/mail/anubis
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-21 12:43:39 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-21 12:43:39 +0000
commit2f634463b614583df80d788d285e2d996318a4e3 (patch)
tree8334050c9f73c9abb4eb3dda1b54b27f4add873f /mail/anubis
parent6004f13382c7878fc39ee50fb971daf0a6c5853b (diff)
downloadports-2f634463b614583df80d788d285e2d996318a4e3.tar.gz
ports-2f634463b614583df80d788d285e2d996318a4e3.zip
- Chase gpgme shared lib bump.
- Add an entry to UPDATING Reviewed by: tabthorpe
Notes
Notes: svn path=/head/; revision=278110
Diffstat (limited to 'mail/anubis')
-rw-r--r--mail/anubis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index f4332af16fec..9bc86e7d145d 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= anubis
PORTVERSION= 4.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -70,7 +70,7 @@ PLIST_SUB+= GUILE=""
.if defined(WITHOUT_GPGME)
CONFIGURE_ARGS+=--without-gpgme
.else
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
.endif
.if defined(WITHOUT_GNUTLS)