summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-07-09 15:40:19 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-07-09 15:40:19 +0000
commitac1277b14378442384eb55488532905bf16cf3ac (patch)
tree65e9a5be9754137cc19ff685c0aab1cc75f18efb /net-mgmt
parentUSE_REINPLACE isn't needed after sobomax's latest updates to the ports (diff)
Update to 5.0
PR: 40264 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=62704
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pancho/Makefile5
-rw-r--r--net-mgmt/pancho/distinfo2
-rw-r--r--net-mgmt/pancho/files/patch-aa20
3 files changed, 14 insertions, 13 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile
index d89487864c26..d6114cafcbcf 100644
--- a/net-mgmt/pancho/Makefile
+++ b/net-mgmt/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-mgmt/pancho/distinfo b/net-mgmt/pancho/distinfo
index 76f387ddb7a7..964d88f5325e 100644
--- a/net-mgmt/pancho/distinfo
+++ b/net-mgmt/pancho/distinfo
@@ -1 +1 @@
-MD5 (pancho-v4.1.tar.gz) = 0d73661ce0573855a5e23c6c4bd184f8
+MD5 (pancho-v5.0.tar.gz) = 2c592a8c80a87ff80f2d9a36e85f9efe
diff --git a/net-mgmt/pancho/files/patch-aa b/net-mgmt/pancho/files/patch-aa
index cdf83ffc5039..edbfc4013a2e 100644
--- a/net-mgmt/pancho/files/patch-aa
+++ b/net-mgmt/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. ############