summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-07 05:01:35 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-07 05:01:35 +0000
commitbc01cb2c49b16d9d1204a40937ad2483af914315 (patch)
tree6770c79a80e46b33e74c58984b269f02b4aea1de /net-mgmt
parentFix invalid dependency. (diff)
Update to 0.88
Update MASTER_SITE_SUBDIR to look in old directory for old versions Add extra doc to pkg-plist and Makefile PR: 28606 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44862
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-SNMP_Session/Makefile6
-rw-r--r--net-mgmt/p5-SNMP_Session/distinfo2
-rw-r--r--net-mgmt/p5-SNMP_Session/pkg-plist1
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