[33232] trunk/dports/python/py25-gtk/Portfile
nox at macports.org
nox at macports.org
Mon Jan 21 18:53:16 PST 2008
Revision: 33232
http://trac.macosforge.org/projects/macports/changeset/33232
Author: nox at macports.org
Date: 2008-01-21 18:53:14 -0800 (Mon, 21 Jan 2008)
Log Message:
-----------
py25-gtk:
* Oops. Forgot to reset revision.
* Now don't reinplace into Makefile.am files inside darwin 9
platform, these files are only used to generate the Makefile.in ones.
Modified Paths:
--------------
trunk/dports/python/py25-gtk/Portfile
Modified: trunk/dports/python/py25-gtk/Portfile
===================================================================
--- trunk/dports/python/py25-gtk/Portfile 2008-01-22 02:50:45 UTC (rev 33231)
+++ trunk/dports/python/py25-gtk/Portfile 2008-01-22 02:53:14 UTC (rev 33232)
@@ -5,7 +5,6 @@
name py25-gtk
set my_name pygtk
version 2.12.1
-revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
categories python x11
maintainers nomaintainer
@@ -43,10 +42,9 @@
platform darwin 9 {
post-patch {
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.am
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.in
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gtk/Makefile.am
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gtk/Makefile.in
+ reinplace "s| -export-symbols-regex.*||g" \
+ ${worksrcpath}/Makefile.in \
+ ${worksrcpath}/gtk/Makefile.in
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080121/da724a18/attachment.html
More information about the macports-changes
mailing list