From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 11 03:40:04 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED0FC1065672 for ; Wed, 11 Jan 2012 03:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3D358FC15 for ; Wed, 11 Jan 2012 03:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0B3e3Ut026556 for ; Wed, 11 Jan 2012 03:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0B3e3XL026555; Wed, 11 Jan 2012 03:40:03 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2012 03:40:03 GMT Resent-Message-Id: <201201110340.q0B3e3XL026555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F86106564A for ; Wed, 11 Jan 2012 03:35:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C24A08FC16 for ; Wed, 11 Jan 2012 03:35:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0B3Z4bd026209 for ; Wed, 11 Jan 2012 03:35:04 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0B3Z4mH026208; Wed, 11 Jan 2012 03:35:04 GMT (envelope-from novel) Message-Id: <201201110335.q0B3Z4mH026208@freefall.freebsd.org> Date: Wed, 11 Jan 2012 03:35:04 GMT From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/164008: [ patch ] update net/py-netifaces to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 03:40:04 -0000 >Number: 164008 >Category: ports >Synopsis: [ patch ] update net/py-netifaces to 0.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 11 03:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Update to 0.6, which adds address families dictionary and adds a workaround and adds a workaround for kern/152036. >How-To-Repeat: >Fix: --- py-netifaces-0.6.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/py-netifaces/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 29 Jul 2009 14:12:44 -0000 1.1 +++ Makefile 11 Jan 2012 03:28:58 -0000 @@ -6,9 +6,9 @@ # PORTNAME= netifaces -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= net python -MASTER_SITES= http://alastairs-place.net/2007/03/netifaces/ +MASTER_SITES= http://alastairs-place.net/projects/netifaces/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= count@211.ru Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/py-netifaces/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 20 Mar 2011 12:52:41 -0000 1.2 +++ distinfo 11 Jan 2012 03:28:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (netifaces-0.5.tar.gz) = a210263311512b9a13e758545161ddecdbf0426ccd1e1c3380cb354be259b35d -SIZE (netifaces-0.5.tar.gz) = 13024 +SHA256 (netifaces-0.6.tar.gz) = 6abb5e2d638a72415d730374bfc40fc4b0b9b2130d5a1f8b822e797ffd55a66f +SIZE (netifaces-0.6.tar.gz) = 14546 --- py-netifaces-0.6.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: