diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-06 03:13:52 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-06 03:13:52 +0800 |
commit | 063585bd78be64252bf1869f6307e729f7f4201f (patch) | |
tree | ba6759909c7d7c11b8502be41b130f1c16cb0729 /mail | |
parent | 97cd999de67882e1c312cffe8794b99101ae851b (diff) | |
download | freebsd-ports-gnome-063585bd78be64252bf1869f6307e729f7f4201f.tar.gz freebsd-ports-gnome-063585bd78be64252bf1869f6307e729f7f4201f.tar.zst freebsd-ports-gnome-063585bd78be64252bf1869f6307e729f7f4201f.zip |
Chase gpgme update
Bump PORTREVISION
Pointy hat to: lofi
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index e0a3f065923c..f1ef43fed6f7 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= balsa PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -51,7 +51,7 @@ OPTIONS= LDAP "Enable LDAP support" on \ .include <bsd.port.pre.mk> .if defined(WITH_GPG) -LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config .endif diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 6b8450c2ad4e..d14cddd57a81 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 1.0.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.0/ \ ${MASTER_SITE_SOURCEFORGE} @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-imlib CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 217820c52e7e..d0d2a45859d4 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ \ ${MASTER_SITE_SOURCEFORGE} |