diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-SNMP_Session/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/pkg-plist | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile index e707d0cf871c..0e6eb4d54196 100644 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ b/net-mgmt/p5-SNMP_Session/Makefile @@ -6,9 +6,10 @@ # PORTNAME= SNMP_Session -PORTVERSION= 0.86 +PORTVERSION= 0.88 CATEGORIES= net perl5 -MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ +MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old PKGNAMEPREFIX= p5- MAINTAINER= petef@databits.net @@ -20,6 +21,7 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session ${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \ ${PREFIX}/share/doc/p5-SNMP_Session + ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/doc/p5-SNMP_Session .endif .include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP_Session/distinfo b/net-mgmt/p5-SNMP_Session/distinfo index 25701e622750..8b16fb7766de 100644 --- a/net-mgmt/p5-SNMP_Session/distinfo +++ b/net-mgmt/p5-SNMP_Session/distinfo @@ -1 +1 @@ -MD5 (SNMP_Session-0.86.tar.gz) = 2352bdc848d9a4be64a24f2d06a3b793 +MD5 (SNMP_Session-0.88.tar.gz) = 1d5f02203e394e8207bf8ed3a621ad71 diff --git a/net-mgmt/p5-SNMP_Session/pkg-plist b/net-mgmt/p5-SNMP_Session/pkg-plist index d62f483b28de..78ddab9d40d0 100644 --- a/net-mgmt/p5-SNMP_Session/pkg-plist +++ b/net-mgmt/p5-SNMP_Session/pkg-plist @@ -3,5 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist %%PORTDOCS%%share/doc/p5-SNMP_Session/README.SNMP_util +%%PORTDOCS%%share/doc/p5-SNMP_Session/index.html @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session %%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session |