From owner-svn-ports-all@FreeBSD.ORG Sat Mar 16 08:30:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 410D16F0; Sat, 16 Mar 2013 08:30:15 +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 2EF8F770; Sat, 16 Mar 2013 08:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2G8UFBZ078597; Sat, 16 Mar 2013 08:30:15 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2G8UFg3078596; Sat, 16 Mar 2013 08:30:15 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303160830.r2G8UFg3078596@svn.freebsd.org> From: Martin Wilke Date: Sat, 16 Mar 2013 08:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314342 - head/sysutils/pear-I18Nv2 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: Sat, 16 Mar 2013 08:30:15 -0000 Author: miwi Date: Sat Mar 16 08:30:14 2013 New Revision: 314342 URL: http://svnweb.freebsd.org/changeset/ports/314342 Log: - Cleanup old PHP version check - Remove post-extract is no longer needed Modified: head/sysutils/pear-I18Nv2/Makefile Modified: head/sysutils/pear-I18Nv2/Makefile ============================================================================== --- head/sysutils/pear-I18Nv2/Makefile Sat Mar 16 08:09:10 2013 (r314341) +++ head/sysutils/pear-I18Nv2/Makefile Sat Mar 16 08:30:14 2013 (r314342) @@ -14,20 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS USE_PHP= iconv PEAR_AUTOINSTALL= yes -post-extract: - @${MKDIR} ${WRKSRC}/${PORTNAME} - @${MV} ${WRKSRC}/[A-C]* ${WRKSRC}/${PORTNAME} - @${MV} ${WRKSRC}/De* ${WRKSRC}/${PORTNAME} - @${MV} ${WRKSRC}/[E-H]* ${WRKSRC}/${PORTNAME} - @${MV} ${WRKSRC}/[L-S]* ${WRKSRC}/${PORTNAME} - .include - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 406 -#IGNORE= You need PHP 4.0.6 or later to install PEAR::I18Nv2 -.endif - .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include