Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  6 Jul 2002 12:35:18 +0200 (CEST)
From:      Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40264: Update port: net/pancho to 5.0
Message-ID:  <20020706103518.BDA35103A7B@polom.hsc.fr>

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

>Number:         40264
>Category:       ports
>Synopsis:       Update port: net/pancho to 5.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 Jul 06 03:40:13 PDT 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 to 5.0
	Put both FTP and HTTP in MASTER_SITES

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/net/pancho/Makefile pancho/Makefile
--- /usr/ports/net/pancho/Makefile	Sat Apr 20 17:40:25 2002
+++ pancho/Makefile	Tue Jul  2 14:15:47 2002
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	pancho
-PORTVERSION=	4.1
+PORTVERSION=	5.0
 CATEGORIES=	net
-MASTER_SITES=	ftp://pancho.lunarmedia.net/
+MASTER_SITES=	ftp://pancho.lunarmedia.net/pancho/ \
+		http://pancho.lunarmedia.net/
 DISTNAME=	pancho-v${PORTVERSION}
 
 MAINTAINER=	Nicolas.Jombart@hsc-labs.com
diff -ruN /usr/ports/net/pancho/distinfo pancho/distinfo
--- /usr/ports/net/pancho/distinfo	Sat Apr 20 11:59:37 2002
+++ pancho/distinfo	Tue Jul  2 14:14:13 2002
@@ -1 +1 @@
-MD5 (pancho-v4.1.tar.gz) = 0d73661ce0573855a5e23c6c4bd184f8
+MD5 (pancho-v5.0.tar.gz) = 2c592a8c80a87ff80f2d9a36e85f9efe
diff -ruN /usr/ports/net/pancho/files/patch-aa pancho/files/patch-aa
--- /usr/ports/net/pancho/files/patch-aa	Mon Jan  7 12:55:22 2002
+++ pancho/files/patch-aa	Tue Jul  2 14:30:53 2002
@@ -1,14 +1,14 @@
---- pancho.orig	Fri Jan  4 23:33:48 2002
-+++ pancho	Fri Jan  4 23:39:30 2002
-@@ -33,9 +33,9 @@
+--- pancho.orig	Tue Jun 25 05:30:00 2002
++++ pancho	Tue Jul  2 14:30:30 2002
+@@ -38,9 +38,9 @@
+ ############ BE SURE TO READ THROUGH THE LOGGING HOWTO ############
+ ############ WHICH ACCOMPANIES THIS DISTRIBUTION.      ############
  
- my @devices 	= qw();		# list of network devices 
- 
--my $logging 	= "";		# set this to "1" to enable logging
-+my $logging 	= "1";		# set this to "1" to enable logging
+-my $logging     = "";           # set this to "1" to enable logging
++my $logging     = "1";           # 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 	= $ENV{HOME}."/pancho.log"; # full path to your logfile 
  
- ############ NO FURTHER EDITING SHOULD BE REQUIRED.    ############
- ############ DOING SO IS AT YOUR OWN RISK.	       ############
+ ############ USE THE FOLLOWING OPTIONS TO TWEAK YOUR   ############
+ ############ SNMP SESSION PARAMETERS.                  ############
>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?20020706103518.BDA35103A7B>