summaryrefslogtreecommitdiff
path: root/net/p5-Net-SNMP/Makefile
diff options
context:
space:
mode:
authorsno <sno>2012-05-31 09:07:07 +0000
committersno <sno>2012-05-31 09:07:07 +0000
commit2d612d1d2701d616ea0cd5c77fba46f452327be7 (patch)
treee0a94ffea8bccae2fefa9c14d0b25ff399d9f342 /net/p5-Net-SNMP/Makefile
parentdbf47fc33b846768457908071dd84dd083af89e3 (diff)
downloadpkgsrc-2d612d1d2701d616ea0cd5c77fba46f452327be7.tar.gz
Updating package for CPAN module Net::SNMP in net/p5-Net-SNMP from
5.2.0nb4 to 6.0.1. pkgsrc changes: - Adjust license - Adjust dependencies - remove patch which correct bogus attributes (upstream fixed) Upstream changes: RELEASE 6.0.1 SEP-09-2010 - Removed all occurrences of the "locked" attribute that was deprecated in Perl 5.12.0. - Changed the test validating the presence of a monotonic time value to check for invalid implementations. - The SNMPv3 contextEngineID and contextName are now stored as part of the request allowing for these values to be changed between messages. RELEASE 6.0.0 SEP-09-2009 - Substantial internal code cleanup was performed based upon the Perl::Critic module and the "Perl Best Practices" book. - Added support for the Module::Build system for building, testing, and installing Perl modules. - The translation logic for OCTET STRINGs now uses the definition of a DisplayString in RFC 2579 to determine if the octets are to be converted into a hexadecimal representation. - The get_table() and get_entries() methods were refactored as part of the code cleanup. The get_entries() method now handles "holes" in tables better and indexes with a value of zero. - The inheritance structure of the Transport Domain objects was updated to reduce code duplication and increase maintainability. - The resolution of IPv6 addresses was made more exhaustive. - The handling of OBJECT IDENTIFIERs was made more efficient by using [un]pack() with a BER compressed integer template. - Additional validation of the values passed to most methods is now performed and the error messages have been made more robust. - The documented examples were updated based upon commonly asked questions (specifically Example 3 and Example 4). - A Response-PDU with an error-status set to "noError" no longer generates an error when the error-index is non-zero, as decribed in Section 4.2.4 of RFC 3416. - The function oid_lex_cmp() was added to provide for the lexicographical comparison of two OBJECT IDENTIFIERs. - The error-status is no longer set for the exceptions noSuchObject, noSuchInstance, and endOfMibView when translation is not enabled.
Diffstat (limited to 'net/p5-Net-SNMP/Makefile')
-rw-r--r--net/p5-Net-SNMP/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile
index fc6322358eb..77139bded6a 100644
--- a/net/p5-Net-SNMP/Makefile
+++ b/net/p5-Net-SNMP/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2011/08/14 14:14:46 obache Exp $
+# $NetBSD: Makefile,v 1.28 2012/05/31 09:07:07 sno Exp $
#
-DISTNAME= Net-SNMP-5.2.0
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+DISTNAME= Net-SNMP-v6.0.1
+PKGNAME= p5-${DISTNAME:S/v6/6/}
SVR4_PKGNAME= p5nsn
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -11,13 +10,16 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-SNMP/
COMMENT= Perl5 module for SNMP queries
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
+DEPENDS+= p5-Crypt-Rijndael>=1.02:../../security/p5-Crypt-Rijndael
DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
+DEPENDS+= p5-Socket6>=0.23:../../net/p5-Socket6
USE_LANGUAGES= # none