Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 08:30:15 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314342 - head/sysutils/pear-I18Nv2
Message-ID:  <201303160830.r2G8UFg3078596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-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 <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303160830.r2G8UFg3078596>