diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 06:19:49 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 06:19:49 +0000 |
commit | dd3c990218b58df556ed7f3aa64d3083161047a1 (patch) | |
tree | 1012b0c8c563a636d92780ee0034a62d0e90f843 | |
parent | eb5c089ddcd9a99f41a3839ccf6ea6e064a1cfe6 (diff) | |
download | FreeBSD-ports-dd3c990218b58df556ed7f3aa64d3083161047a1.zip FreeBSD-ports-dd3c990218b58df556ed7f3aa64d3083161047a1.tar.gz |
- Update to 1.3.6
Changes: https://pecl.php.net/package-changelog.php?package=gnupg
-rw-r--r-- | security/pecl-gnupg/Makefile | 5 | ||||
-rw-r--r-- | security/pecl-gnupg/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index a827a40..d4c77b3 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,10 +17,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme +IGNORE_WITH_PHP=70 USE_PHP= yes USE_PHPEXT= yes USES= localbase tar:tgz -IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4 diff --git a/security/pecl-gnupg/distinfo b/security/pecl-gnupg/distinfo index c03b888..23eae25 100644 --- a/security/pecl-gnupg/distinfo +++ b/security/pecl-gnupg/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/gnupg-1.3.3.tgz) = 6a20b9bb8567b305a77bc2c5671c3cb28006f337f5f022aff4e2968a2a3eb121 -SIZE (PECL/gnupg-1.3.3.tgz) = 19141 +SHA256 (PECL/gnupg-1.3.6.tgz) = 50065cb81f1ac3ec5fcd796e58c8433071ff24cc14900e6077682717f5239307 +SIZE (PECL/gnupg-1.3.6.tgz) = 19273 |