[101242] trunk/dports/python/py-cairo

ryandesign at macports.org ryandesign at macports.org
Sun Jan 6 16:51:14 PST 2013


Revision: 101242
          https://trac.macports.org/changeset/101242
Author:   ryandesign at macports.org
Date:     2013-01-06 16:51:14 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
py-cairo: fix reported version number (#37556)

Modified Paths:
--------------
    trunk/dports/python/py-cairo/Portfile
    trunk/dports/python/py-cairo/files/setup.py.patch

Modified: trunk/dports/python/py-cairo/Portfile
===================================================================
--- trunk/dports/python/py-cairo/Portfile	2013-01-06 23:46:47 UTC (rev 101241)
+++ trunk/dports/python/py-cairo/Portfile	2013-01-07 00:51:14 UTC (rev 101242)
@@ -8,6 +8,7 @@
 name                    py-cairo
 set my_name             pycairo
 version                 1.10.0
+revision                1
 categories              python x11
 license                 {LGPL-2.1 MPL-1.1}
 platforms               darwin

Modified: trunk/dports/python/py-cairo/files/setup.py.patch
===================================================================
--- trunk/dports/python/py-cairo/files/setup.py.patch	2013-01-06 23:46:47 UTC (rev 101241)
+++ trunk/dports/python/py-cairo/files/setup.py.patch	2013-01-07 00:51:14 UTC (rev 101242)
@@ -74,8 +74,8 @@
 +#define _CONFIG_H 1
 +
 +#define PYCAIRO_VERSION_MAJOR %s
++#define PYCAIRO_VERSION_MINOR %s
 +#define PYCAIRO_VERSION_MICRO %s
-+#define PYCAIRO_VERSION_MINOR %s
 +#define VERSION "%s"
 +
 +#endif // _CONFIG_H
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/98fff71f/attachment.html>


More information about the macports-changes mailing list