ports/77310: Update port: www/pear-HTTP_Download to 1.0.0RC6
Antonio Carlos Venancio Junior
antonio at php.net
Wed Feb 9 16:20:10 UTC 2005
>Number: 77310
>Category: ports
>Synopsis: Update port: www/pear-HTTP_Download to 1.0.0RC6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 09 16:20:09 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: www/pear-HTTP_Download to 1.0.0RC6
+ changelog: http://pear.php.net/package/HTTP_Download/download/1.0.0RC6/
+ fix BUILD_DEPENDS
>How-To-Repeat:
>Fix:
diff -ruN pear-HTTP_Download.orig/Makefile pear-HTTP_Download/Makefile
--- pear-HTTP_Download.orig/Makefile Wed Feb 9 14:01:17 2005
+++ pear-HTTP_Download/Makefile Wed Feb 9 14:07:59 2005
@@ -6,7 +6,7 @@
#
PORTNAME= HTTP_Download
-DISTVERSION= 1.0.0RC5
+DISTVERSION= 1.0.0RC6
CATEGORIES= www devel pear
MAINTAINER= antonio at php.net
@@ -21,19 +21,19 @@
OPTIONS= PEAR_ARCHIVE_TAR "PEAR::Archive_Tar support" off
CATEGORY= HTTP
-FILES= Download.php Download/PgLOB.php
+FILES= Download.php Download/PgLOB.php Download/Archive.php
TESTS= send.php testcase.php data.txt
+.if defined(WITH_PEAR_ARCHIVE_TAR)
+RUN_DEPENDS+= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar
+.endif
+
.include <bsd.port.pre.mk>
PHP_VERS= ${PHP_VERSION:S/.//g}
.if defined(PHP_VERS) && ${PHP_VERS} < 420
IGNORE= "You need PHP 4.2.0 or later to install PEAR::HTTP_Download"
-.endif
-
-.if defined(WITH_PEAR_ARCHIVE_TAR)
-BUILD_DEPENDS+= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar
.endif
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff -ruN pear-HTTP_Download.orig/distinfo pear-HTTP_Download/distinfo
--- pear-HTTP_Download.orig/distinfo Wed Feb 9 14:01:17 2005
+++ pear-HTTP_Download/distinfo Wed Feb 9 14:08:03 2005
@@ -1,2 +1,2 @@
-MD5 (PEAR/HTTP_Download-1.0.0RC5.tgz) = 91d98487c3e0aee6cd6e8932037731ba
-SIZE (PEAR/HTTP_Download-1.0.0RC5.tgz) = 10431
+MD5 (PEAR/HTTP_Download-1.0.0RC6.tgz) = 6df97a19fe22a1f72100f2420c9d3f53
+SIZE (PEAR/HTTP_Download-1.0.0RC6.tgz) = 11135
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list