Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#3071 closed update (fixed)

UPDATE: games/gtetrinet

Reported by: warp-opendarwin@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: toby@…
Port: gtetrinet

Description (last modified by ryandesign (Ryan Carsten Schmidt))

New portfile for games/gtetrinet fixes compilation problems and updates to new upstream version. Can someone please commit this?

--- Portfile    2005-05-11 15:28:40.000000000 +0200
+++ Portfile.new        2005-05-11 15:15:59.000000000 +0200
@@ -3,21 +3,28 @@
 PortSystem 1.0
 
 name            gtetrinet
-version         0.7.7
+version         0.7.9
 categories      games gnome
-maintainers    warp-darwinports@spin.de
+maintainers    warp-opendarwin@spin.de
 description     A GNOME based tetrinet client
+long_description \
+        GTetrinet is a client program for the popular Tetrinet game,\
+        a multiplayer tetris game that is played over the internet. \
+        (If you don't know what Tetrinet is, check out tetrinet.org)
+
 homepage        http://gtetrinet.sourceforge.net/
 platforms      darwin
-
 master_sites    gnome:sources/gtetrinet/0.7/
-checksums       md5 fcfac0c2ad1af7002aed84b87e9fd080
+checksums       md5 39fd47efac9727e093ad6923da5c305b
 
 patchfiles      patch-Makefile.diff
 
 depends_lib    lib:libgnomeui-2:libgnomeui
 
+configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
+                CFLAGS="-flat_namespace -L${prefix}/lib"
+
 post-destroot  {
-                       file rename ${destroot}${prefix}/games/gtetrinet \
-                       ${destroot}${prefix}/bin/gtetrinet
+        file rename ${destroot}${prefix}/games/gtetrinet \
+                    ${destroot}${prefix}/bin/gtetrinet
 }

Change History (2)

comment:1 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited, merci

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gtetrinet added
Type: defectupdate
Note: See TracTickets for help on using tickets.