[84033] trunk/dports/games/ltris

ryandesign at macports.org ryandesign at macports.org
Thu Sep 15 05:25:07 PDT 2011


Revision: 84033
          http://trac.macports.org/changeset/84033
Author:   ryandesign at macports.org
Date:     2011-09-15 05:25:03 -0700 (Thu, 15 Sep 2011)
Log Message:
-----------
ltris: update to 1.0.17, indicate license, rewrite master_sites to avoid redirects, use app portgroup, add app icon

Modified Paths:
--------------
    trunk/dports/games/ltris/Portfile
    trunk/dports/games/ltris/files/patch-install-mode.diff

Modified: trunk/dports/games/ltris/Portfile
===================================================================
--- trunk/dports/games/ltris/Portfile	2011-09-15 12:12:21 UTC (rev 84032)
+++ trunk/dports/games/ltris/Portfile	2011-09-15 12:25:03 UTC (rev 84033)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               app 1.0
 
 name                    ltris
-version                 1.0.12
+version                 1.0.17
 categories              games
 platforms               darwin
 maintainers             nomaintainer
+license                 GPL-2+
 use_parallel_build      yes
 
 description             Tetris clone with multiplayer and AI support.
@@ -22,11 +24,10 @@
                         compete and send completed lines to each other.
 
 homepage                http://lgames.sourceforge.net/index.php?project=LTris
-master_sites            sourceforge:lgames
+master_sites            sourceforge:project/lgames/ltris
 
-checksums               md5     53b00c17a05c438602a52009e65ebde2 \
-                        sha1    bc0b389b520053f97c6415b4d430f55784073c1b \
-                        rmd160  017791be9d4e2dfc5a6b497e816b3482d22141c3
+checksums               rmd160  8ff370b5d7edf25acc431e33be0aa33766d44879 \
+                        sha256  b4d2888bc50bb2ad9dd59f97c15fbfaee96c54d86c834f1231cd6e8af66bf52c
 
 depends_lib             path:lib/pkgconfig/sdl.pc:libsdl \
                         port:libsdl_mixer \
@@ -44,10 +45,5 @@
 configure.args          --with-highscore-path=${prefix}/var/lib/games/ \
                         --disable-sdltest
 
-platform darwin {
-    post-destroot {
-        xinstall -d ${destroot}${applications_dir}/LTris.app/Contents/MacOS
-        ln -s ${prefix}/bin/ltris \
-            ${destroot}${applications_dir}/LTris.app/Contents/MacOS/LTris
-    }
-}
+app.name                LTris
+app.icon                ltris48.gif

Modified: trunk/dports/games/ltris/files/patch-install-mode.diff
===================================================================
--- trunk/dports/games/ltris/files/patch-install-mode.diff	2011-09-15 12:12:21 UTC (rev 84032)
+++ trunk/dports/games/ltris/files/patch-install-mode.diff	2011-09-15 12:25:03 UTC (rev 84033)
@@ -1,6 +1,6 @@
---- src/Makefile.in	2008-08-01 03:24:31.000000000 -0500
-+++ src/Makefile.in	2008-08-01 03:27:19.000000000 -0500
-@@ -611,7 +611,7 @@
+--- src/Makefile.in.orig	2011-09-15 07:14:33.000000000 -0500
++++ src/Makefile.in	2011-09-15 07:14:33.000000000 -0500
+@@ -612,7 +612,7 @@
  	$(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures
  	$(mkinstalldirs) $(DESTDIR)$(hi_dir)
  	if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110915/0b4759dd/attachment.html>


More information about the macports-changes mailing list