diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 17:52:44 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-07 18:11:00 +0000 |
commit | 2a0d48599c81a6fd63090be66f2fe4576ca37078 (patch) | |
tree | bc309fba3899f2bca47a02afde3d29b9432bae74 | |
parent | af497ea76f08baae61e75c627899a5e230085d31 (diff) | |
download | ports-2a0d48599c81a6fd63090be66f2fe4576ca37078.tar.gz ports-2a0d48599c81a6fd63090be66f2fe4576ca37078.zip |
security/pear-Crypt_GPG: Update to 1.6.7
Changes: https://pear.php.net/package/Crypt_GPG/download/
https://github.com/pear/Crypt_GPG/commits/master
-rw-r--r-- | security/pear-Crypt_GPG/Makefile | 6 | ||||
-rw-r--r-- | security/pear-Crypt_GPG/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile index 2ed4096f2435..2574d048eb37 100644 --- a/security/pear-Crypt_GPG/Makefile +++ b/security/pear-Crypt_GPG/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Wilke <miwi@FreeBSD.org> PORTNAME= Crypt_GPG -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.7 CATEGORIES= security www pear MAINTAINER= sunpoet@FreeBSD.org @@ -15,8 +15,8 @@ RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console USES= pear USE_PHP= mbstring posix -CONFLICTS_INSTALL= php*-pear-Crypt_GPG # bin/crypt-gpg-pinentry - NO_ARCH= yes +CONFLICTS_INSTALL= php*-pear-Crypt_GPG # bin/crypt-gpg-pinentry + .include <bsd.port.mk> diff --git a/security/pear-Crypt_GPG/distinfo b/security/pear-Crypt_GPG/distinfo index 78e891faa120..35f4d146b64e 100644 --- a/security/pear-Crypt_GPG/distinfo +++ b/security/pear-Crypt_GPG/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037018 -SHA256 (PEAR/Crypt_GPG-1.6.6.tgz) = 29168eae567e9558161f90066c8709f6c254264a3232813865cf32748092a07b -SIZE (PEAR/Crypt_GPG-1.6.6.tgz) = 343929 +TIMESTAMP = 1646057910 +SHA256 (PEAR/Crypt_GPG-1.6.7.tgz) = 50bbc63a501bc379adeb0d2b88b50511fcac16f83776ed517a8947a0dcbd6334 +SIZE (PEAR/Crypt_GPG-1.6.7.tgz) = 343957 |