Date: Wed, 9 Feb 2005 14:17:29 -0200 (BRST) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77310: Update port: www/pear-HTTP_Download to 1.0.0RC6 Message-ID: <200502091617.j19GHTAi035036@digitalsign.com> Resent-Message-ID: <200502091620.j19GKA2v007352@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502091617.j19GHTAi035036>