From nobody@FreeBSD.org  Mon Feb 23 23:38:10 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 388DD106575C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Feb 2009 23:38:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 034B08FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Feb 2009 23:37:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1NNbwGL074476
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Feb 2009 23:37:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1NNbwjq074475;
	Mon, 23 Feb 2009 23:37:58 GMT
	(envelope-from nobody)
Message-Id: <200902232337.n1NNbwjq074475@www.freebsd.org>
Date: Mon, 23 Feb 2009 23:37:58 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update]graphics/py-graph:update to 1.4.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: yzlin@cs.nctu.edu.tw

>Number:         132030
>Category:       ports
>Synopsis:       [Update]graphics/py-graph:update to 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 23 23:40:01 UTC 2009
>Closed-Date:    Thu Mar 12 19:24:13 UTC 2009
>Last-Modified:  Thu Mar 12 19:30:10 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.4.2 from 1.3.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN py-graph/Makefile py-graph.new/Makefile
--- py-graph/Makefile	2008-11-25 22:08:42.000000000 +0800
+++ py-graph.new/Makefile	2009-02-24 15:04:38.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	graph
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.2
 CATEGORIES=	graphics python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@
 
 PROJECTHOST=	python-graph
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	python-graph
 
 WRKSRC=		${WRKDIR}/${PYDISTUTILS_PKGNAME}
diff -urN py-graph/distinfo py-graph.new/distinfo
--- py-graph/distinfo	2008-11-25 22:08:42.000000000 +0800
+++ py-graph.new/distinfo	2009-02-23 21:14:34.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (python-graph-1.3.1.tar.bz2) = 6f679f7cbe5104188faae360371f744f
-SHA256 (python-graph-1.3.1.tar.bz2) = 969f0cba956321576586d74375cad5af38d2bf23acd5d8b5628252e44c316df8
-SIZE (python-graph-1.3.1.tar.bz2) = 45372
+MD5 (python-graph-1.4.2.tar.bz2) = 142807b1d3865c915bee8b5346790e7b
+SHA256 (python-graph-1.4.2.tar.bz2) = 91225ee818272debc17af7df4b0f4acb638fc772b796397689464a26c8bf0ee6
+SIZE (python-graph-1.4.2.tar.bz2) = 49957
diff -urN py-graph/files/patch-setup.py py-graph.new/files/patch-setup.py
--- py-graph/files/patch-setup.py	2008-11-24 01:27:52.000000000 +0800
+++ py-graph.new/files/patch-setup.py	2009-02-23 22:15:00.000000000 +0800
@@ -1,15 +1,13 @@
---- setup.py.orig	2008-10-28 21:22:57.000000000 +0800
-+++ setup.py	2008-10-28 21:23:17.000000000 +0800
-@@ -18,9 +18,9 @@
+--- setup.py.orig	2009-02-23 22:14:56.000000000 +0800
++++ setup.py	2009-02-23 22:14:38.000000000 +0800
+@@ -37,8 +37,8 @@
          name = appname,
          version = appversion,
-         packages = ['graph'],
--        data_files = [(docfolder, ['README','Changelog','COPYING']),
--                                (docfolder + docs, docfiles),
--                                ],
-+#        data_files = [(docfolder, ['README','Changelog','COPYING']),
-+#                                (docfolder + docs, docfiles),
-+#                                ],
- 
-         # metadata
+         packages = ['graph', 'graph.algorithms', 'graph.algorithms.filters', 'graph.algorithms.heuristics', 'graph.classes'],
+-        data_files = [(docsdir,docsfiles),
+-                       (datadir,datafiles)],
++#        data_files = [(docsdir,docsfiles),
++#                       (datadir,datafiles)],
          author = "Pedro Matiello",
+         author_email = "pmatiello@gmail.com",
+         description = "A library for working with graphs in Python",
diff -urN py-graph/pkg-plist py-graph.new/pkg-plist
--- py-graph/pkg-plist	2008-11-25 22:08:42.000000000 +0800
+++ py-graph.new/pkg-plist	2009-02-23 22:22:26.000000000 +0800
@@ -1,59 +1,60 @@
-%%PYTHON_SITELIBDIR%%/graph/__init__.py
-%%PYTHON_SITELIBDIR%%/graph/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graph/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graph/accessibility.py
-%%PYTHON_SITELIBDIR%%/graph/accessibility.pyc
-%%PYTHON_SITELIBDIR%%/graph/accessibility.pyo
-%%PYTHON_SITELIBDIR%%/graph/generators.py
-%%PYTHON_SITELIBDIR%%/graph/generators.pyc
-%%PYTHON_SITELIBDIR%%/graph/generators.pyo
-%%PYTHON_SITELIBDIR%%/graph/minmax.py
-%%PYTHON_SITELIBDIR%%/graph/minmax.pyc
-%%PYTHON_SITELIBDIR%%/graph/minmax.pyo
-%%PYTHON_SITELIBDIR%%/graph/readwrite.py
-%%PYTHON_SITELIBDIR%%/graph/readwrite.pyc
-%%PYTHON_SITELIBDIR%%/graph/readwrite.pyo
-%%PYTHON_SITELIBDIR%%/graph/searching.py
-%%PYTHON_SITELIBDIR%%/graph/searching.pyc
-%%PYTHON_SITELIBDIR%%/graph/searching.pyo
-%%PYTHON_SITELIBDIR%%/graph/sorting.py
-%%PYTHON_SITELIBDIR%%/graph/sorting.pyc
-%%PYTHON_SITELIBDIR%%/graph/sorting.pyo
-%%PYTHON_SITELIBDIR%%/graph/traversal.py
-%%PYTHON_SITELIBDIR%%/graph/traversal.pyc
-%%PYTHON_SITELIBDIR%%/graph/traversal.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 @dirrm %%PYTHON_SITELIBDIR%%/graph
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/api-objects.txt
 %%PORTDOCS%%%%DOCSDIR%%/class-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/crarr.png
 %%PORTDOCS%%%%DOCSDIR%%/epydoc.css
 %%PORTDOCS%%%%DOCSDIR%%/epydoc.js
 %%PORTDOCS%%%%DOCSDIR%%/graph-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.accessibility-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.digraph-class.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.generators-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.graph-class.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.hypergraph-class.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.minmax-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.readwrite-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.searching-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.sorting-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.traversal-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.accessibility-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.cycles-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.python_graph_exception-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.unreachable-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find.find-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null.null-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius.radius-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.generators-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow.chow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean.euclidean-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.minmax-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.readwrite-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.searching-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.sorting-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.traversal-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.HeapItem-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.priority_queue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph.digraph-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph.graph-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph.hypergraph-class.html
 %%PORTDOCS%%%%DOCSDIR%%/help.html
 %%PORTDOCS%%%%DOCSDIR%%/identifier-index.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/module-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/redirect.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 23 23:40:12 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132030 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 23 23:40:16 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: yzlin@cs.nctu.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/132030: [Update]graphics/py-graph:update to 1.4.2
Date: Mon, 23 Feb 2009 23:40:14 UT

 Maintainer of graphics/py-graph,
 
 Please note that PR ports/132030 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132030
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Mar 12 19:24:11 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132030: commit references a PR
Date: Thu, 12 Mar 2009 19:24:18 +0000 (UTC)

 miwi        2009-03-12 19:24:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/py-graph    Makefile distinfo pkg-plist 
     graphics/py-graph/files patch-setup.py 
   Log:
   - Update to 1.4.2
   
   PR:             132030
   Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -2      ports/graphics/py-graph/Makefile
   1.3       +3 -3      ports/graphics/py-graph/distinfo
   1.2       +10 -12    ports/graphics/py-graph/files/patch-setup.py
   1.3       +46 -45    ports/graphics/py-graph/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:
