svn commit: r448422 - head/net/py-msrplib

Eugene Grosbein eugen at FreeBSD.org
Sun Aug 20 12:58:25 UTC 2017


Author: eugen
Date: Sun Aug 20 12:58:23 2017
New Revision: 448422
URL: https://svnweb.freebsd.org/changeset/ports/448422

Log:
  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

Modified:
  head/net/py-msrplib/Makefile

Modified: head/net/py-msrplib/Makefile
==============================================================================
--- head/net/py-msrplib/Makefile	Sun Aug 20 12:48:16 2017	(r448421)
+++ head/net/py-msrplib/Makefile	Sun Aug 20 12:58:23 2017	(r448422)
@@ -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>


More information about the svn-ports-head mailing list