summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-SNMP
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 06:30:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 06:30:38 +0000
commitbd77a2e63519d7ecea1c2c635b00727dd8246e37 (patch)
treeead9fdc83152d6715dbab75b5b76f6d3551cd7fb /net-mgmt/p5-Net-SNMP
parentThis file did not belong here. Sorry to all concerned for the thrash. (diff)
upgrade to 4.0.3
assume maintainership PR: 44243 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=68313
Diffstat (limited to 'net-mgmt/p5-Net-SNMP')
-rw-r--r--net-mgmt/p5-Net-SNMP/Makefile15
-rw-r--r--net-mgmt/p5-Net-SNMP/distinfo2
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-plist12
3 files changed, 25 insertions, 4 deletions
diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile
index a3aa582981b0..e42b78386ee7 100644
--- a/net-mgmt/p5-Net-SNMP/Makefile
+++ b/net-mgmt/p5-Net-SNMP/Makefile
@@ -6,17 +6,26 @@
#
PORTNAME= Net-SNMP
-PORTVERSION= 3.65
+PORTVERSION= 4.0.3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= lars@thegler.dk
+RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
+ ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+ ${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
+ ${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
+
+USE_PERL5= yes
PERL_CONFIGURE= yes
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
+MAN1= snmpkey.1
MAN3= Net::SNMP.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-SNMP/distinfo b/net-mgmt/p5-Net-SNMP/distinfo
index 0ee51f59dd15..4659cd8a71c8 100644
--- a/net-mgmt/p5-Net-SNMP/distinfo
+++ b/net-mgmt/p5-Net-SNMP/distinfo
@@ -1 +1 @@
-MD5 (Net-SNMP-3.65.tar.gz) = bbb32dbac9901a09ef67df57db3a7b9f
+MD5 (Net-SNMP-4.0.3.tar.gz) = 88a1f361092bfb560b629e61db4f0da3
diff --git a/net-mgmt/p5-Net-SNMP/pkg-plist b/net-mgmt/p5-Net-SNMP/pkg-plist
index c50918a689ad..547a9fd1f128 100644
--- a/net-mgmt/p5-Net-SNMP/pkg-plist
+++ b/net-mgmt/p5-Net-SNMP/pkg-plist
@@ -1,6 +1,18 @@
lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/MessageProcessing.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Dispatcher.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/PDU.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Message.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Transport/UDP.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security/Community.pm
+lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security/USM.pm
+bin/snmpkey
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Transport
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true