aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-01-19 18:20:51 +0800
committeredwin <edwin@FreeBSD.org>2005-01-19 18:20:51 +0800
commit78b5ec5e5d9a1cac36a86a72099caa6d9429745d (patch)
tree70d71b4ec87ea506fd5baa220f933ce574bec847 /sysutils
parentbfa42f31decff364ec048da9fe2865f3e7138ddf (diff)
downloadfreebsd-ports-gnome-78b5ec5e5d9a1cac36a86a72099caa6d9429745d.tar.gz
freebsd-ports-gnome-78b5ec5e5d9a1cac36a86a72099caa6d9429745d.tar.zst
freebsd-ports-gnome-78b5ec5e5d9a1cac36a86a72099caa6d9429745d.zip
Update port: sysutils/pear-File to 1.1.0RC2
+ update port: sysutils/pear-File to 1.1.0RC2 + changelog: http://pear.php.net/package/File/download/1.1.0RC2/ PR: ports/76142 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-File/Makefile16
-rw-r--r--sysutils/pear-File/distinfo4
2 files changed, 15 insertions, 5 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 77bf6a53efd4..212adf08105b 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= File
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.0.r2
+PORTEPOCH= 1
CATEGORIES= sysutils www pear
-DISTNAME= ${PORTNAME}-${PORTVERSION}RC1
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
MAINTAINER= antonio@php.net
COMMENT= PEAR common file and directory routines
@@ -16,9 +17,18 @@ COMMENT= PEAR common file and directory routines
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
-FILES= File.php File/CSV.php
+USE_PHP= yes
+
+FILES= File.php File/Util.php File/CSV.php
TESTS= parser.php test.csv FileTest.php
.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 0c43a731e2ad..8b27d391a82f 100644
--- a/sysutils/pear-File/distinfo
+++ b/sysutils/pear-File/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/File-1.1.0RC1.tgz) = 32f3ed86f4efa7d3da3b7d66c75ca06e
-SIZE (PEAR/File-1.1.0RC1.tgz) = 11169
+MD5 (PEAR/File-1.1.0RC2.tgz) = 7ce0d08997ae7c5754ae165f50bba9e5
+SIZE (PEAR/File-1.1.0RC2.tgz) = 12559