svn commit: r379441 - head/devel/py-xcaplib
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 20 15:48:53 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list