Date: Sat, 6 Aug 2016 11:47:06 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419739 - head/security/pear-Crypt_GPG Message-ID: <201608061147.u76Bl6QR074091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Aug 6 11:47:06 2016 New Revision: 419739 URL: https://svnweb.freebsd.org/changeset/ports/419739 Log: - Update to 1.4.2 [1] - Take maintainership [1] - Convert to USES=php PR: 211608 [1] Submitted by: Demetris Procopiou Modified: head/security/pear-Crypt_GPG/Makefile head/security/pear-Crypt_GPG/distinfo Modified: head/security/pear-Crypt_GPG/Makefile ============================================================================== --- head/security/pear-Crypt_GPG/Makefile Sat Aug 6 11:21:39 2016 (r419738) +++ head/security/pear-Crypt_GPG/Makefile Sat Aug 6 11:47:06 2016 (r419739) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= Crypt_GPG -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.2 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dem.procopiou@gmail.com COMMENT= GNU Privacy Guard (GPG) LICENSE= LGPL21 @@ -15,7 +15,7 @@ BUILD_DEPENDS= pear-Console_CommandLine> RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USES= pear +USES= pear php USE_PHP= mbstring posix .include <bsd.port.mk> Modified: head/security/pear-Crypt_GPG/distinfo ============================================================================== --- head/security/pear-Crypt_GPG/distinfo Sat Aug 6 11:21:39 2016 (r419738) +++ head/security/pear-Crypt_GPG/distinfo Sat Aug 6 11:47:06 2016 (r419739) @@ -1,2 +1,3 @@ -SHA256 (PEAR/Crypt_GPG-1.4.0.tgz) = 5188a60d194e5bee8894e9438edac5aefe27c9620121df192486ffdba2fc277b -SIZE (PEAR/Crypt_GPG-1.4.0.tgz) = 344697 +TIMESTAMP = 1470290580 +SHA256 (PEAR/Crypt_GPG-1.4.2.tgz) = 8e1cf98b5bf37fead50745327261c021efac8c1ee2bddd57c38be57e8f1bc969 +SIZE (PEAR/Crypt_GPG-1.4.2.tgz) = 345962
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608061147.u76Bl6QR074091>