diff options
author | jhale <jhale@FreeBSD.org> | 2013-10-21 03:20:15 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-10-21 03:20:15 +0800 |
commit | aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3 (patch) | |
tree | fbc624ebebfbe7afce5736f025523e4649fa9967 /mail | |
parent | f6708d247696d714b56cc84a87c32288691d0dc1 (diff) | |
download | freebsd-ports-gnome-aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3.tar.gz freebsd-ports-gnome-aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3.tar.zst freebsd-ports-gnome-aa7ac53b1ea7dc9c006ee3d1ffbb8d1a9b94b2e3.zip |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 2 | ||||
-rw-r--r-- | mail/balsa/Makefile | 2 | ||||
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 2 | ||||
-rw-r--r-- | mail/elmo-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/elmo/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 7ed846089953..67e87eec7355 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index a9a9d1e8a055..508bdc9111d9 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -4,7 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.4.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ DISTNAME= balsa-${PORTVERSION} diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index 5a5ac73811b4..b71740f91fb9 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgp -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PGP plugins for Claws Mail diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index a4cf44d472ac..c6ca963323e7 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= elmo PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= -devel @@ -40,7 +40,7 @@ PLIST_SUB+= NLS="@comment " .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme .else pre-everything:: @${ECHO_CMD} diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index a45065cca4cd..5066ee382e32 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -3,7 +3,7 @@ PORTNAME= elmo PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -34,7 +34,7 @@ NLS_USES= gettext OPTIONS_SUB= yes .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme .else NO_STAGE= yes pre-everything:: diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 2f59aa7995fc..f6391d638048 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.5.21 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/ \ diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 90674ab4ca86..a8ead679a247 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -3,7 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ CRITICAL |