[41285] trunk/dports/emulators/freesci/Portfile

blb at macports.org blb at macports.org
Wed Oct 29 12:46:27 PDT 2008


Revision: 41285
          http://trac.macports.org/changeset/41285
Author:   blb at macports.org
Date:     2008-10-29 12:46:26 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
emulators/freesci - version bump to 0.6.4, add livecheck

Modified Paths:
--------------
    trunk/dports/emulators/freesci/Portfile

Modified: trunk/dports/emulators/freesci/Portfile
===================================================================
--- trunk/dports/emulators/freesci/Portfile	2008-10-29 19:33:47 UTC (rev 41284)
+++ trunk/dports/emulators/freesci/Portfile	2008-10-29 19:46:26 UTC (rev 41285)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                freesci
-version             0.3.4c
+version             0.6.4
 categories          emulators
 maintainers         blb
 description         Interpreter for SCI (old Sierra Online) games
@@ -14,21 +14,27 @@
 platforms           darwin
 
 homepage            http://freesci.linuxgames.com/
-master_sites        http://www-plan.cs.colorado.edu/creichen/freesci/ \
-                    http://teksolv.de/~jameson/
+master_sites        http://www-plan.cs.colorado.edu/creichen/freesci/
 use_bzip2           yes
 
-checksums           md5 2ec3240460316cb2901371d07662b1c4
+checksums           md5     b7669c1f1db8b7b19967ed61f103df3a \
+                    sha1    2761812ab95ed9eb3225717a2d336c0b4098fc76 \
+                    rmd160  8aa189f4b9b612fe8625be6b42a9bdfd46fef33b
 
 configure.args      --datadir=${prefix}/share/${name} \
                     --mandir=${prefix}/share/man \
                     --with-x --without-sdl
 
-depends_lib         lib:libX11.6:XFree86
+depends_lib         lib:libX11.6:XFree86 port:ncurses port:xrender
 
 variant sdl description {Use the SDL interface instead of X11} {
-   depends_lib             port:libsdl
+   depends_lib-delete      lib:libX11.6:XFree86 port:xrender
+   depends_lib-append      port:libsdl
    configure.args-delete   --with-x --without-sdl
    configure.args-append   --without-x --with-sdl-prefix=${prefix}
 }
 
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     "FreeSCI (\[0-9.\]+)"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081029/08ef9af7/attachment.html>


More information about the macports-changes mailing list