Date: Fri, 20 Feb 2015 15:48:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379442 - head/net/py-msrplib Message-ID: <201502201548.t1KFmwiS031857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502201548.t1KFmwiS031857>