pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-POE-Component-SNMP



Module Name:    pkgsrc
Committed By:   martti
Date:           Fri May 28 10:07:42 UTC 2010

Modified Files:
        pkgsrc/net/p5-POE-Component-SNMP: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/p5-POE-Component-SNMP/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/p5-POE-Component-SNMP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index