Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2002 20:59:17 +0100 (CET)
From:      Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34048: Upgrade port: net/pancho from 3.2 to 3.4
Message-ID:  <20020118195917.366BF103B08@polom.hsc.fr>

next in thread | raw e-mail | index | archive | help

>Number:         34048
>Category:       ports
>Synopsis:       Upgrade port: net/pancho from 3.2 to 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 13:20:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD polom.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Dec 28 19:33:54 CET 2001 ecu@polom.hsc.fr:/usr/src/sys/i386/compile/ECU i386


	
>Description:

	Upgrade net/pancho from 3.2 to 3.4
	(fix bugs in TFTP path with some servers)

>How-To-Repeat:
	
>Fix:

diff -ruN pancho.old/Makefile pancho/Makefile
--- pancho.old/Makefile	Fri Jan 18 20:42:58 2002
+++ pancho/Makefile	Fri Jan 18 20:46:00 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pancho
-PORTVERSION=	3.2
+PORTVERSION=	3.4
 CATEGORIES=	net
 MASTER_SITES=	http://pancho.lunarmedia.net/
 DISTNAME=	pancho-v${PORTVERSION}
@@ -38,7 +38,7 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/pancho ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/pancho
-.for i in README LOGGING
+.for i in HOWTO LOGGING
 	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/pancho
 .endfor
 .endif
diff -ruN pancho.old/distinfo pancho/distinfo
--- pancho.old/distinfo	Fri Jan 18 20:42:58 2002
+++ pancho/distinfo	Fri Jan 18 20:47:52 2002
@@ -1 +1 @@
-MD5 (pancho-v3.2.tar.gz) = 103310533f50c6a9e12ffeb2ad7f0170
+MD5 (pancho-v3.4.tar.gz) = 3b8127e87547a5b9f9ee53297b9c44e2
diff -ruN pancho.old/pkg-plist pancho/pkg-plist
--- pancho.old/pkg-plist	Fri Jan 18 20:42:58 2002
+++ pancho/pkg-plist	Fri Jan 18 20:46:09 2002
@@ -1,4 +1,4 @@
 bin/pancho
-%%PORTDOCS%%share/doc/pancho/README
+%%PORTDOCS%%share/doc/pancho/HOWTO
 %%PORTDOCS%%share/doc/pancho/LOGGING
 %%PORTDOCS%%@dirrm share/doc/pancho
>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?20020118195917.366BF103B08>