diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-20 05:07:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-20 05:07:12 +0800 |
commit | 89a769514e1a9dc37b819ed1913fc7f7baa76bd8 (patch) | |
tree | b4dae7bbdf60195d5335cc87f64e1c6e25c29e50 /sysutils/pear-File | |
parent | 2dd1e9775b24af1dc696d109627dd6f75fca04db (diff) | |
download | freebsd-ports-graphics-89a769514e1a9dc37b819ed1913fc7f7baa76bd8.tar.gz freebsd-ports-graphics-89a769514e1a9dc37b819ed1913fc7f7baa76bd8.tar.zst freebsd-ports-graphics-89a769514e1a9dc37b819ed1913fc7f7baa76bd8.zip |
Update port: sysutils/pear-File to 1.1.0RC3
+ update port: sysutils/pear-File to 1.1.0RC3
+ changelog: http://pear.php.net/package/File/download/1.1.0RC3/
PR: ports/76470
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils/pear-File')
-rw-r--r-- | sysutils/pear-File/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pear-File/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 212adf08105..0c42341a96a 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File -PORTVERSION= 1.1.0.r2 +PORTVERSION= 1.1.0.r3 PORTEPOCH= 1 CATEGORIES= sysutils www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} @@ -24,10 +24,10 @@ TESTS= parser.php test.csv FileTest.php .include <bsd.port.pre.mk> -PHP_VERS= ${PHP_VERSION:S/.//g} +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" +IGNORE= "You need PHP 4.3.0 or later to install PEAR::File" .endif .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/sysutils/pear-File/distinfo b/sysutils/pear-File/distinfo index 8b27d391a82..19256dc6163 100644 --- a/sysutils/pear-File/distinfo +++ b/sysutils/pear-File/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/File-1.1.0RC2.tgz) = 7ce0d08997ae7c5754ae165f50bba9e5 -SIZE (PEAR/File-1.1.0RC2.tgz) = 12559 +MD5 (PEAR/File-1.1.0RC3.tgz) = 0e537c4672b9181c6b139eb69bc53c01 +SIZE (PEAR/File-1.1.0RC3.tgz) = 12610 |