[120852] trunk/dports/python/py-pyicu
devans at macports.org
devans at macports.org
Mon Jun 9 16:34:12 PDT 2014
Revision: 120852
https://trac.macports.org/changeset/120852
Author: devans at macports.org
Date: 2014-06-09 16:34:12 -0700 (Mon, 09 Jun 2014)
Log Message:
-----------
py-pyicu: update to version 1.8, fixes build with icu @53.1.
Modified Paths:
--------------
trunk/dports/python/py-pyicu/Portfile
trunk/dports/python/py-pyicu/files/patch-setup.py
Modified: trunk/dports/python/py-pyicu/Portfile
===================================================================
--- trunk/dports/python/py-pyicu/Portfile 2014-06-09 22:30:08 UTC (rev 120851)
+++ trunk/dports/python/py-pyicu/Portfile 2014-06-09 23:34:12 UTC (rev 120852)
@@ -4,8 +4,7 @@
PortGroup python 1.0
name py-pyicu
-version 1.5
-revision 4
+version 1.8
categories-append textproc
platforms darwin
maintainers nomaintainer
@@ -21,8 +20,8 @@
master_sites http://pypi.python.org/packages/source/P/PyICU/
distname PyICU-${version}
-checksums rmd160 e063b3ba951b135503d9a3a2993ff8311ac404a2 \
- sha256 7597ae80f8bbfed5ff321c6c3ed7200ef07d546a26ee8a08dc1ce578a9e33b04
+checksums rmd160 9793711f1bcf65cf1f6d1ff6f83bab418b61bcf3 \
+ sha256 bc499fc858dce96041edaee4f345084fc5f245c2a3b79a759a095a2a500f66f8
python.versions 25 26 27 32 33
Modified: trunk/dports/python/py-pyicu/files/patch-setup.py
===================================================================
--- trunk/dports/python/py-pyicu/files/patch-setup.py 2014-06-09 22:30:08 UTC (rev 120851)
+++ trunk/dports/python/py-pyicu/files/patch-setup.py 2014-06-09 23:34:12 UTC (rev 120852)
@@ -1,15 +1,15 @@
---- setup.py.orig 2013-02-09 04:17:06.000000000 -0600
-+++ setup.py 2013-02-09 04:24:46.000000000 -0600
+--- setup.py.orig 2014-06-05 14:43:04.000000000 -0700
++++ setup.py 2014-06-09 13:17:26.000000000 -0700
@@ -10,9 +10,9 @@
- VERSION = '1.5'
+ VERSION = '1.8'
INCLUDES = {
- 'darwin': ['/usr/local/include'],
- 'linux': [],
-- 'freebsd7': ['/usr/local/include'],
+- 'freebsd': ['/usr/local/include'],
+ 'darwin': ['@PREFIX@/include'],
+ 'linux': ['@PREFIX@/include'],
-+ 'freebsd7': ['@PREFIX@/include'],
++ 'freebsd': ['@PREFIX@/include'],
'win32': ['c:/icu/include'],
'sunos5': [],
}
@@ -19,10 +19,10 @@
LFLAGS = {
- 'darwin': ['-L/usr/local/lib'],
- 'linux': [],
-- 'freebsd7': ['-L/usr/local/lib'],
+- 'freebsd': ['-L/usr/local/lib'],
+ 'darwin': ['-L at PREFIX@/lib'],
+ 'linux': ['-L at PREFIX@/lib'],
-+ 'freebsd7': ['-L at PREFIX@/lib'],
++ 'freebsd': ['-L at PREFIX@/lib'],
'win32': ['/LIBPATH:c:/icu/lib'],
'sunos5': [],
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140609/ef776ceb/attachment.html>
More information about the macports-changes
mailing list