diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-21 12:43:39 +0000 |
commit | 2f634463b614583df80d788d285e2d996318a4e3 (patch) | |
tree | 8334050c9f73c9abb4eb3dda1b54b27f4add873f /security/pecl-gnupg | |
parent | 6004f13382c7878fc39ee50fb971daf0a6c5853b (diff) |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe
Notes
Notes:
svn path=/head/; revision=278110
Diffstat (limited to 'security/pecl-gnupg')
-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 f3c906c83137..c6f9caa95201 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.3.1 -PORTREVISION= 4 +PORTREVISION= 5 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.18:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme USE_PHP= yes USE_PHPEXT= yes |