[106785] trunk/dports/games/gti

g5pw at macports.org g5pw at macports.org
Sat Jun 8 02:55:46 PDT 2013


Revision: 106785
          https://trac.macports.org/changeset/106785
Author:   g5pw at macports.org
Date:     2013-06-08 02:55:45 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
games/gti:
  bump to 1.1.1

Modified Paths:
--------------
    trunk/dports/games/gti/Portfile
    trunk/dports/games/gti/files/Makefile.diff

Modified: trunk/dports/games/gti/Portfile
===================================================================
--- trunk/dports/games/gti/Portfile	2013-06-08 05:37:24 UTC (rev 106784)
+++ trunk/dports/games/gti/Portfile	2013-06-08 09:55:45 UTC (rev 106785)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        rwos gti 1.0.4 v
+github.setup        rwos gti 1.1.1 v
 categories          games
 maintainers         g5pw openmaintainer
 license             MIT
@@ -14,8 +14,8 @@
 
 platforms           darwin
 
-checksums           rmd160  c5f8818d298b4705b05c7218c8db8e9193c50438 \
-                    sha256  72fdc62d1977052567944d709e31ac41bfdf7a179a3ac6a71a8e1c67ff2102ed
+checksums           rmd160  0c1dc51a43e79477ebec2da08809b8f8fa161ba2 \
+                    sha256  11f38f305aeee444ef7448d19746ff323553fe87ea2cd9bfa602b4e3d29a0c2a
 
 use_configure       no
 
@@ -28,4 +28,4 @@
 # Ensure we are UsingTheRightCompiler
 build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"
 
-destroot.destdir    PREFIX=${destroot}${prefix}/bin
+destroot.args-append PREFIX=${prefix}

Modified: trunk/dports/games/gti/files/Makefile.diff
===================================================================
--- trunk/dports/games/gti/files/Makefile.diff	2013-06-08 05:37:24 UTC (rev 106784)
+++ trunk/dports/games/gti/files/Makefile.diff	2013-06-08 09:55:45 UTC (rev 106785)
@@ -1,9 +1,23 @@
 --- Makefile.old	2012-08-19 08:26:25.000000000 +0200
 +++ Makefile	2012-08-19 08:26:44.000000000 +0200
+@@ -5,9 +5,10 @@
+ 
+-INSTALL=install -D
++INSTALL=install
+ INSTALL_DATA=$(INSTALL) -m 644
++PREFIX=/usr
+ 
+-BINDIR=$(DESTDIR)/usr/bin
+-MANDIR=$(DESTDIR)/usr/share/man/man6
++BINDIR=$(DESTDIR)$(PREFIX)/bin
++MANDIR=$(DESTDIR)$(PREFIX)/share/man/man6
+ 
+ PROG=gti
+ MANPAGE=gti.6.gz
 @@ -6,7 +6,7 @@
  
  $(PROG): *.c
- 	$(CC) -o $@ $(CFLAGS) $^
+	$(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^
 -	-strip -s $@
 +	-strip $@
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/f72eaf3f/attachment.html>


More information about the macports-changes mailing list