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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 20 15:48:58 UTC 2015


Author: sunpoet
Date: Fri Feb 20 15:48:57 2015
New Revision: 379442
URL: https://svnweb.freebsd.org/changeset/ports/379442
QAT: https://qat.redports.org/buildarchive/r379442/

Log:
  - Use USES=twisted
  - While I'm here, use single space after WWW:
  
  With hat:	python

Modified:
  head/net/py-msrplib/Makefile
  head/net/py-msrplib/pkg-descr

Modified: head/net/py-msrplib/Makefile
==============================================================================
--- head/net/py-msrplib/Makefile	Fri Feb 20 15:48:52 2015	(r379441)
+++ head/net/py-msrplib/Makefile	Fri Feb 20 15:48:57 2015	(r379442)
@@ -17,14 +17,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:${PORTSDIR}/security/py-gnutls \
-		${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-twistedCore \
-		${PYTHON_PKGNAMEPREFIX}twistedNames>=8.1.0:${PORTSDIR}/dns/py-twistedNames \
 		${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:${PORTSDIR}/net/py-eventlet \
-		${PYTHON_PKGNAMEPREFIX}application>=1.1.0:${PORTSDIR}/devel/py-application \
-
+		${PYTHON_PKGNAMEPREFIX}application>=1.1.0:${PORTSDIR}/devel/py-application
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python
+USES=		python twisted:names
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/net/py-msrplib/pkg-descr
==============================================================================
--- head/net/py-msrplib/pkg-descr	Fri Feb 20 15:48:52 2015	(r379441)
+++ head/net/py-msrplib/pkg-descr	Fri Feb 20 15:48:57 2015	(r379442)
@@ -6,4 +6,4 @@ Message sessions are treated like any ot
 when set up via a rendezvous or session creation protocol
 such as the Session Initiation Protocol (SIP).
 
-WWW:	http://mediaproxy.ag-projects.com/projects/msrp/wiki
+WWW: http://mediaproxy.ag-projects.com/projects/msrp/wiki


More information about the svn-ports-head mailing list