svn commit: r391113 - head/net/py-netifaces

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 1 17:57:09 UTC 2015


Author: sunpoet
Date: Wed Jul  1 17:57:08 2015
New Revision: 391113
URL: https://svnweb.freebsd.org/changeset/ports/391113

Log:
  - Update to 0.10.4
  - While I'm here, fix WWW
  
  Changes:	https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG
  PR:		200875
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>
  Approved by:	maintainer (timeout, 16 days)

Modified:
  head/net/py-netifaces/Makefile
  head/net/py-netifaces/distinfo
  head/net/py-netifaces/pkg-descr

Modified: head/net/py-netifaces/Makefile
==============================================================================
--- head/net/py-netifaces/Makefile	Wed Jul  1 17:47:26 2015	(r391112)
+++ head/net/py-netifaces/Makefile	Wed Jul  1 17:57:08 2015	(r391113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	netifaces
-PORTVERSION=	0.10.3
+PORTVERSION=	0.10.4
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,6 @@ COMMENT=	Getting network addresses from 
 LICENSE=	MIT
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/net/py-netifaces/distinfo
==============================================================================
--- head/net/py-netifaces/distinfo	Wed Jul  1 17:47:26 2015	(r391112)
+++ head/net/py-netifaces/distinfo	Wed Jul  1 17:57:08 2015	(r391113)
@@ -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

Modified: head/net/py-netifaces/pkg-descr
==============================================================================
--- head/net/py-netifaces/pkg-descr	Wed Jul  1 17:47:26 2015	(r391112)
+++ head/net/py-netifaces/pkg-descr	Wed Jul  1 17:57:08 2015	(r391113)
@@ -4,4 +4,4 @@ It's been irritating me for ages that it
 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


More information about the svn-ports-all mailing list