aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-netlib
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-11-19 05:41:48 +0800
committerrm <rm@FreeBSD.org>2015-11-19 05:41:48 +0800
commita24eccf12d0ff5929429cf440fddcbb1aa67856f (patch)
treefff1f4332450097c333cfe25b401c82dcda38958 /net/py-netlib
parent87a1ad3ea4371780d36f1584255bf5f96e2fc7b9 (diff)
downloadfreebsd-ports-gnome-a24eccf12d0ff5929429cf440fddcbb1aa67856f.tar.gz
freebsd-ports-gnome-a24eccf12d0ff5929429cf440fddcbb1aa67856f.tar.zst
freebsd-ports-gnome-a24eccf12d0ff5929429cf440fddcbb1aa67856f.zip
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 <john@saltant.com> Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1)
Diffstat (limited to 'net/py-netlib')
-rw-r--r--net/py-netlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile
index e757c798ce4b..042f5c76efcf 100644
--- a/net/py-netlib/Makefile
+++ b/net/py-netlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= netlib
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT= Collection of network utilities
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 \
${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
USES= python