diff options
author | wxs <wxs@FreeBSD.org> | 2009-07-16 00:47:45 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-07-16 00:47:45 +0800 |
commit | 5df5244832441b2891d52b6e4692f7826550fbf9 (patch) | |
tree | e5cc110a0c6b72dd9bb7f133efd52b77ab031c63 /security/pecl-gnupg/Makefile | |
parent | 194d70d50158859e626cd148123bb52dec698a06 (diff) | |
download | freebsd-ports-gnome-5df5244832441b2891d52b6e4692f7826550fbf9.tar.gz freebsd-ports-gnome-5df5244832441b2891d52b6e4692f7826550fbf9.tar.zst freebsd-ports-gnome-5df5244832441b2891d52b6e4692f7826550fbf9.zip |
- Chase security/gpgme update.
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911
Diffstat (limited to 'security/pecl-gnupg/Makefile')
-rw-r--r-- | security/pecl-gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 6b4d1d809c36..5abdecd3b9bf 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= mnag@FreeBSD.org COMMENT= A pecl wrapper around the gpgme library -LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme USE_PHP= yes USE_PHPEXT= yes |