Index: head/net/py-netifaces/Makefile =================================================================== --- head/net/py-netifaces/Makefile (revision 391112) +++ head/net/py-netifaces/Makefile (revision 391113) @@ -1,18 +1,18 @@ # Created by: Stanislav Svirid # $FreeBSD$ PORTNAME= netifaces -PORTVERSION= 0.10.3 +PORTVERSION= 0.10.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= count@211.ru COMMENT= Getting network addresses from Python LICENSE= MIT USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Index: head/net/py-netifaces/distinfo =================================================================== --- head/net/py-netifaces/distinfo (revision 391112) +++ head/net/py-netifaces/distinfo (revision 391113) @@ -1,2 +1,2 @@ -SHA256 (netifaces-0.10.3.tar.gz) = aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d -SIZE (netifaces-0.10.3.tar.gz) = 22963 +SHA256 (netifaces-0.10.4.tar.gz) = 9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde +SIZE (netifaces-0.10.4.tar.gz) = 22969 Index: head/net/py-netifaces/pkg-descr =================================================================== --- head/net/py-netifaces/pkg-descr (revision 391112) +++ head/net/py-netifaces/pkg-descr (revision 391113) @@ -1,7 +1,7 @@ Getting network addresses from Python It's been irritating me for ages that it isn't possible to straightforwardly get the network address(es) of the machine you're running on from a Python program. -WWW: http://alastairs-place.net/netifac +WWW: https://pypi.python.org/pypi/netifaces