From d1a4b334211b7146067c4d0130a3723f97e2ee14 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 26 Apr 2013 14:36:07 +0000 Subject: Update to 1.0.28. --- graphics/py-pydot/Makefile | 4 ++-- graphics/py-pydot/distinfo | 4 ++-- graphics/py-pydot/files/patch-setup.py | 24 +++++------------------- 3 files changed, 9 insertions(+), 23 deletions(-) (limited to 'graphics') diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index 0346f4693b7b..6b1b7b7d77e9 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -6,8 +6,8 @@ # PORTNAME= pydot -PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTVERSION= 1.0.28 +#PORTREVISION= 0 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo index 1412e942b46d..a7df2bfb72b5 100644 --- a/graphics/py-pydot/distinfo +++ b/graphics/py-pydot/distinfo @@ -1,2 +1,2 @@ -SHA256 (pydot-1.0.2.tar.gz) = 0a725b25b1ffe88adaaf6e5c8dfefb2eebcb84cfc8ebe0cac24db9fbdb9fe24c -SIZE (pydot-1.0.2.tar.gz) = 18641 +SHA256 (pydot-1.0.28.tar.gz) = 1eeaff7b104fb8f305a98318dafde0b2d15f1efcdf8b16206465551cd46ed9df +SIZE (pydot-1.0.28.tar.gz) = 19711 diff --git a/graphics/py-pydot/files/patch-setup.py b/graphics/py-pydot/files/patch-setup.py index a633069c59b0..0fd230ca053f 100644 --- a/graphics/py-pydot/files/patch-setup.py +++ b/graphics/py-pydot/files/patch-setup.py @@ -1,24 +1,10 @@ ---- setup.py.orig 2008-02-15 04:48:02.000000000 +0800 -+++ setup.py 2008-09-10 11:12:00.000000000 +0800 -@@ -1,9 +1,9 @@ - #!/usr/bin/env python - --try: -- from setuptools import setup --except ImportError, excp: -- from distutils.core import setup -+#try: -+# from setuptools import setup -+#except ImportError, excp: -+from distutils.core import setup - - import pydot - -@@ -27,5 +27,5 @@ +--- setup.py.orig 2013-04-26 15:15:06.000000000 +0200 ++++ setup.py 2013-04-26 15:16:48.000000000 +0200 +@@ -31,5 +31,5 @@ 'Topic :: Software Development :: Libraries :: Python Modules'], long_description = "\n".join(pydot.__doc__.split('\n')), py_modules = ['pydot', 'dot_parser'], - install_requires = ['pyparsing', 'setuptools'], -- data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] ) +- data_files = [('.', ['LICENSE', 'README'])] ) + install_requires = ['pyparsing', 'setuptools'] ) -+ #data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] ++ #data_files = [('.', ['LICENSE', 'README'])] ) -- cgit