[104820] trunk/dports/games/boswars/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Apr 2 21:13:46 PDT 2013
Revision: 104820
https://trac.macports.org/changeset/104820
Author: ryandesign at macports.org
Date: 2013-04-02 21:13:46 -0700 (Tue, 02 Apr 2013)
Log Message:
-----------
boswars: update to 2.6.1 which supports current libpng (#38589); reinplace in post-patch and use 'use_configure no' so that the universal variant is disabled
Modified Paths:
--------------
trunk/dports/games/boswars/Portfile
Modified: trunk/dports/games/boswars/Portfile
===================================================================
--- trunk/dports/games/boswars/Portfile 2013-04-03 04:03:51 UTC (rev 104819)
+++ trunk/dports/games/boswars/Portfile 2013-04-03 04:13:46 UTC (rev 104820)
@@ -4,8 +4,7 @@
PortSystem 1.0
name boswars
-version 2.5
-revision 2
+version 2.6.1
categories games
platforms darwin
maintainers nomaintainer
@@ -23,11 +22,11 @@
homepage http://boswars.org/
master_sites ${homepage}dist/releases/
-checksums md5 9d280d086ccf81119f40bde98eb9a795 \
- sha1 7305eaea67a0df8dd689df821573dab17e8de01a \
- rmd160 dc42410f3d89c588b579ee7c0d47627c5d455362
distname ${name}-${version}-src
+checksums rmd160 f7c41b3c9276d21aab19e93af0de851646dc4bac \
+ sha256 6003307692bde9913f6b5c227bf351e43e33d44ffaab198f0d0677e8fef86315
+
depends_build port:scons
depends_lib port:libogg \
@@ -44,10 +43,12 @@
patch-build_options.py.diff \
patch-engine_video_graphic.cpp.diff
-configure {
+post-patch {
reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/build_options.py
}
+use_configure no
+
build {
system -W ${worksrcpath} "${prefix}/bin/scons debug"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/cf5c9f50/attachment.html>
More information about the macports-changes
mailing list