From owner-svn-ports-all@FreeBSD.ORG Fri Mar 15 07:05:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8BF95FE2; Fri, 15 Mar 2013 07:05:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 74B9A3F7; Fri, 15 Mar 2013 07:05:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F754eW008627; Fri, 15 Mar 2013 07:05:04 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F7533r008625; Fri, 15 Mar 2013 07:05:03 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150705.r2F7533r008625@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 07:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314264 - head/security/pear-Crypt_RSA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 07:05:04 -0000 Author: miwi Date: Fri Mar 15 07:05:03 2013 New Revision: 314264 URL: http://svnweb.freebsd.org/changeset/ports/314264 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/security/pear-Crypt_RSA/Makefile (contents, props changed) Modified: head/security/pear-Crypt_RSA/Makefile ============================================================================== --- head/security/pear-Crypt_RSA/Makefile Fri Mar 15 06:52:42 2013 (r314263) +++ head/security/pear-Crypt_RSA/Makefile Fri Mar 15 07:05:03 2013 (r314264) @@ -17,6 +17,8 @@ GMP_DESC= PHP GMP extension support LATEST_LINK= pear-${PORTNAME} +PEAR_AUTOINSTALL= yes + .include .for opt in BCMATH GMP @@ -25,14 +27,6 @@ USE_PHP+= ${opt:L} . endif .endfor -CATEGORY= Crypt -FILES= RSA.php RSA/ErrorHandler.php RSA/Key.php RSA/KeyPair.php \ - RSA/MathLoader.php RSA/Math/BCMath.php RSA/Math/BigInt.php \ - RSA/Math/GMP.php -DOCS= CREDITS LICENSE Crypt_RSA.txt math_wrappers.txt -EXAMPLES= web_interface.php -TESTS= test1.php test2.php bench.php - post-extract: @${MV} ${WRKSRC}/CREDITS ${WRKSRC}/docs @${MV} ${WRKSRC}/LICENSE ${WRKSRC}/docs