diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-21 20:07:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-21 20:07:30 +0000 |
commit | 8e3798fa3c8271be9ded14e6fd6d95ab652a5b36 (patch) | |
tree | 5437f499b90e928a82b55d44916a66b3a53fcfd9 /sysutils/pear-File | |
parent | 66d65bab60f15dc0fc5ff4da7f549c552e526999 (diff) | |
download | ports-8e3798fa3c8271be9ded14e6fd6d95ab652a5b36.tar.gz ports-8e3798fa3c8271be9ded14e6fd6d95ab652a5b36.zip |
Notes
Diffstat (limited to 'sysutils/pear-File')
-rw-r--r-- | sysutils/pear-File/Makefile | 11 | ||||
-rw-r--r-- | sysutils/pear-File/distinfo | 4 |
2 files changed, 3 insertions, 12 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 481e995fe4ab..068a9e5a21da 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File -DISTVERSION= 1.1.0RC4 +PORTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= sysutils www pear @@ -16,20 +16,11 @@ COMMENT= PEAR common file and directory routines BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= yes - FILES= File.php File/Util.php File/CSV.php TESTS= parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \ CSV/002.phpt CSV/002.csv CSV/003.phpt CSV/003.csv CSV/004.phpt \ CSV/004.csv CSV/005.phpt CSV/005.csv CSV/tests.txt .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 430 -IGNORE= "You need PHP 4.3.0 or later to install PEAR::File" -.endif - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/sysutils/pear-File/distinfo b/sysutils/pear-File/distinfo index 3ecab5c49a19..6f69c332c7f4 100644 --- a/sysutils/pear-File/distinfo +++ b/sysutils/pear-File/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.1.0RC4.tgz) = 4f94ea04e130b1fed5a423ae60bb5626 -SIZE (PEAR/File-1.1.0RC4.tgz) = 14694 +MD5 (PEAR/File-1.1.0.tgz) = 40da456898ca860b75ce5c527b1cd745 +SIZE (PEAR/File-1.1.0.tgz) = 15079 |