svn commit: r448421 - head/devel/py-xcaplib
Eugene Grosbein
eugen at FreeBSD.org
Sun Aug 20 12:48:17 UTC 2017
Author: eugen
Date: Sun Aug 20 12:48:16 2017
New Revision: 448421
URL: https://svnweb.freebsd.org/changeset/ports/448421
Log:
Update RUN_DEPENDS: use newer twisted.
Bump PORTREVISION for dependency change.
Give up maintainership as I have not used this port for years
and I'm really not in position to test or upgrade it.
PR: 221649
Submitted by: sunpoet
Modified:
head/devel/py-xcaplib/Makefile
Modified: head/devel/py-xcaplib/Makefile
==============================================================================
--- head/devel/py-xcaplib/Makefile Sun Aug 20 12:44:21 2017 (r448420)
+++ head/devel/py-xcaplib/Makefile Sun Aug 20 12:48:16 2017 (r448421)
@@ -3,25 +3,26 @@
PORTNAME= xcaplib
PORTVERSION= 1.0.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://download.ag-projects.com/XCAP/ \
http://grosbein.net/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
-MAINTAINER= eugen at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Python XCAP client library
LICENSE= LGPL20 LGPL21 LGPL3
LICENSE_COMB= dual
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \
- ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application
+ ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
-USES= python twisted
+USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list