diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:11:48 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 03:44:15 +0000 |
commit | c0db9a47b002f69fbd7b29a23bf18df8968d82e5 (patch) | |
tree | b4cccfca5cd66bf4867fc3d2fba72a62e1973e7f | |
parent | cd2a71dbfd95c49f1f03799d0418f8640c6bfd5c (diff) | |
download | ports-c0db9a47b002f69fbd7b29a23bf18df8968d82e5.tar.gz ports-c0db9a47b002f69fbd7b29a23bf18df8968d82e5.zip |
security/pear-Crypt_GPG: Update to 1.6.6
- Update pkg-descr
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 | 4 | ||||
-rw-r--r-- | security/pear-Crypt_GPG/distinfo | 6 | ||||
-rw-r--r-- | security/pear-Crypt_GPG/pkg-descr | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile index f6bc7f27df6a..922661e9e098 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.5 +PORTVERSION= 1.6.6 CATEGORIES= security www pear MAINTAINER= sunpoet@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine@${PHP_FLAVOR} -USES= pear php +USES= pear USE_PHP= mbstring posix NO_ARCH= yes diff --git a/security/pear-Crypt_GPG/distinfo b/security/pear-Crypt_GPG/distinfo index 5ba3c2b2f090..78e891faa120 100644 --- a/security/pear-Crypt_GPG/distinfo +++ b/security/pear-Crypt_GPG/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320082 -SHA256 (PEAR/Crypt_GPG-1.6.5.tgz) = 3afdee6a10d4c7246f568d4fda5dbccfeaeaed8f83134d6138bc4a368fc53deb -SIZE (PEAR/Crypt_GPG-1.6.5.tgz) = 346966 +TIMESTAMP = 1632037018 +SHA256 (PEAR/Crypt_GPG-1.6.6.tgz) = 29168eae567e9558161f90066c8709f6c254264a3232813865cf32748092a07b +SIZE (PEAR/Crypt_GPG-1.6.6.tgz) = 343929 diff --git a/security/pear-Crypt_GPG/pkg-descr b/security/pear-Crypt_GPG/pkg-descr index 13d35bd56a5e..2a0d0aa78361 100644 --- a/security/pear-Crypt_GPG/pkg-descr +++ b/security/pear-Crypt_GPG/pkg-descr @@ -1,7 +1,7 @@ -This package provides an object oriented interface to GNU Privacy -Guard (GPG). It requires the GPG executable to be on the system. +This package provides an object oriented interface to GNU Privacy Guard (GnuPG). +It requires the GnuPG executable to be on the system. -Though GPG can support symmetric-key cryptography, this package is intended +Though GnuPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography. WWW: https://pear.php.net/package/Crypt_GPG |