Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 14:36:07 +0000 (UTC)
From:      Stefan Walter <stefan@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316617 - in head/graphics/py-pydot: . files
Message-ID:  <201304261436.r3QEa7TS012080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stefan
Date: Fri Apr 26 14:36:07 2013
New Revision: 316617
URL: http://svnweb.freebsd.org/changeset/ports/316617

Log:
  Update to 1.0.28.

Modified:
  head/graphics/py-pydot/Makefile
  head/graphics/py-pydot/distinfo
  head/graphics/py-pydot/files/patch-setup.py

Modified: head/graphics/py-pydot/Makefile
==============================================================================
--- head/graphics/py-pydot/Makefile	Fri Apr 26 14:36:05 2013	(r316616)
+++ head/graphics/py-pydot/Makefile	Fri Apr 26 14:36:07 2013	(r316617)
@@ -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}

Modified: head/graphics/py-pydot/distinfo
==============================================================================
--- head/graphics/py-pydot/distinfo	Fri Apr 26 14:36:05 2013	(r316616)
+++ head/graphics/py-pydot/distinfo	Fri Apr 26 14:36:07 2013	(r316617)
@@ -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

Modified: head/graphics/py-pydot/files/patch-setup.py
==============================================================================
--- head/graphics/py-pydot/files/patch-setup.py	Fri Apr 26 14:36:05 2013	(r316616)
+++ head/graphics/py-pydot/files/patch-setup.py	Fri Apr 26 14:36:07 2013	(r316617)
@@ -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'])] )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304261436.r3QEa7TS012080>