Date: Tue, 8 Oct 2002 13:40:29 +0200 (CEST) From: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43821: Update port: net/pancho to 7.0.0 Message-ID: <20021008114029.AF26F56CC@silver.hsc.fr>
next in thread | raw e-mail | index | archive | help
>Number: 43821 >Category: ports >Synopsis: Update port: net/pancho to 7.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 08 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD silver.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Aug 16 16:29:38 CEST 2002 ecu@silver.hsc.fr:/usr/obj/usr/src/sys/SILVER i386 >Description: Update net/pancho to 7.0.0 chmod +w the script before working on it No files added or deleted. >How-To-Repeat: >Fix: --- pancho.diff begins here --- diff -ruN /usr/ports/net/pancho/Makefile pancho/Makefile --- /usr/ports/net/pancho/Makefile Tue Sep 10 00:18:19 2002 +++ pancho/Makefile Tue Oct 8 13:12:50 2002 @@ -6,7 +6,7 @@ # PORTNAME= pancho -PORTVERSION= 6.0.0 +PORTVERSION= 7.0.0 CATEGORIES= net MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} @@ -20,6 +20,7 @@ NO_BUILD= YES pre-patch: + @${CHMOD} u+w ${WRKSRC}/pancho @${MV} ${WRKSRC}/pancho ${WRKSRC}/pancho.old @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ < ${WRKSRC}/pancho.old > ${WRKSRC}/pancho diff -ruN /usr/ports/net/pancho/distinfo pancho/distinfo --- /usr/ports/net/pancho/distinfo Tue Sep 10 00:18:19 2002 +++ pancho/distinfo Tue Oct 8 12:01:40 2002 @@ -1 +1 @@ -MD5 (pancho-v6.0.0.tar.gz) = d4f1e1fbb2d62ae74a735e7609570598 +MD5 (pancho-v7.0.0.tar.gz) = 97aec1086b93db682e54b53c1efe8e8e --- pancho.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021008114029.AF26F56CC>