Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 15:48:53 +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: r379441 - head/devel/py-xcaplib
Message-ID:  <201502201548.t1KFmrur031727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502201548.t1KFmrur031727>