pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-POE-Component-SNMP Updated net/p5-POE-Component...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd44a02550fd
branches:  trunk
changeset: 575996:dd44a02550fd
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri May 28 10:07:42 2010 +0000

description:
Updated net/p5-POE-Component-SNMP

1.1002 Fri Dec  4 18:33:23 PST 2009
- Updated for Net::SNMP v6.0.0

- looking more closely at my fail reports, they have another
  problem: Net::SNMP uses a v-string, and it doesn't compare
  properly in the test suite.  Tweaked Makefile.PL.

- Applied cleanup patches from gcola aka acferen__yahoo.com to
  eliminate some harmless but annoying warnings.

- Turns out that using POE::Kernel->method as a global access
  to the kernel is unsupported.  Since I'm already importing
  POE::Kernel, I have $poe_kernel in my namespace already, so
  use that instead.

1.1003
- Cleanups

1.1004 Mon Dec  7 13:17:15 PST 2009
- more cleanups

1.1005 Mon Dec  7 13:30:08 PST 2009
- Apparently my 'eval { use Sub::Identify }' is causing
  hiccups with smoke testing.  Rewritten to 'eval { require Sub::Identify }'

1.1006 Sun Jan 10 20:17:10 PST 2010
- well I'm now blushing because I finally found a bug that was
  reported to me but I was previously unable to reproduce.
  The author of Net::SNMP has released v6.0.0, which doesn't
  compare very well to a "regular" number like 5.0.  This
  broke my 4.x support.  So I have removed it.

diffstat:

 net/p5-POE-Component-SNMP/Makefile |  5 ++---
 net/p5-POE-Component-SNMP/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 98877002dfeb -r dd44a02550fd net/p5-POE-Component-SNMP/Makefile
--- a/net/p5-POE-Component-SNMP/Makefile        Fri May 28 10:07:38 2010 +0000
+++ b/net/p5-POE-Component-SNMP/Makefile        Fri May 28 10:07:42 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2009/05/12 12:51:07 martti Exp $
+# $NetBSD: Makefile,v 1.7 2010/05/28 10:07:42 martti Exp $
 
-DISTNAME=      POE-Component-SNMP-1.1001
+DISTNAME=      POE-Component-SNMP-1.1006
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=POE/}
 
diff -r 98877002dfeb -r dd44a02550fd net/p5-POE-Component-SNMP/distinfo
--- a/net/p5-POE-Component-SNMP/distinfo        Fri May 28 10:07:38 2010 +0000
+++ b/net/p5-POE-Component-SNMP/distinfo        Fri May 28 10:07:42 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/08/12 09:41:37 martti Exp $
+$NetBSD: distinfo,v 1.4 2010/05/28 10:07:42 martti Exp $
 
-SHA1 (POE-Component-SNMP-1.1001.tar.gz) = c87063adde26b9e3c136512a965e29d00ccdf6ad
-RMD160 (POE-Component-SNMP-1.1001.tar.gz) = 25845dfd47393fca01404a9f716cd8dfcd6d0b2a
-Size (POE-Component-SNMP-1.1001.tar.gz) = 36977 bytes
+SHA1 (POE-Component-SNMP-1.1006.tar.gz) = e55a37fcb34637a64e65bec08ccef5ba61fb2ed3
+RMD160 (POE-Component-SNMP-1.1006.tar.gz) = 6d4f9babb42f62f0b60c1bee8d9aa8a116817e60
+Size (POE-Component-SNMP-1.1006.tar.gz) = 37375 bytes
 SHA1 (patch-aa) = 34f76011fc5c5bc89afcef4ac5a82568301f85f2



Home | Main Index | Thread Index | Old Index