Date: Tue, 8 Jan 2019 17:00:06 +0000 (UTC) From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489724 - head/net-p2p/py-tremc Message-ID: <201901081700.x08H06Lk095962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rigoletto Date: Tue Jan 8 17:00:06 2019 New Revision: 489724 URL: https://svnweb.freebsd.org/changeset/ports/489724 Log: net-p2p/py-tremc: remove the broken GeoIP option - add IPY option (extract ipv4 from ipv6 addresses) PR: 234703 Reported by: huber.georg@gmail.com Approved by: tcberner (mentor) Modified: head/net-p2p/py-tremc/Makefile Modified: head/net-p2p/py-tremc/Makefile ============================================================================== --- head/net-p2p/py-tremc/Makefile Tue Jan 8 16:07:12 2019 (r489723) +++ head/net-p2p/py-tremc/Makefile Tue Jan 8 17:00:06 2019 (r489724) @@ -3,6 +3,7 @@ PORTNAME= tremc DISTVERSION= 0.9.1-11 DISTVERSIONSUFFIX= -g54a873f +PORTREVISION= 1 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,13 +19,14 @@ NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= ${PORTNAME} -OPTIONS_DEFINE= ADNS GEOIP PYPERCLIP -OPTIONS_DEFAULT= ADNS GEOIP PYPERCLIP +OPTIONS_DEFINE= ADNS IPY PYPERCLIP +OPTIONS_DEFAULT= ADNS IPY PYPERCLIP +IPY_DESC= Extract ipv4 from ipv6 addresses PYPERCLIP_DESC= Copy magnet links to the system clipboard ADNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adns>=:dns/py-adns@${PY_FLAVOR} -GEOIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GeoIP>=0:net/py-GeoIP@${PY_FLAVOR} +IPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=:net-mgmt/py-ipy@${PY_FLAVOR} PYPERCLIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyperclip>=0:devel/py-pyperclip@${PY_FLAVOR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081700.x08H06Lk095962>