diff options
-rw-r--r-- | net-mgmt/p5-SNMP/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP/files/patch-mib.t | 18 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP/pkg-plist | 6 | ||||
-rw-r--r-- | net/p5-SNMP/Makefile | 3 | ||||
-rw-r--r-- | net/p5-SNMP/distinfo | 2 | ||||
-rw-r--r-- | net/p5-SNMP/files/patch-mib.t | 18 | ||||
-rw-r--r-- | net/p5-SNMP/pkg-plist | 6 |
8 files changed, 12 insertions, 46 deletions
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile index 364576bc7234..6c8dbc430d20 100644 --- a/net-mgmt/p5-SNMP/Makefile +++ b/net-mgmt/p5-SNMP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SNMP -PORTVERSION= 3.1.0 +PORTVERSION= 4.2.0 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +USE_PERL5= yes PERL_CONFIGURE= yes post-install: diff --git a/net-mgmt/p5-SNMP/distinfo b/net-mgmt/p5-SNMP/distinfo index f77f9ed20532..3213e134a65e 100644 --- a/net-mgmt/p5-SNMP/distinfo +++ b/net-mgmt/p5-SNMP/distinfo @@ -1 +1 @@ -MD5 (SNMP-3.1.0.tar.gz) = 21dc57fbf812b2b105412f584e2c2463 +MD5 (SNMP-4.2.0.tar.gz) = 46715f457f3bcf5bf599d441f7e5300b diff --git a/net-mgmt/p5-SNMP/files/patch-mib.t b/net-mgmt/p5-SNMP/files/patch-mib.t deleted file mode 100644 index 9afe0bf961dd..000000000000 --- a/net-mgmt/p5-SNMP/files/patch-mib.t +++ /dev/null @@ -1,18 +0,0 @@ ---- t/mib.t.orig Tue Jan 11 07:21:08 2000 -+++ t/mib.t Fri Jan 12 10:25:44 2001 -@@ -147,13 +147,13 @@ - ###################### 15 ######################### - $res = $SNMP::MIB{atNetAddress}{nextNode}; - #print("res is --> $res\n"); --ok($res =~ /^HASH/); -+ok(ref $res eq "HASH"); - #print("\n"); - - ######################## 16 ######################### - $res = $SNMP::MIB{sysDescr}{children}; - #print("res is --> $res\n"); --ok($res =~ /^ARRAY/); -+ok(ref $res eq "ARRAY"); - #print("\n"); - #################### 17 ######################### - diff --git a/net-mgmt/p5-SNMP/pkg-plist b/net-mgmt/p5-SNMP/pkg-plist index b9bd2d92bfa6..ab35e7ecaf97 100644 --- a/net-mgmt/p5-SNMP/pkg-plist +++ b/net-mgmt/p5-SNMP/pkg-plist @@ -1,7 +1,7 @@ +lib/perl5/site_perl/README.SNMP +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist -lib/perl5/site_perl/README.SNMP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index 364576bc7234..6c8dbc430d20 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SNMP -PORTVERSION= 3.1.0 +PORTVERSION= 4.2.0 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SNMP @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +USE_PERL5= yes PERL_CONFIGURE= yes post-install: diff --git a/net/p5-SNMP/distinfo b/net/p5-SNMP/distinfo index f77f9ed20532..3213e134a65e 100644 --- a/net/p5-SNMP/distinfo +++ b/net/p5-SNMP/distinfo @@ -1 +1 @@ -MD5 (SNMP-3.1.0.tar.gz) = 21dc57fbf812b2b105412f584e2c2463 +MD5 (SNMP-4.2.0.tar.gz) = 46715f457f3bcf5bf599d441f7e5300b diff --git a/net/p5-SNMP/files/patch-mib.t b/net/p5-SNMP/files/patch-mib.t deleted file mode 100644 index 9afe0bf961dd..000000000000 --- a/net/p5-SNMP/files/patch-mib.t +++ /dev/null @@ -1,18 +0,0 @@ ---- t/mib.t.orig Tue Jan 11 07:21:08 2000 -+++ t/mib.t Fri Jan 12 10:25:44 2001 -@@ -147,13 +147,13 @@ - ###################### 15 ######################### - $res = $SNMP::MIB{atNetAddress}{nextNode}; - #print("res is --> $res\n"); --ok($res =~ /^HASH/); -+ok(ref $res eq "HASH"); - #print("\n"); - - ######################## 16 ######################### - $res = $SNMP::MIB{sysDescr}{children}; - #print("res is --> $res\n"); --ok($res =~ /^ARRAY/); -+ok(ref $res eq "ARRAY"); - #print("\n"); - #################### 17 ######################### - diff --git a/net/p5-SNMP/pkg-plist b/net/p5-SNMP/pkg-plist index b9bd2d92bfa6..ab35e7ecaf97 100644 --- a/net/p5-SNMP/pkg-plist +++ b/net/p5-SNMP/pkg-plist @@ -1,7 +1,7 @@ +lib/perl5/site_perl/README.SNMP +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist -lib/perl5/site_perl/README.SNMP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP |