From lwhsu@jail0.lwhsu.csie.net  Thu Mar  1 15:48:48 2007
Return-Path: <lwhsu@jail0.lwhsu.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BBDB216A401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Mar 2007 15:48:48 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 4168613C461
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Mar 2007 15:48:46 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 18C4F1142A;
	Thu,  1 Mar 2007 23:48:46 +0800 (CST)
Received: (from lwhsu@localhost)
	by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l21FmjcD060585;
	Thu, 1 Mar 2007 23:48:45 +0800 (CST)
	(envelope-from lwhsu)
Message-Id: <200703011548.l21FmjcD060585@jail0.lwhsu.csie.net>
Date: Thu, 1 Mar 2007 23:48:45 +0800 (CST)
From: Li-Wen Hsu <lwhsu@lwhsu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lwhsu@lwhsu.org
Subject: [MAINTAINER] math/py-igraph: update to 0.3.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109722
>Category:       ports
>Synopsis:       [MAINTAINER] math/py-igraph: update to 0.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 01 15:50:05 GMT 2007
>Closed-Date:    Tue Mar 06 19:07:26 GMT 2007
>Last-Modified:  Tue Mar  6 19:10:15 GMT 2007
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 0.3.3

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-igraph-0.3.3.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/math/py-igraph/Makefile /home/lwhsu/ports/math/py-igraph/Makefile
--- /usr/ports/math/py-igraph/Makefile	Fri Dec 22 03:57:35 2006
+++ /home/lwhsu/ports/math/py-igraph/Makefile	Thu Mar  1 23:41:05 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	igraph
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	math python
 MASTER_SITES=	http://cheeseshop.python.org/packages/source/i/igraph/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,10 +19,4 @@
 USE_PYTHON=	2.4+
 USE_PYDISTUTILS=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN -ruN --exclude=CVS /usr/ports/math/py-igraph/distinfo /home/lwhsu/ports/math/py-igraph/distinfo
--- /usr/ports/math/py-igraph/distinfo	Fri Dec 22 03:57:35 2006
+++ /home/lwhsu/ports/math/py-igraph/distinfo	Thu Mar  1 23:29:01 2007
@@ -1,3 +1,3 @@
-MD5 (igraph-0.3.2.tar.gz) = 343bdffef7fcf3841858acf6c16f06b3
-SHA256 (igraph-0.3.2.tar.gz) = e6753c708a6226e71d63159773b439c9d576e127830b2303aa3dabd048dab2ca
-SIZE (igraph-0.3.2.tar.gz) = 347036
+MD5 (igraph-0.3.3.tar.gz) = 45aa93bb97123623602bed1a98853cd7
+SHA256 (igraph-0.3.3.tar.gz) = eed5e3e4145b69fa7460f39a02745fd5d2db0df4daba68fe9f92484bb3773cac
+SIZE (igraph-0.3.3.tar.gz) = 367721
diff -ruN -ruN --exclude=CVS /usr/ports/math/py-igraph/pkg-plist /home/lwhsu/ports/math/py-igraph/pkg-plist
--- /usr/ports/math/py-igraph/pkg-plist	Fri Dec 22 03:57:35 2006
+++ /home/lwhsu/ports/math/py-igraph/pkg-plist	Thu Mar  1 23:31:17 2007
@@ -1,30 +1,39 @@
 %%PYTHON_SITELIBDIR%%/igraph/__init__.py
+%%PYTHON_SITELIBDIR%%/igraph/__init__.pyc
+%%PYTHON_SITELIBDIR%%/igraph/__init__.pyo
+%%PYTHON_SITELIBDIR%%/igraph/core.so
 %%PYTHON_SITELIBDIR%%/igraph/test/__init__.py
-%%PYTHON_SITELIBDIR%%/igraph/test/attributes.py
-%%PYTHON_SITELIBDIR%%/igraph/test/basic.py
-%%PYTHON_SITELIBDIR%%/igraph/test/flow.py
-%%PYTHON_SITELIBDIR%%/igraph/test/foreign.py
-%%PYTHON_SITELIBDIR%%/igraph/test/games.py
-%%PYTHON_SITELIBDIR%%/igraph/test/spectral.py
-%%PYTHON_SITELIBDIR%%/igraph/test/structural.py
 %%PYTHON_SITELIBDIR%%/igraph/test/__init__.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/attributes.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/basic.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/flow.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/foreign.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/games.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/spectral.pyc
-%%PYTHON_SITELIBDIR%%/igraph/test/structural.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/__init__.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/attributes.py
+%%PYTHON_SITELIBDIR%%/igraph/test/attributes.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/attributes.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/basic.py
+%%PYTHON_SITELIBDIR%%/igraph/test/basic.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/basic.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/cliques.py
+%%PYTHON_SITELIBDIR%%/igraph/test/cliques.pyc
+%%PYTHON_SITELIBDIR%%/igraph/test/cliques.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/decomposition.py
+%%PYTHON_SITELIBDIR%%/igraph/test/decomposition.pyc
+%%PYTHON_SITELIBDIR%%/igraph/test/decomposition.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/flow.py
+%%PYTHON_SITELIBDIR%%/igraph/test/flow.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/flow.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/foreign.py
+%%PYTHON_SITELIBDIR%%/igraph/test/foreign.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/foreign.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/games.py
+%%PYTHON_SITELIBDIR%%/igraph/test/games.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/games.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/operators.py
+%%PYTHON_SITELIBDIR%%/igraph/test/operators.pyc
+%%PYTHON_SITELIBDIR%%/igraph/test/operators.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/spectral.py
+%%PYTHON_SITELIBDIR%%/igraph/test/spectral.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/spectral.pyo
+%%PYTHON_SITELIBDIR%%/igraph/test/structural.py
+%%PYTHON_SITELIBDIR%%/igraph/test/structural.pyc
 %%PYTHON_SITELIBDIR%%/igraph/test/structural.pyo
-%%PYTHON_SITELIBDIR%%/igraph/_igraph.so
-%%PYTHON_SITELIBDIR%%/igraph/__init__.pyc
-%%PYTHON_SITELIBDIR%%/igraph/__init__.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/igraph/test
 @dirrm %%PYTHON_SITELIBDIR%%/igraph
--- py24-igraph-0.3.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 1 15:50:18 UTC 2007 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109722 
Responsible-Changed-From-To: freebsd-python->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Mar 1 16:12:17 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109722 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 6 19:07:24 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109722 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109722: commit references a PR
Date: Tue,  6 Mar 2007 19:07:31 +0000 (UTC)

 miwi        2007-03-06 19:07:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/py-igraph       Makefile distinfo pkg-plist 
   Log:
   - Update to 0.3.3
   
   PR:             109722
   Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
   
   Revision  Changes    Path
   1.2       +2 -8      ports/math/py-igraph/Makefile
   1.2       +3 -3      ports/math/py-igraph/distinfo
   1.2       +26 -17    ports/math/py-igraph/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
