From owner-dev-commits-ports-main@freebsd.org Tue Sep 21 03:50:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADD636B2AF7; Tue, 21 Sep 2021 03:50:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6sK1lntz4dyS; Tue, 21 Sep 2021 03:50:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C28441C7EB; Tue, 21 Sep 2021 03:50:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3odPQ027917; Tue, 21 Sep 2021 03:50:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3od80027916; Tue, 21 Sep 2021 03:50:39 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:50:39 GMT Message-Id: <202109210350.18L3od80027916@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c0db9a47b002 - main - security/pear-Crypt_GPG: Update to 1.6.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0db9a47b002f69fbd7b29a23bf18df8968d82e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:50:46 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0db9a47b002f69fbd7b29a23bf18df8968d82e5 commit c0db9a47b002f69fbd7b29a23bf18df8968d82e5 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:11:48 +0000 Commit: Po-Chuan Hsieh 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 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