Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2014 14:25:46 GMT
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189475: [UPDATE] net/py-netifaces to 0.10.3
Message-ID:  <201405081425.s48EPkOx087318@cgiserv.freebsd.org>
Resent-Message-ID: <201405081430.s48EU0Cn087063@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189475
>Category:       ports
>Synopsis:       [UPDATE] net/py-netifaces to 0.10.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 08 14:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        
>Organization:
>Environment:
>Description:
- Update to 0.10.3
- Add LICENSE
- Update MASTER_SITES macro
- Replace tab by space in WWW entry (pkg-descr)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(révision 353304)
+++ Makefile	(copie de travail)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	netifaces
-PORTVERSION=	0.8
-PORTREVISION=	1
+PORTVERSION=	0.10.3
 CATEGORIES=	net python
-MASTER_SITES=	http://alastairs-place.net/projects/netifaces/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	count@211.ru
 COMMENT=	Getting network addresses from Python
 
+LICENSE=	MIT
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
Index: distinfo
===================================================================
--- distinfo	(révision 353304)
+++ distinfo	(copie de travail)
@@ -1,2 +1,2 @@
-SHA256 (netifaces-0.8.tar.gz) = 53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec
-SIZE (netifaces-0.8.tar.gz) = 15484
+SHA256 (netifaces-0.10.3.tar.gz) = aea93f6c7d0840eb3bd5c38f1950b3d130148b9894453d67b3445adc9779332d
+SIZE (netifaces-0.10.3.tar.gz) = 22963
Index: pkg-descr
===================================================================
--- pkg-descr	(révision 353304)
+++ pkg-descr	(copie de travail)
@@ -4,4 +4,4 @@
 straightforwardly get the network address(es) of the machine
 you're running on from a Python program.
 
-WWW:	http://alastairs-place.net/netifaces/
+WWW: http://alastairs-place.net/netifaces/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081425.s48EPkOx087318>