aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-07-07 13:01:35 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-07-07 13:01:35 +0800
commitc18a3926e5683d1a676cb2bbed4e1f19c29a02ea (patch)
tree95110041e8c4d87b001fb4a46f95090286121582 /net
parente87ee9d974cc7687d897261c281263749f9101a5 (diff)
downloadfreebsd-ports-gnome-c18a3926e5683d1a676cb2bbed4e1f19c29a02ea.tar.gz
freebsd-ports-gnome-c18a3926e5683d1a676cb2bbed4e1f19c29a02ea.tar.zst
freebsd-ports-gnome-c18a3926e5683d1a676cb2bbed4e1f19c29a02ea.zip
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
Diffstat (limited to 'net')
-rw-r--r--net/p5-SNMP_Session/Makefile6
-rw-r--r--net/p5-SNMP_Session/distinfo2
-rw-r--r--net/p5-SNMP_Session/pkg-plist1
3 files changed, 6 insertions, 3 deletions
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile
index e707d0cf871c..0e6eb4d54196 100644
--- a/net/p5-SNMP_Session/Makefile
+++ b/net/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/p5-SNMP_Session/distinfo b/net/p5-SNMP_Session/distinfo
index 25701e622750..8b16fb7766de 100644
--- a/net/p5-SNMP_Session/distinfo
+++ b/net/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/p5-SNMP_Session/pkg-plist b/net/p5-SNMP_Session/pkg-plist
index d62f483b28de..78ddab9d40d0 100644
--- a/net/p5-SNMP_Session/pkg-plist
+++ b/net/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