From owner-svn-ports-all@freebsd.org Mon Sep 4 00:00:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44AD6E02A5D; Mon, 4 Sep 2017 00:00:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CD9E80AB5; Mon, 4 Sep 2017 00:00:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8400rLc056356; Mon, 4 Sep 2017 00:00:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8400rwE056355; Mon, 4 Sep 2017 00:00:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709040000.v8400rwE056355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 4 Sep 2017 00:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449225 - head/net-im/proxy65 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-im/proxy65 X-SVN-Commit-Revision: 449225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2017 00:00:54 -0000 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