aboutsummaryrefslogtreecommitdiff
path: root/net/py-msrplib
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2017-08-20 12:58:23 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2017-08-20 12:58:23 +0000
commit1bda2b33e68d2a2d4652d5edf503167e5dfbd8e4 (patch)
treee4f6fb3df63b72350fbd326977c4c664a7f9c780 /net/py-msrplib
parent172f0cbf4b9f295a591a78173060216f7f553a24 (diff)
downloadports-1bda2b33e68d2a2d4652d5edf503167e5dfbd8e4.tar.gz
ports-1bda2b33e68d2a2d4652d5edf503167e5dfbd8e4.zip
Update RUN_DEPENDS: use newer twisted.
Bump PORTREVISION for dependency change. Give up maintainership as I have not used this port for years and I'm really not in position to test or upgrade it. PR: 221659 Submitted by: sunpoet
Notes
Notes: svn path=/head/; revision=448422
Diffstat (limited to 'net/py-msrplib')
-rw-r--r--net/py-msrplib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/py-msrplib/Makefile b/net/py-msrplib/Makefile
index 65fe20ca3af8..8e23100874f8 100644
--- a/net/py-msrplib/Makefile
+++ b/net/py-msrplib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= msrplib
PORTVERSION= 0.14.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= http://download.ag-projects.com/SipClient/ \
http://www.grosbein.net/python/
@@ -18,11 +18,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:security/py-gnutls \
${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:net/py-eventlet \
- ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application
+ ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
-USES= python twisted:names
+USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>