[86631] trunk/dports/games/lpairs/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 30 05:18:45 PDT 2011


Revision: 86631
          http://trac.macports.org/changeset/86631
Author:   ryandesign at macports.org
Date:     2011-10-30 05:18:41 -0700 (Sun, 30 Oct 2011)
Log Message:
-----------
lpairs: update to 1.0.4; use app portgroup; indicate license; rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/games/lpairs/Portfile

Modified: trunk/dports/games/lpairs/Portfile
===================================================================
--- trunk/dports/games/lpairs/Portfile	2011-10-30 12:06:36 UTC (rev 86630)
+++ trunk/dports/games/lpairs/Portfile	2011-10-30 12:18:41 UTC (rev 86631)
@@ -2,12 +2,14 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           app 1.0
 
 name                lpairs
-version             1.0
+version             1.0.4
 categories          games
 platforms           darwin
 maintainers         nomaintainer
+license             GPL-2+
 
 description         Classical memory game.
 
@@ -17,12 +19,18 @@
                     but there is no highscore chart or limit to this.
 
 homepage            http://lgames.sourceforge.net/index.php?project=LPairs
-master_sites        sourceforge:lgames
+master_sites        sourceforge:project/lgames/lpairs
 
-checksums           md5     600d05861abeaecb0764998ff091eb6c
+checksums           rmd160  ca4a23bc536dba7da625eb3485258381de003c5d \
+                    sha256  350237a51a5de6b2a557af687b4f16678056a0e8d8d96d7e395f6629481462c5
 
-depends_lib         path:lib/pkgconfig/sdl.pc:libsdl
+depends_lib         port:gettext \
+                    path:lib/pkgconfig/sdl.pc:libsdl
 
-configure.cflags-append "-I${prefix}/include"
+configure.args      --disable-sdltest
 
-configure.args      --disable-sdltest
+configure.libs      -lintl
+
+app.name            LPairs
+app.icon            lpairs.png
+app.identifier      net.sourceforge.lgames.${app.name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111030/44252eb7/attachment.html>


More information about the macports-changes mailing list