diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-19 03:39:18 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-19 03:39:18 +0800 |
commit | 5e2bc428d4eb3ee0f05ea18acc772c90e97008f4 (patch) | |
tree | 263840eb02a74e4af308e7157cf7f56ee7209576 /sysutils | |
parent | 593a6e42f0f342cfb656ac98b724e3a1c54dad83 (diff) | |
download | freebsd-ports-gnome-5e2bc428d4eb3ee0f05ea18acc772c90e97008f4.tar.gz freebsd-ports-gnome-5e2bc428d4eb3ee0f05ea18acc772c90e97008f4.tar.zst freebsd-ports-gnome-5e2bc428d4eb3ee0f05ea18acc772c90e97008f4.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')
-rw-r--r-- | sysutils/pear-File/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pear-File/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pear-File/pkg-descr | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index cc6ddd68c77b..77bf6a53efd4 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" diff --git a/sysutils/pear-File/distinfo b/sysutils/pear-File/distinfo index fa9caafa502f..0c43a731e2ad 100644 --- a/sysutils/pear-File/distinfo +++ b/sysutils/pear-File/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.0.3.tgz) = 13b14cd0b226408bd09948f175bec677 -SIZE (PEAR/File-1.0.3.tgz) = 8670 +MD5 (PEAR/File-1.1.0RC1.tgz) = 32f3ed86f4efa7d3da3b7d66c75ca06e +SIZE (PEAR/File-1.1.0RC1.tgz) = 11169 diff --git a/sysutils/pear-File/pkg-descr b/sysutils/pear-File/pkg-descr index d3826c5d81e8..8b3a0c2e4654 100644 --- a/sysutils/pear-File/pkg-descr +++ b/sysutils/pear-File/pkg-descr @@ -1,5 +1,5 @@ -PEAR classes providing easy access to read/write to files along with -some common routines to deal with paths. Also provides interface for -handling CSV files. +Provides easy access to read/write to files along with +some common routines to deal with paths. Also provides +interface for handling CSV files. -WWW: http://pear.php.net/package-info.php?package=File +WWW: http://pear.php.net/package/File/ |