From a24eccf12d0ff5929429cf440fddcbb1aa67856f Mon Sep 17 00:00:00 2001 From: rm Date: Wed, 18 Nov 2015 21:41:48 +0000 Subject: devel/py-asn1: move to devel/py-pyasn1 to match PyPI name - move to devel/py-pyasn1 to match PyPI name - update *_DEPENDS and bump PORTREVISION in dependent ports - reset PORTEPOCH PR: 204567 Submitted by: John W. O'Brien Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) --- net-mgmt/py-snmp4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile index 71fce5d7fe0d..8e33fbd1c7a0 100644 --- a/net-mgmt/py-snmp4/Makefile +++ b/net-mgmt/py-snmp4/Makefile @@ -3,6 +3,7 @@ PORTNAME= snmp4 PORTVERSION= 4.2.5 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP \ SF/pysnmp/pysnmp/${PORTVERSION} @@ -14,7 +15,7 @@ COMMENT= SNMP framework for Python LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.2:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:${PORTSDIR}/devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:${PORTSDIR}/security/py-pycrypto USES= python -- cgit