diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-22 04:07:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-22 04:07:30 +0800 |
commit | 20b2f4809277ccd30e10c5c97913b8e480543fc0 (patch) | |
tree | 0623b285d032b14d9aa5056d3b5be1256f12c911 /sysutils/pear-File | |
parent | 4a2edbd84a0ccb64c07bc8f21e2aff96286d5c78 (diff) | |
download | freebsd-ports-graphics-20b2f4809277ccd30e10c5c97913b8e480543fc0.tar.gz freebsd-ports-graphics-20b2f4809277ccd30e10c5c97913b8e480543fc0.tar.zst freebsd-ports-graphics-20b2f4809277ccd30e10c5c97913b8e480543fc0.zip |
- Upgrade to 1.1.0;
- remove PHP version dependency check.
Changelog at <http://pear.php.net/package/File/download/1.1.0/>.
PR: 77865
Submitted by: maintainer
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 481e995fe4a..068a9e5a21d 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 3ecab5c49a1..6f69c332c7f 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 |