From owner-svn-ports-head@freebsd.org Sat Oct 17 18:10:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09ADCA17C45; Sat, 17 Oct 2015 18:10:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D1AC1C; Sat, 17 Oct 2015 18:10:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HIAVwI032385; Sat, 17 Oct 2015 18:10:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HIAVfD032383; Sat, 17 Oct 2015 18:10:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510171810.t9HIAVfD032383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399591 - head/security/pear-Crypt_GPG X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:10:33 -0000 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@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 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