Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 Dec 2001 12:56:45 +0100 (CET)
From:      Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32598: Update port: net/pancho  Upgrade from 2.6 to 3.0
Message-ID:  <20011208115645.4554A103B1F@polom.hsc.fr>

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

>Number:         32598
>Category:       ports
>Synopsis:       Update port: net/pancho  Upgrade from 2.6 to 3.0
>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:   Sat Dec 08 04:00:07 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
HSC Labs
>Environment:
System: FreeBSD polom.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Oct 26 01:20:22 CEST 2001 ecu@polom.hsc.fr:/usr/src/sys/i386/compile/ECU i386


>Description:

	Upgrade net/pancho to version 3.0
	No added or deleted files in this upgrade.

>How-To-Repeat:
	
>Fix:

diff -ruN pancho.old/Makefile pancho/Makefile
--- pancho.old/Makefile	Mon Nov  5 21:48:20 2001
+++ pancho/Makefile	Sat Dec  8 12:14:41 2001
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	pancho
-PORTVERSION=	2.6
+PORTVERSION=	3.0
 CATEGORIES=	net
 MASTER_SITES=	http://pancho.lunarmedia.net/
-DISTNAME=	pancho-v2.6
+DISTNAME=	pancho-v${PORTVERSION}
 
 MAINTAINER=	Nicolas.Jombart@hsc-labs.com
 
@@ -20,6 +20,7 @@
 pre-everything::
 .if !defined(WITH_PANCHO_LOGGING)
 	@${ECHO_MSG} "Type \"make WITH_PANCHO_LOGGING=yes\" if you want to enable logging."
+	@${ECHO_MSG} "Read LOGGING to know how to customize logging."
 .endif
 
 pre-patch:
diff -ruN pancho.old/distinfo pancho/distinfo
--- pancho.old/distinfo	Mon Nov  5 15:58:38 2001
+++ pancho/distinfo	Sat Dec  8 12:08:32 2001
@@ -1 +1 @@
-MD5 (pancho-v2.6.tar.gz) = b806b9cdca03247a1200595254711dea
+MD5 (pancho-v3.0.tar.gz) = ec4e1507a3fb45e55d3feae6c1594b03
diff -ruN pancho.old/files/patch-aa pancho/files/patch-aa
--- pancho.old/files/patch-aa	Mon Nov  5 15:58:39 2001
+++ pancho/files/patch-aa	Sat Dec  8 12:11:42 2001
@@ -1,11 +1,11 @@
---- pancho.orig	Sat Nov  3 16:12:13 2001
-+++ pancho	Sat Nov  3 16:13:03 2001
-@@ -34,7 +34,7 @@
+--- pancho.orig	Sat Dec  8 12:10:25 2001
++++ pancho	Sat Dec  8 12:11:04 2001
+@@ -35,7 +35,7 @@
  
- my $logging = "";	# set this to "1" to enable logging
+ my $logging 	= "";		# set this to "1" to enable logging
  
--my $logfile = "";	# full path to your logfile 
-+my $logfile = $ENV{HOME}."/pancho.log";	# full path to your logfile 
+-my $logfile 	= "";		# full path to your logfile 
++my $logfile 	= $ENV{HOME}."/pancho.log";	# full path to your logfile 
  
  ############ NO FURTHER EDITING SHOULD BE REQUIRED.    ############
  ############ DOING SO IS AT YOUR OWN RISK.	       ############
>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?20011208115645.4554A103B1F>