svn commit: r515783 - head/security/pear-Crypt_GPG

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 27 11:30:36 UTC 2019


Author: sunpoet
Date: Sun Oct 27 11:30:35 2019
New Revision: 515783
URL: https://svnweb.freebsd.org/changeset/ports/515783

Log:
  Update to 1.6.3
  
  - Take maintainership
  
  Changes:	https://pear.php.net/package/Crypt_GPG/download/

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	Sun Oct 27 11:30:30 2019	(r515782)
+++ head/security/pear-Crypt_GPG/Makefile	Sun Oct 27 11:30:35 2019	(r515783)
@@ -2,20 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt_GPG
-PORTVERSION=	1.4.3
+PORTVERSION=	1.6.3
 CATEGORIES=	security www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	GNU Privacy Guard (GPG)
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine@${PHP_FLAVOR}
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine@${PHP_FLAVOR}
 
-NO_ARCH=	yes
 USES=		pear php
 USE_PHP=	mbstring posix
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/pear-Crypt_GPG/distinfo
==============================================================================
--- head/security/pear-Crypt_GPG/distinfo	Sun Oct 27 11:30:30 2019	(r515782)
+++ head/security/pear-Crypt_GPG/distinfo	Sun Oct 27 11:30:35 2019	(r515783)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486211245
-SHA256 (PEAR/Crypt_GPG-1.4.3.tgz) = 8776a0687fa5e2fa2406bc4e022ed47fb8f7cb8456b548b66cbcd211fec0e99c
-SIZE (PEAR/Crypt_GPG-1.4.3.tgz) = 346001
+TIMESTAMP = 1572168803
+SHA256 (PEAR/Crypt_GPG-1.6.3.tgz) = 84963979db407496f2afa757b5c110055a1226f7d99e2cde8d552ae99f4faad5
+SIZE (PEAR/Crypt_GPG-1.6.3.tgz) = 346999


More information about the svn-ports-head mailing list