aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-02-02 05:52:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-02-02 05:52:47 +0800
commit7583677930fe4c7d4985bfc5919d19de55738f8f (patch)
treec9dedd4fd258143ad4d6c1127298df5a43b84bc7
parentc0b11bdae97c993adeadabf288436035863d5060 (diff)
downloadfreebsd-ports-gnome-7583677930fe4c7d4985bfc5919d19de55738f8f.tar.gz
freebsd-ports-gnome-7583677930fe4c7d4985bfc5919d19de55738f8f.tar.zst
freebsd-ports-gnome-7583677930fe4c7d4985bfc5919d19de55738f8f.zip
- Update to 1.3.2
- Remove PHP_MODNAME - Cosmetic change - Take maintainership Changes: http://pecl.php.net/package-changelog.php?package=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