[98994] trunk/dports/python/py-altgraph
jmr at macports.org
jmr at macports.org
Tue Oct 23 04:05:32 PDT 2012
Revision: 98994
http://trac.macports.org//changeset/98994
Author: jmr at macports.org
Date: 2012-10-23 04:05:32 -0700 (Tue, 23 Oct 2012)
Log Message:
-----------
py-altgraph: fix a case-sensitivity issue
Modified Paths:
--------------
trunk/dports/python/py-altgraph/Portfile
Added Paths:
-----------
trunk/dports/python/py-altgraph/files/
trunk/dports/python/py-altgraph/files/setup.cfg.patch
Modified: trunk/dports/python/py-altgraph/Portfile
===================================================================
--- trunk/dports/python/py-altgraph/Portfile 2012-10-23 10:41:35 UTC (rev 98993)
+++ trunk/dports/python/py-altgraph/Portfile 2012-10-23 11:05:32 UTC (rev 98994)
@@ -39,6 +39,8 @@
sha1 94a434c1af98c8637969d3942d4f04bb633c382c \
rmd160 48263978c5634d970a58a7372a81bed55ecaefd9
distname altgraph-${version}
+ } else {
+ patchfiles setup.cfg.patch
}
} else {
livecheck.type regex
Added: trunk/dports/python/py-altgraph/files/setup.cfg.patch
===================================================================
--- trunk/dports/python/py-altgraph/files/setup.cfg.patch (rev 0)
+++ trunk/dports/python/py-altgraph/files/setup.cfg.patch 2012-10-23 11:05:32 UTC (rev 98994)
@@ -0,0 +1,11 @@
+--- setup.cfg.orig 2012-10-22 23:11:09.000000000 +1100
++++ setup.cfg 2012-10-23 22:02:00.000000000 +1100
+@@ -5,7 +5,7 @@
+ name = altgraph
+ version = 0.10
+ description = Python graph (network) package
+-long_description_file = ReadMe.txt doc/changelog.rst
++long_description_file = README.txt doc/changelog.rst
+ maintainer = Ronald Oussoren
+ maintainer_email = ronaldoussoren at mac.com
+ url = http://packages.python.org/altgraph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121023/e9ba40d2/attachment.html>
More information about the macports-changes
mailing list