svn commit: r449225 - head/net-im/proxy65

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 4 00:00:54 UTC 2017


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 at 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


More information about the svn-ports-all mailing list