diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-07-09 23:40:19 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-07-09 23:40:19 +0800 |
commit | 18045b2a4afe43b9cbd44412c9c94b1ebf2a2ade (patch) | |
tree | 25315489cef021acba198f3feb5f86e769bcacf8 /net/pancho | |
parent | bc2ef9e3e011aaa6a74f22b551e3d87fb2b73147 (diff) | |
download | freebsd-ports-gnome-18045b2a4afe43b9cbd44412c9c94b1ebf2a2ade.tar.gz freebsd-ports-gnome-18045b2a4afe43b9cbd44412c9c94b1ebf2a2ade.tar.zst freebsd-ports-gnome-18045b2a4afe43b9cbd44412c9c94b1ebf2a2ade.zip |
Update to 5.0
PR: 40264
Submitted by: maintainer
Diffstat (limited to 'net/pancho')
-rw-r--r-- | net/pancho/Makefile | 5 | ||||
-rw-r--r-- | net/pancho/distinfo | 2 | ||||
-rw-r--r-- | net/pancho/files/patch-aa | 20 |
3 files changed, 14 insertions, 13 deletions
diff --git a/net/pancho/Makefile b/net/pancho/Makefile index d89487864c26..d6114cafcbcf 100644 --- a/net/pancho/Makefile +++ b/net/pancho/Makefile @@ -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 --git a/net/pancho/distinfo b/net/pancho/distinfo index 76f387ddb7a7..964d88f5325e 100644 --- a/net/pancho/distinfo +++ b/net/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v4.1.tar.gz) = 0d73661ce0573855a5e23c6c4bd184f8 +MD5 (pancho-v5.0.tar.gz) = 2c592a8c80a87ff80f2d9a36e85f9efe diff --git a/net/pancho/files/patch-aa b/net/pancho/files/patch-aa index cdf83ffc5039..edbfc4013a2e 100644 --- a/net/pancho/files/patch-aa +++ b/net/pancho/files/patch-aa @@ -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. ############ |