diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-26 08:50:50 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-26 08:50:50 +0000 |
commit | b27cadaa3a5b5fae989204fb9f57a3dc978a9fc7 (patch) | |
tree | fcc76e9484ac29be72b7cd0b825a1fd2abba977a /devel | |
parent | 1471e3575b71ed440ec63c86821b11a0840f22a1 (diff) | |
download | ports-b27cadaa3a5b5fae989204fb9f57a3dc978a9fc7.tar.gz ports-b27cadaa3a5b5fae989204fb9f57a3dc978a9fc7.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PHPUnit2/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-PHPUnit2/distinfo | 4 | ||||
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-PHPUnit3/distinfo | 4 |
4 files changed, 8 insertions, 30 deletions
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile index 4849e6f51df8..f5f3334e90b1 100644 --- a/devel/pear-PHPUnit2/Makefile +++ b/devel/pear-PHPUnit2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= PHPUnit2 -PORTVERSION= 2.1.5 -PORTEPOCH= 2 +PORTVERSION= 2.1.6 +PORTEPOCH= 3 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -21,7 +21,6 @@ OPTIONS= PEAR_LOG "PEAR::Log support" Off NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 -USE_PHP= yes DEFAULT_PHP_VER=5 BROKEN_WITH_PHP=4 @@ -75,15 +74,5 @@ RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log .endif .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 502 -IGNORE= "You need PHP 5.0.2 or later to install PEAR::PHPUnit2" -.endif - -do-build: - ${DO_NADA} - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/devel/pear-PHPUnit2/distinfo b/devel/pear-PHPUnit2/distinfo index 86a51cfaa81e..f8f39e33d316 100644 --- a/devel/pear-PHPUnit2/distinfo +++ b/devel/pear-PHPUnit2/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit2-2.1.5.tgz) = 0d81a31d65cfec8105f59a3c07a5b779 -SIZE (PEAR/PHPUnit2-2.1.5.tgz) = 35017 +MD5 (PEAR/PHPUnit2-2.1.6.tgz) = e6a99c41191bc77f5e16d079beda50fb +SIZE (PEAR/PHPUnit2-2.1.6.tgz) = 35136 diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile index 4849e6f51df8..f5f3334e90b1 100644 --- a/devel/pear-PHPUnit3/Makefile +++ b/devel/pear-PHPUnit3/Makefile @@ -6,8 +6,8 @@ # PORTNAME= PHPUnit2 -PORTVERSION= 2.1.5 -PORTEPOCH= 2 +PORTVERSION= 2.1.6 +PORTEPOCH= 3 CATEGORIES= devel www pear MAINTAINER= antonio@php.net @@ -21,7 +21,6 @@ OPTIONS= PEAR_LOG "PEAR::Log support" Off NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 -USE_PHP= yes DEFAULT_PHP_VER=5 BROKEN_WITH_PHP=4 @@ -75,15 +74,5 @@ RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log .endif .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 502 -IGNORE= "You need PHP 5.0.2 or later to install PEAR::PHPUnit2" -.endif - -do-build: - ${DO_NADA} - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/devel/pear-PHPUnit3/distinfo b/devel/pear-PHPUnit3/distinfo index 86a51cfaa81e..f8f39e33d316 100644 --- a/devel/pear-PHPUnit3/distinfo +++ b/devel/pear-PHPUnit3/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit2-2.1.5.tgz) = 0d81a31d65cfec8105f59a3c07a5b779 -SIZE (PEAR/PHPUnit2-2.1.5.tgz) = 35017 +MD5 (PEAR/PHPUnit2-2.1.6.tgz) = e6a99c41191bc77f5e16d079beda50fb +SIZE (PEAR/PHPUnit2-2.1.6.tgz) = 35136 |