diff options
author | pav <pav@FreeBSD.org> | 2004-12-19 03:39:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-19 03:39:18 +0800 |
commit | 0f65d9b09bd38ce4b85604834225a57269355a4b (patch) | |
tree | c489fd199e78e1d26f8b4e20d68064c817bd1a80 /sysutils/pear-File/Makefile | |
parent | 478f3426d5c332a32764897a45a007678fcff773 (diff) | |
download | freebsd-ports-graphics-0f65d9b09bd38ce4b85604834225a57269355a4b.tar.gz freebsd-ports-graphics-0f65d9b09bd38ce4b85604834225a57269355a4b.tar.zst freebsd-ports-graphics-0f65d9b09bd38ce4b85604834225a57269355a4b.zip |
- Update to 1.1.0
- Reword description, update WWW
PR: ports/75196
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Diffstat (limited to 'sysutils/pear-File/Makefile')
-rw-r--r-- | sysutils/pear-File/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index cc6ddd68c77..77bf6a53efd 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -6,9 +6,9 @@ # PORTNAME= File -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= sysutils www pear +DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 MAINTAINER= antonio@php.net COMMENT= PEAR common file and directory routines @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} FILES= File.php File/CSV.php -TESTS= parser.php test.csv +TESTS= parser.php test.csv FileTest.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |