aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-gnupg
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-01 21:52:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-01 21:52:47 +0000
commit9c5153881ea71d5189f6ded0160deaf8dd294fdb (patch)
treeec84afc6a9c5bdfb5d9acc0dbc1ccbe18344bade /security/pecl-gnupg
parent2aae7fc4b186eed441a90ca1ecf195d5069cd824 (diff)
downloadports-9c5153881ea71d5189f6ded0160deaf8dd294fdb.tar.gz
ports-9c5153881ea71d5189f6ded0160deaf8dd294fdb.zip
- Update to 1.3.2
- Remove PHP_MODNAME - Cosmetic change - Take maintainership Changes: http://pecl.php.net/package-changelog.php?package=gnupg
Notes
Notes: svn path=/head/; revision=290259
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r--security/pecl-gnupg/Makefile15
-rw-r--r--security/pecl-gnupg/distinfo4
2 files changed, 8 insertions, 11 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 07ad32c19c79..5379c2f56fcb 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -6,29 +6,26 @@
#
PORTNAME= gnupg
-PORTVERSION= 1.3.1
-PORTREVISION= 5
+PORTVERSION= 1.3.2
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A pecl wrapper around the gpgme library
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme
-USE_PHP= yes
-USE_PHPEXT= yes
-PHP_MODNAME= gnupg
-
+CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
-CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+USE_PHP= yes
+USE_PHPEXT= yes
post-patch:
- @${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
+ @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' \
${WRKSRC}/config.m4
.include <bsd.port.mk>
diff --git a/security/pecl-gnupg/distinfo b/security/pecl-gnupg/distinfo
index 6bd01093cb45..9793e472bcc7 100644
--- a/security/pecl-gnupg/distinfo
+++ b/security/pecl-gnupg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PECL/gnupg-1.3.1.tgz) = fc6980b9ec2fc31f2ba30f0b571832ebffeda6831c96cf206fc872e08418fe37
-SIZE (PECL/gnupg-1.3.1.tgz) = 19331
+SHA256 (PECL/gnupg-1.3.2.tgz) = 9da2d793e4f90cff8fa9b20c627f0977e1af7fe6597febac8cd1eabe988d59ee
+SIZE (PECL/gnupg-1.3.2.tgz) = 18237