diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 12:15:06 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 12:15:06 +0000 |
commit | 954e1c3246ae3acb72713dda429baa762013c069 (patch) | |
tree | 9e177e8a4b57272fdcb070d9777335f0bed61292 /net-mgmt | |
parent | 68ff5b5227f64a4dc9314909112d4fa57623f355 (diff) | |
download | FreeBSD-ports-954e1c3246ae3acb72713dda429baa762013c069.zip FreeBSD-ports-954e1c3246ae3acb72713dda429baa762013c069.tar.gz |
- Update to 9.3.1
PR: ports/64208
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pancho/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/pancho/files/patch-MANIFEST | 10 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-plist | 6 |
5 files changed, 15 insertions, 10 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index bfc6440..6f98c68 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pancho -PORTVERSION= 9.2.4 +PORTVERSION= 9.3.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} diff --git a/net-mgmt/pancho/distinfo b/net-mgmt/pancho/distinfo index ba02cf9..111f3ee 100644 --- a/net-mgmt/pancho/distinfo +++ b/net-mgmt/pancho/distinfo @@ -1 +1,2 @@ -MD5 (pancho-v9.2.4.tar.gz) = f251adffbec7c9b60c6e2e632d272d8d +MD5 (pancho-v9.3.1.tar.gz) = da59f926f0d5174eff2cbdf75d5ea6ec +SIZE (pancho-v9.3.1.tar.gz) = 133005 diff --git a/net-mgmt/pancho/files/patch-MANIFEST b/net-mgmt/pancho/files/patch-MANIFEST index 6e7e7c1..02ecef8 100644 --- a/net-mgmt/pancho/files/patch-MANIFEST +++ b/net-mgmt/pancho/files/patch-MANIFEST @@ -1,9 +1,9 @@ ---- MANIFEST.orig Wed Jan 8 20:53:26 2003 -+++ MANIFEST Wed Jan 8 20:53:45 2003 -@@ -8,8 +8,6 @@ - lib/Pancho/Plugins/Cisco.pm +--- MANIFEST.orig Tue Mar 9 18:33:01 2004 ++++ MANIFEST Sat Mar 13 13:09:43 2004 +@@ -13,8 +13,6 @@ + lib/Pancho/Plugins/DellPowerConnect.pm lib/Pancho/Plugins/Foundry.pm - lib/Pancho/Plugins/Nortel.pm + lib/Pancho/Plugins/Passport.pm -lib/Pancho/Plugins/Plugin.sample -lib/Pancho/Plugins/README lib/Pancho/Snmp.pm diff --git a/net-mgmt/pancho/pkg-descr b/net-mgmt/pancho/pkg-descr index c4ef971..a9bfc7c 100644 --- a/net-mgmt/pancho/pkg-descr +++ b/net-mgmt/pancho/pkg-descr @@ -9,8 +9,8 @@ configurations on remote routers, pancho is also capable of archiving router configurations manually or through automated runs. -Support is provided for Cisco, Foundry or Nortel/Alteon -devices. +Support is provided for Cisco, Foundry, Nortel/Alteon, +Avaya, or Dell PowerConnect devices. WWW: http://www.panchoproject.org/ diff --git a/net-mgmt/pancho/pkg-plist b/net-mgmt/pancho/pkg-plist index 5bb965d..857919e 100644 --- a/net-mgmt/pancho/pkg-plist +++ b/net-mgmt/pancho/pkg-plist @@ -1,14 +1,18 @@ +@comment $FreeBSD$ bin/pancho etc/pancho.conf.sample %%SITE_PERL%%/Pancho/Util.pm %%SITE_PERL%%/Pancho/Snmp.pm %%SITE_PERL%%/Pancho/Log.pm -%%SITE_PERL%%/Pancho/Plugins/Nortel.pm %%SITE_PERL%%/Pancho/Plugins/Foundry.pm %%SITE_PERL%%/Pancho/Plugins/Arrowpoint.pm %%SITE_PERL%%/Pancho/Plugins/Cisco.pm %%SITE_PERL%%/Pancho/Plugins/Avaya.pm %%SITE_PERL%%/Pancho/Plugins/DellPowerConnect.pm +%%SITE_PERL%%/Pancho/Plugins/Accelar.pm +%%SITE_PERL%%/Pancho/Plugins/Alteon.pm +%%SITE_PERL%%/Pancho/Plugins/Baystack.pm +%%SITE_PERL%%/Pancho/Plugins/Passport.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho/.packlist @unexec rmdir %D/%%SITE_PERL%%/Pancho/Plugins 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Pancho 2>/dev/null || true |