From owner-svn-ports-all@FreeBSD.ORG Fri Feb 20 15:48:53 2015 Return-Path: Delivered-To: svn-ports-all@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 B7D45889; Fri, 20 Feb 2015 15:48:53 +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 88B25D89; Fri, 20 Feb 2015 15:48:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmrYI031729; Fri, 20 Feb 2015 15:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFmrur031727; Fri, 20 Feb 2015 15:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFmrur031727@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:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379441 - head/devel/py-xcaplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 15:48:53 -0000 Author: sunpoet Date: Fri Feb 20 15:48:52 2015 New Revision: 379441 URL: https://svnweb.freebsd.org/changeset/ports/379441 QAT: https://qat.redports.org/buildarchive/r379441/ Log: - Use USES=twisted - While I'm here: - Add LICENSE [1] - Use single space after WWW: With hat: python Approved by: portmgr (blanket) [1] Modified: head/devel/py-xcaplib/Makefile head/devel/py-xcaplib/pkg-descr Modified: head/devel/py-xcaplib/Makefile ============================================================================== --- head/devel/py-xcaplib/Makefile Fri Feb 20 15:48:47 2015 (r379440) +++ head/devel/py-xcaplib/Makefile Fri Feb 20 15:48:52 2015 (r379441) @@ -13,13 +13,14 @@ DISTNAME= python-${PORTNAME}-${PORTVERSI MAINTAINER= ports@grosbein.net COMMENT= Python XCAP client library -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:${PORTSDIR}/devel/py-application +LICENSE= LGPL20 LGPL21 LGPL3 +LICENSE_COMB= dual +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:${PORTSDIR}/devel/py-application RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python twisted USE_PYTHON= distutils autoplist .include Modified: head/devel/py-xcaplib/pkg-descr ============================================================================== --- head/devel/py-xcaplib/pkg-descr Fri Feb 20 15:48:47 2015 (r379440) +++ head/devel/py-xcaplib/pkg-descr Fri Feb 20 15:48:52 2015 (r379441) @@ -6,4 +6,4 @@ XCAP clients to store data like presence Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can provide a complete SIP SIMPLE solution. -WWW: http://sipsimpleclient.com/wiki/xcapclient +WWW: http://sipsimpleclient.com/wiki/xcapclient