Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2017 00:00: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: r449225 - head/net-im/proxy65
Message-ID:  <201709040000.v8400rwE056355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep  4 00:00:52 2017
New Revision: 449225
URL: https://svnweb.freebsd.org/changeset/ports/449225

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Bump PORTREVISION for dependency change
  
  PR:		221655
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/net-im/proxy65/Makefile

Modified: head/net-im/proxy65/Makefile
==============================================================================
--- head/net-im/proxy65/Makefile	Mon Sep  4 00:00:48 2017	(r449224)
+++ head/net-im/proxy65/Makefile	Mon Sep  4 00:00:52 2017	(r449225)
@@ -2,6 +2,7 @@
 
 PORTNAME=	proxy65
 PORTVERSION=	1.2.0.20150210
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	mm@FreeBSD.org
@@ -9,7 +10,9 @@ COMMENT=	XEP-0065 SOCKS5 Bytestreams external componen
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mmatuska
@@ -25,7 +28,7 @@ JABBERD_DESC=   Use with jabberd 2.x (net-im/jabberd)
 EJABBERD_DESC=  Use with ejabberd (net-im/ejabberd)
 
 USE_PYTHON=	distutils autoplist
-USES=		python:2 twisted:words
+USES=		python:2
 USE_RC_SUBR=	proxy65
 
 PORTDOCS=	README



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