diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:00:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:00:52 +0800 |
commit | 0cb684d3fe5e118189f4daa8510c61b202c63f7e (patch) | |
tree | 3e58a0200ef2eae8cc5530cc97f2fe74f63eccd0 /net-im | |
parent | 7e8c39237dfe3043a46f415e1b29d2353980c815 (diff) | |
download | freebsd-ports-gnome-0cb684d3fe5e118189f4daa8510c61b202c63f7e.tar.gz freebsd-ports-gnome-0cb684d3fe5e118189f4daa8510c61b202c63f7e.tar.zst freebsd-ports-gnome-0cb684d3fe5e118189f4daa8510c61b202c63f7e.zip |
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)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/proxy65/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/proxy65/Makefile b/net-im/proxy65/Makefile index cfb189644dbd..e5bbe7936b68 100644 --- a/net-im/proxy65/Makefile +++ b/net-im/proxy65/Makefile @@ -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 component for Jabber 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 |