[116095] trunk/dports/python/py-pygresql/Portfile

raphael at macports.org raphael at macports.org
Sat Jan 18 06:09:58 PST 2014


Revision: 116095
          https://trac.macports.org/changeset/116095
Author:   raphael at macports.org
Date:     2014-01-18 06:09:58 -0800 (Sat, 18 Jan 2014)
Log Message:
-----------
py-pygresql: fix quotes when patching setup.py so that pg_config can be found (#37560)

Modified Paths:
--------------
    trunk/dports/python/py-pygresql/Portfile

Modified: trunk/dports/python/py-pygresql/Portfile
===================================================================
--- trunk/dports/python/py-pygresql/Portfile	2014-01-18 10:46:06 UTC (rev 116094)
+++ trunk/dports/python/py-pygresql/Portfile	2014-01-18 14:09:58 UTC (rev 116095)
@@ -31,7 +31,7 @@
     depends_lib-append  port:postgresql92
 
     patch {
-        reinplace "s|\"pg_config|\"${prefix}/lib/postgresql92/bin/pg_config|g" \
+        reinplace "s|\'pg_config|\'${prefix}/lib/postgresql92/bin/pg_config|g" \
 	${worksrcpath}/setup.py
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140118/3d6dbd52/attachment.html>


More information about the macports-changes mailing list