Tue Aug 12 09:41:37 2008 UTC ()
Updated net/p5-POE-Component-SNMP to 1.1001

1.10 Fri Jul 25 01:39:08 PDT 2008

- lots of small fixes

1.1001 Fri Aug  1 01:58:09 PDT 2008
- nope, still didn't get it right. left a stray dependency.
  changed my version system because I seem to do this alot.  now
  releasing version 1.1001.  I'm hoping I don't have to release
  version 1.1002 tomorrow. :)


(martti)
diff -r1.3 -r1.4 pkgsrc/net/p5-POE-Component-SNMP/Makefile
diff -r1.2 -r1.3 pkgsrc/net/p5-POE-Component-SNMP/distinfo
diff -r1.2 -r1.3 pkgsrc/net/p5-POE-Component-SNMP/patches/patch-aa

cvs diff -r1.3 -r1.4 pkgsrc/net/p5-POE-Component-SNMP/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-POE-Component-SNMP/Makefile 2008/06/12 02:14:40 1.3
+++ pkgsrc/net/p5-POE-Component-SNMP/Makefile 2008/08/12 09:41:37 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:40 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2008/08/12 09:41:37 martti Exp $
2 2
3DISTNAME= POE-Component-SNMP-1.07 3DISTNAME= POE-Component-SNMP-1.1001
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= net perl5 5CATEGORIES= net perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
7 7
8MAINTAINER= martti@NetBSD.org 8MAINTAINER= martti@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/POE-Component-SNMP 9HOMEPAGE= http://search.cpan.org/dist/POE-Component-SNMP
10COMMENT= Event-driven SNMP interface 10COMMENT= Event-driven SNMP interface
11 11
12DEPENDS+= p5-Net-SNMP>=5.0.1:../../net/p5-Net-SNMP 12DEPENDS+= p5-Net-SNMP>=5.0.1:../../net/p5-Net-SNMP
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.2 -r1.3 pkgsrc/net/p5-POE-Component-SNMP/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-POE-Component-SNMP/distinfo 2006/10/16 09:32:53 1.2
+++ pkgsrc/net/p5-POE-Component-SNMP/distinfo 2008/08/12 09:41:37 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2006/10/16 09:32:53 martti Exp $ 1$NetBSD: distinfo,v 1.3 2008/08/12 09:41:37 martti Exp $
2 2
3SHA1 (POE-Component-SNMP-1.07.tar.gz) = 15663bb2d3ebd0fd678ab0fb6b060b68496884bf 3SHA1 (POE-Component-SNMP-1.1001.tar.gz) = c87063adde26b9e3c136512a965e29d00ccdf6ad
4RMD160 (POE-Component-SNMP-1.07.tar.gz) = 3f2dedc9ff787ce8e2cfed697a875320aa61d5db 4RMD160 (POE-Component-SNMP-1.1001.tar.gz) = 25845dfd47393fca01404a9f716cd8dfcd6d0b2a
5Size (POE-Component-SNMP-1.07.tar.gz) = 34052 bytes 5Size (POE-Component-SNMP-1.1001.tar.gz) = 36977 bytes
6SHA1 (patch-aa) = 349c6927132f4e2137226f854c0d27ce434d448a 6SHA1 (patch-aa) = 34f76011fc5c5bc89afcef4ac5a82568301f85f2

cvs diff -r1.2 -r1.3 pkgsrc/net/p5-POE-Component-SNMP/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/net/p5-POE-Component-SNMP/patches/patch-aa 2006/10/16 09:32:53 1.2
+++ pkgsrc/net/p5-POE-Component-SNMP/patches/patch-aa 2008/08/12 09:41:37 1.3
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-aa,v 1.2 2006/10/16 09:32:53 martti Exp $ 1$NetBSD: patch-aa,v 1.3 2008/08/12 09:41:37 martti Exp $
 2
 3Make this pkgsrc friendly.
2 4
3--- Makefile.PL.orig 2006-04-17 21:55:33.000000000 +0000 5--- Makefile.PL.orig 2006-04-17 21:55:33.000000000 +0000
4+++ Makefile.PL 2006-10-16 12:31:34.000000000 +0000 6+++ Makefile.PL 2006-10-16 12:31:34.000000000 +0000
5@@ -22,7 +22,7 @@ 7@@ -22,7 +22,7 @@
6 # my $DEBUG_FLAG = 0xFF; # everything 8 # my $DEBUG_FLAG = 0xFF; # everything
7  9
8 print "The test suite requires access to an SNMP agent.\n"; 10 print "The test suite requires access to an SNMP agent.\n";
9-my $hostname = prompt("enter a hostname [leave empty to skip all tests]"); 11-my $hostname = prompt("enter a hostname [leave empty to skip all tests]");
10+my $hostname = ""; 12+my $hostname = "";
11  13
12 if ($hostname) { 14 if ($hostname) {
13 my $rcomm = prompt("enter read community string", 'public'); 15 my $rcomm = prompt("enter read community string", 'public');