[55651] trunk/dports/editors/sigil/Portfile
krischik at macports.org
krischik at macports.org
Sun Aug 16 00:34:15 PDT 2009
Revision: 55651
http://trac.macports.org/changeset/55651
Author: krischik at macports.org
Date: 2009-08-16 00:34:11 -0700 (Sun, 16 Aug 2009)
Log Message:
-----------
new version - which is universal by default - hope I did id the 'right' way.
Modified Paths:
--------------
trunk/dports/editors/sigil/Portfile
Modified: trunk/dports/editors/sigil/Portfile
===================================================================
--- trunk/dports/editors/sigil/Portfile 2009-08-16 07:05:37 UTC (rev 55650)
+++ trunk/dports/editors/sigil/Portfile 2009-08-16 07:34:11 UTC (rev 55651)
@@ -5,9 +5,9 @@
PortSystem 1.0
name sigil
-version 0.1.1
+version 0.1.2
#epoch 20090114
-revision 1
+revision 0
platforms darwin
categories editors
maintainers macports.org:krischik
@@ -22,9 +22,9 @@
distfiles Sigil_code_${version}.zip
worksrcdir Sigil_code_${version}
-checksums md5 ef1d26bf5e20e5b0313484840cc23ef5 \
- sha1 48554f7026ebb9e788b54deaa9c6095cc28de166 \
- rmd160 743fe87f7d1d3afbbefd5e37d04f6d91aa4e9e09
+checksums md5 5a51565fd12234b381eecabe728b5376 \
+ sha1 f9fd494558e477c3ab966bf5756c202ec4a4cf9e \
+ rmd160 274a7897c1d698b7ff8bcc4cad7349a5f018ba73
use_zip yes
use_parallel_build yes
@@ -36,6 +36,24 @@
configure.env PATH="$env(PATH):${prefix}/libexec/qt4-mac/bin"
build.env PATH="$env(PATH):${prefix}/libexec/qt4-mac/bin"
+platform x86_64 {
+ pre-configure {
+ reinplace "s|ppc;i386|x86_64|g" ${worksrcpath}/CMakeLists.txt
+ }
+}
+
+platform powerpc {
+ pre-configure {
+ reinplace "s|ppc;i386|ppc|g" ${worksrcpath}/CMakeLists.txt
+ }
+}
+
+platform i386 {
+ pre-configure {
+ reinplace "s|ppc;i386|i386|g" ${worksrcpath}/CMakeLists.txt
+ }
+}
+
configure {
system "
PATH=$env(PATH):${prefix}/libexec/qt4-mac/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090816/9d44d473/attachment.html>
More information about the macports-changes
mailing list