diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-15 15:42:36 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-15 15:42:36 +0800 |
commit | 49e4f00568567d5566887368ea5ba69cbb26b005 (patch) | |
tree | b00bbec59d88c42e07a5a79dc2756258ff761bde /net-mgmt/pancho | |
parent | 4518e386c61a662288f404d182fca2899b6e1e35 (diff) | |
download | freebsd-ports-gnome-49e4f00568567d5566887368ea5ba69cbb26b005.tar.gz freebsd-ports-gnome-49e4f00568567d5566887368ea5ba69cbb26b005.tar.zst freebsd-ports-gnome-49e4f00568567d5566887368ea5ba69cbb26b005.zip |
- Update to 9.2.1
PR: 55579
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Diffstat (limited to 'net-mgmt/pancho')
-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 |