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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:10:33 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:10:31 2015
New Revision: 399591
URL: https://svnweb.freebsd.org/changeset/ports/399591

Log:
  - Update to 1.4.0
  - Add LICENSE
  - Add NO_ARCH
  - Fix indent
  
  Changes:	http://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	Sat Oct 17 18:10:26 2015	(r399590)
+++ head/security/pear-Crypt_GPG/Makefile	Sat Oct 17 18:10:31 2015	(r399591)
@@ -2,13 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt_GPG
-PORTVERSION=	1.3.2
+PORTVERSION=	1.4.0
 CATEGORIES=	security www pear
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GNU Privacy Guard (GPG)
 
-USES=	pear
-USE_PHP=	posix
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	pear-Console_CommandLine>=1.1.10:${PORTSDIR}/devel/pear-Console_CommandLine
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
+USES=		pear
+USE_PHP=	mbstring posix
 
 .include <bsd.port.mk>

Modified: head/security/pear-Crypt_GPG/distinfo
==============================================================================
--- head/security/pear-Crypt_GPG/distinfo	Sat Oct 17 18:10:26 2015	(r399590)
+++ head/security/pear-Crypt_GPG/distinfo	Sat Oct 17 18:10:31 2015	(r399591)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/Crypt_GPG-1.3.2.tgz) = 67f77bfb9b21dd428587f5bd336e4b9b2e200a1b62160e7ae0d0dfffd1357899
-SIZE (PEAR/Crypt_GPG-1.3.2.tgz) = 339001
+SHA256 (PEAR/Crypt_GPG-1.4.0.tgz) = 5188a60d194e5bee8894e9438edac5aefe27c9620121df192486ffdba2fc277b
+SIZE (PEAR/Crypt_GPG-1.4.0.tgz) = 344697


More information about the svn-ports-all mailing list