diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-06 19:47:06 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-06 19:47:06 +0800 |
commit | 19b326fb3c503dc7930efd4d653fbc1bc37937b3 (patch) | |
tree | 43cffabd0b8f20ad3d5a5be31a0ac9f84e0e2fa7 /security/pear-Crypt_GPG | |
parent | ae7b9c7e2fb75dea49894715964dc160535bd913 (diff) | |
download | freebsd-ports-gnome-19b326fb3c503dc7930efd4d653fbc1bc37937b3.tar.gz freebsd-ports-gnome-19b326fb3c503dc7930efd4d653fbc1bc37937b3.tar.zst freebsd-ports-gnome-19b326fb3c503dc7930efd4d653fbc1bc37937b3.zip |
- Update to 1.4.2 [1]
- Take maintainership [1]
- Convert to USES=php
PR: 211608 [1]
Submitted by: Demetris Procopiou
Diffstat (limited to 'security/pear-Crypt_GPG')
-rw-r--r-- | security/pear-Crypt_GPG/Makefile | 6 | ||||
-rw-r--r-- | security/pear-Crypt_GPG/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile index d55f95a19e07..ff1b49ed4b1a 100644 --- a/security/pear-Crypt_GPG/Makefile +++ b/security/pear-Crypt_GPG/Makefile @@ -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>=1.1.10:devel/pear-Console_CommandLine RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USES= pear +USES= pear php USE_PHP= mbstring posix .include <bsd.port.mk> diff --git a/security/pear-Crypt_GPG/distinfo b/security/pear-Crypt_GPG/distinfo index 0dd2c29dd920..f96d9221b530 100644 --- a/security/pear-Crypt_GPG/distinfo +++ b/security/pear-Crypt_GPG/distinfo @@ -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 |