diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-19 06:52:16 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-11-19 06:52:16 +0000 |
commit | 3d705775b941a7211ae471dfb1bfafc07047eead (patch) | |
tree | 8f09bd1b0362ca417f9e472038e1433c504e9169 /net-mgmt | |
parent | dd3c62033601cda856b5a228f467fa8fe5984911 (diff) | |
download | ports-3d705775b941a7211ae471dfb1bfafc07047eead.tar.gz ports-3d705775b941a7211ae471dfb1bfafc07047eead.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-snmp4/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/py-snmp4/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/py-snmp4/pkg-plist | 1 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile index dc20b44a715d..6d6ef97c52ee 100644 --- a/net-mgmt/py-snmp4/Makefile +++ b/net-mgmt/py-snmp4/Makefile @@ -6,10 +6,10 @@ # PORTNAME= snmp4 -PORTVERSION= 4.1.16d +PORTVERSION= 4.2.1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP \ - SF/pysnmp/pysnmp-devel/${PORTVERSION} + SF/pysnmp/pysnmp/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pysnmp-${PORTVERSION} @@ -19,11 +19,12 @@ COMMENT= SNMP framework for Python LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.13:${PORTSDIR}/devel/py-asn1 \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.14:${PORTSDIR}/devel/py-asn1 \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.3:${PORTSDIR}/security/py-pycrypto -CONFLICTS= py??-snmp-[0-9]* py??-snmp2-[0-9]* +CONFLICTS= py??-snmp2-[0-9]* +# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= pysnmp diff --git a/net-mgmt/py-snmp4/distinfo b/net-mgmt/py-snmp4/distinfo index ef2c1e30cabe..79f845974958 100644 --- a/net-mgmt/py-snmp4/distinfo +++ b/net-mgmt/py-snmp4/distinfo @@ -1,2 +1,2 @@ -SHA256 (pysnmp-4.1.16d.tar.gz) = 570d94c74741021cbf534f4593ad86fa0acc31bea2858169bc79bc791d8e4c7e -SIZE (pysnmp-4.1.16d.tar.gz) = 186566 +SHA256 (pysnmp-4.2.1.tar.gz) = 2183582f3e0883aa6519a5ef15bb09bb9663f7a718f331057b37fbd7134781fd +SIZE (pysnmp-4.2.1.tar.gz) = 194055 diff --git a/net-mgmt/py-snmp4/pkg-plist b/net-mgmt/py-snmp4/pkg-plist index dfc49d194cfb..3b9524a626b9 100644 --- a/net-mgmt/py-snmp4/pkg-plist +++ b/net-mgmt/py-snmp4/pkg-plist @@ -8,6 +8,7 @@ bin/libsmi2pysnmp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smi/view.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/agent/cmdrsp.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/agent/ntforg.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/bulkgen.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/getgen.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/nextgen.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/ntfrcv.py |