Date: Sun, 24 Sep 2006 16:44:10 +0200 (CEST) From: Soeren Straarup <xride@x12.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/103564: [PATCH] graphics/py-graphviz: Take maintainership and cleanup Message-ID: <20060924144410.CA5A7448E@beacon.x12.dk> Resent-Message-ID: <200609241450.k8OEoKY1069378@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103564 >Category: ports >Synopsis: [PATCH] graphics/py-graphviz: Take maintainership and cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 24 14:50:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Soeren Straarup >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Aug 4 21:14:41 CEST >Description: Take maintainership and cleanup Fix place of install when devel/py-setuptools is installed Someone should look at the license/NO_CDROM due to the README file mentions BSDL Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-graphviz-0.22.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/py-graphviz/Makefile /space/portstrees/FreeBSD/ports/graphics/py-graphviz/Makefile --- /usr/ports/graphics/py-graphviz/Makefile Tue Apr 11 19:45:18 2006 +++ /space/portstrees/FreeBSD/ports/graphics/py-graphviz/Makefile Sun Sep 24 16:06:30 2006 @@ -12,13 +12,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygraphviz-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= Python interface to GraphViz agraph BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz -NO_CDROM= "Can't be included in a commercial product" +NO_CDROM= Can't be included in a commercial product USE_PYTHON= yes USE_PYDISTUTILS=yes diff -ruN --exclude=CVS /usr/ports/graphics/py-graphviz/files/patch-setup.py /space/portstrees/FreeBSD/ports/graphics/py-graphviz/files/patch-setup.py --- /usr/ports/graphics/py-graphviz/files/patch-setup.py Tue Apr 11 16:46:43 2006 +++ /space/portstrees/FreeBSD/ports/graphics/py-graphviz/files/patch-setup.py Sun Sep 24 15:05:56 2006 @@ -1,9 +1,21 @@ - -$FreeBSD: ports/graphics/py-graphviz/files/patch-setup.py,v 1.1 2006/04/11 14:46:43 vs Exp $ - ---- setup.py.orig -+++ setup.py -@@ -25,7 +25,7 @@ +--- setup.py.orig Sun Mar 12 23:09:05 2006 ++++ setup.py Sun Sep 24 15:05:50 2006 +@@ -7,13 +7,7 @@ + import os + import sys + +-# use setuptools if we got it, else distutils +-try: +-# import ez_setup +-# ez_setup.use_setuptools() +- from setuptools import setup, Extension +-except: +- from distutils.core import setup, Extension ++from distutils.core import setup, Extension + + if sys.argv[-1] == 'setup.py': + print "To install, run 'python setup.py install'" +@@ -25,7 +19,7 @@ # If setting the prefix failed you should attempt to set the prefix here: # prefix="/usr" # unix, Linux --- py24-graphviz-0.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060924144410.CA5A7448E>