Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:48:16 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448421 - head/devel/py-xcaplib
Message-ID:  <201708201248.v7KCmGaY011975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	ports@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>



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