git: c0db9a47b002 - main - security/pear-Crypt_GPG: Update to 1.6.6
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:50:45 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c0db9a47b002f69fbd7b29a23bf18df8968d82e5
commit c0db9a47b002f69fbd7b29a23bf18df8968d82e5
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:11:48 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:44:15 +0000
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
---
security/pear-Crypt_GPG/Makefile | 4 ++--
security/pear-Crypt_GPG/distinfo | 6 +++---
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 at FreeBSD.org>
PORTNAME= Crypt_GPG
-PORTVERSION= 1.6.5
+PORTVERSION= 1.6.6
CATEGORIES= security www pear
MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list