ports/76142: Update port: sysutils/pear-File to 1.1.0RC2

Antonio Carlos Venancio Junior antonio at php.net
Wed Jan 12 13:10:31 UTC 2005


>Number:         76142
>Category:       ports
>Synopsis:       Update port: sysutils/pear-File to 1.1.0RC2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 12 13:10:30 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005     root at antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
+ update port: sysutils/pear-File to 1.1.0RC2
  + changelog: http://pear.php.net/package/File/download/1.1.0RC2/
>How-To-Repeat:
>Fix:
diff -ruN pear-File.orig/Makefile pear-File/Makefile
--- pear-File.orig/Makefile	Wed Jan 12 10:48:27 2005
+++ pear-File/Makefile	Wed Jan 12 10:52:11 2005
@@ -6,9 +6,8 @@
 #
 
 PORTNAME=	File
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.0RC2
 CATEGORIES=	sysutils www pear
-DISTNAME=	${PORTNAME}-${PORTVERSION}RC1
 
 MAINTAINER=	antonio at php.net
 COMMENT=	PEAR common file and directory routines
@@ -16,9 +15,18 @@
 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 -ruN pear-File.orig/distinfo pear-File/distinfo
--- pear-File.orig/distinfo	Wed Jan 12 10:48:27 2005
+++ pear-File/distinfo	Wed Jan 12 10:50:11 2005
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list