diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-15 07:42:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-15 07:42:36 +0000 |
commit | b070d4d051eac3f9bb99ae1a38a729d0c01bcd88 (patch) | |
tree | d13c953fb6d5412909a5ab5dc00e87a69cb8c706 /net-mgmt | |
parent | 83a2f4da6cf50944da1a2835991a000c0ce49756 (diff) | |
download | ports-b070d4d051eac3f9bb99ae1a38a729d0c01bcd88.tar.gz ports-b070d4d051eac3f9bb99ae1a38a729d0c01bcd88.zip |
- Update to 9.2.1
PR: 55579
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Notes
Notes:
svn path=/head/; revision=86978
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pancho/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/pancho/pkg-plist | 25 |
3 files changed, 15 insertions, 14 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index 6165046eebce..22db1fb7aedf 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pancho -PORTVERSION= 9.1.3 +PORTVERSION= 9.2.1 CATEGORIES= net 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 05a00d0db16e..9c6d03f77b6f 100644 --- a/net-mgmt/pancho/distinfo +++ b/net-mgmt/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v9.1.3.tar.gz) = 6ff656afda1f5cff094e62a721c70a34 +MD5 (pancho-v9.2.1.tar.gz) = 979cda9b53f4c286bfcd8c37b7a12288 diff --git a/net-mgmt/pancho/pkg-plist b/net-mgmt/pancho/pkg-plist index 0c10c0b4f215..5bb965d78ae9 100644 --- a/net-mgmt/pancho/pkg-plist +++ b/net-mgmt/pancho/pkg-plist @@ -1,17 +1,18 @@ bin/pancho etc/pancho.conf.sample -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Util.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Snmp.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Log.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Nortel.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Foundry.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Arrowpoint.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Cisco.pm -lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins/Avaya.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pancho/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pancho/Plugins 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pancho 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pancho 2>/dev/null || true +%%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%%/%%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 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.plugins %%PORTDOCS%%%%DOCSDIR%%/Plugin.sample |