aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
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-p2p
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-p2p')
-rw-r--r--net-p2p/tribler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile
index 3d2faa5881b0..82d8b0c106c7 100644
--- a/net-p2p/tribler/Makefile
+++ b/net-p2p/tribler/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tribler
PORTVERSION= 6.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Tribler/tribler/releases/download/${PORTVERSION:S/^/v/}/
DISTFILES= ${PORTNAME}_${PORTVERSION}_all.deb
@@ -16,7 +16,7 @@ LICENSE_COMB= multi
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>0:${PORTSDIR}/databases/py-apsw \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
- ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \
+ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:${PORTSDIR}/devel/py-pyasn1 \
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}gmpy>0:${PORTSDIR}/math/py-gmpy \
${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces \