diff options
author | rm <rm@FreeBSD.org> | 2011-11-19 14:52:16 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-11-19 14:52:16 +0800 |
commit | f023076293993ec9c42283259a05aeb9bc006b9a (patch) | |
tree | 67554203efa4d882dff0e2aad992c46d5b0bf5c8 /net-mgmt | |
parent | 137973f774307db613cb1a9f3d1a1a13cab3f40a (diff) | |
download | freebsd-ports-gnome-f023076293993ec9c42283259a05aeb9bc006b9a.tar.gz freebsd-ports-gnome-f023076293993ec9c42283259a05aeb9bc006b9a.tar.zst freebsd-ports-gnome-f023076293993ec9c42283259a05aeb9bc006b9a.zip |
- update to 4.2.1
- fix SF mirror
- update dependencies versions
- update CONFLICTS
PR: 162667
Submitted by: rm (myself)
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer), novel (mentor)
Feature safe: yes
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 |