From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:48:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DDF5963; Fri, 20 Feb 2015 15:48:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88B9FD8B; Fri, 20 Feb 2015 15:48:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmwst031860; Fri, 20 Feb 2015 15:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFmwiS031857; Fri, 20 Feb 2015 15:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFmwiS031857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379442 - head/net/py-msrplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:48:58 -0000 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 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