Date: Sat, 24 Dec 2016 17:33:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429377 - head/net/py3-netifaces Message-ID: <201612241733.uBOHXdwW041269@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 24 17:33:39 2016 New Revision: 429377 URL: https://svnweb.freebsd.org/changeset/ports/429377 Log: Remove dependency on the python3 symlink Modified: head/net/py3-netifaces/Makefile Modified: head/net/py3-netifaces/Makefile ============================================================================== --- head/net/py3-netifaces/Makefile Sat Dec 24 17:15:12 2016 (r429376) +++ head/net/py3-netifaces/Makefile Sat Dec 24 17:33:39 2016 (r429377) @@ -3,6 +3,7 @@ PORTNAME= netifaces PORTVERSION= 0.10.4 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Getting network addresses from LICENSE= MIT -USES= python:3 +USES= python:3.3+ USE_PYTHON= autoplist distutils post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612241733.uBOHXdwW041269>