[32375] trunk/dports/games/frozenbubble2

pmq at macports.org pmq at macports.org
Fri Dec 28 11:46:08 PST 2007


Revision: 32375
          http://trac.macosforge.org/projects/macports/changeset/32375
Author:   pmq at macports.org
Date:     2007-12-28 11:46:06 -0800 (Fri, 28 Dec 2007)

Log Message:
-----------
Linted.

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

Added Paths:
-----------
    trunk/dports/games/frozenbubble2/files/patch-Makefile.diff
    trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL.diff

Removed Paths:
-------------
    trunk/dports/games/frozenbubble2/files/patch-Makefile
    trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL

Modified: trunk/dports/games/frozenbubble2/Portfile
===================================================================
--- trunk/dports/games/frozenbubble2/Portfile	2007-12-28 19:32:12 UTC (rev 32374)
+++ trunk/dports/games/frozenbubble2/Portfile	2007-12-28 19:46:06 UTC (rev 32375)
@@ -30,7 +30,7 @@
 livecheck.check       freshmeat
 livecheck.name        frozen-bubble
 
-patchfiles	      patch-c_stuff-Makefile.PL patch-Makefile
+patchfiles	      patch-c_stuff-Makefile.PL.diff patch-Makefile.diff
 
 configure {
     foreach file [glob ${worksrcpath}/frozen-bubble*] {

Deleted: trunk/dports/games/frozenbubble2/files/patch-Makefile
===================================================================
--- trunk/dports/games/frozenbubble2/files/patch-Makefile	2007-12-28 19:32:12 UTC (rev 32374)
+++ trunk/dports/games/frozenbubble2/files/patch-Makefile	2007-12-28 19:46:06 UTC (rev 32375)
@@ -1,16 +0,0 @@
---- Makefile.orig	2006-12-24 16:08:12.000000000 +0100
-+++ Makefile	2006-12-24 16:09:23.000000000 +0100
-@@ -26,7 +26,7 @@
- 	install -d $(DESTDIR)$(BINDIR)
- 	install frozen-bubble frozen-bubble-editor $(DESTDIR)$(BINDIR)
- 	install -d $(DESTDIR)$(DATADIR)/frozen-bubble
--	cp -a gfx snd data $(DESTDIR)$(DATADIR)/frozen-bubble
-+	cp -r gfx snd data $(DESTDIR)$(DATADIR)/frozen-bubble
- 	install -d $(DESTDIR)$(MANDIR)/man6
- 	install doc/*.6 $(DESTDIR)$(MANDIR)/man6
- 
-@@ -36,3 +36,4 @@
- 	done
- 	@if [ -d save_virgin ]; then cp -f save_virgin/fb_stuff.pm c_stuff/lib/fb_stuff.pm; rm -rf save_virgin; fi
- 
-+.PHONY: clean install prepare dirs

Copied: trunk/dports/games/frozenbubble2/files/patch-Makefile.diff (from rev 32372, trunk/dports/games/frozenbubble2/files/patch-Makefile)
===================================================================
--- trunk/dports/games/frozenbubble2/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/games/frozenbubble2/files/patch-Makefile.diff	2007-12-28 19:46:06 UTC (rev 32375)
@@ -0,0 +1,16 @@
+--- Makefile.orig	2006-12-24 16:08:12.000000000 +0100
++++ Makefile	2006-12-24 16:09:23.000000000 +0100
+@@ -26,7 +26,7 @@
+ 	install -d $(DESTDIR)$(BINDIR)
+ 	install frozen-bubble frozen-bubble-editor $(DESTDIR)$(BINDIR)
+ 	install -d $(DESTDIR)$(DATADIR)/frozen-bubble
+-	cp -a gfx snd data $(DESTDIR)$(DATADIR)/frozen-bubble
++	cp -r gfx snd data $(DESTDIR)$(DATADIR)/frozen-bubble
+ 	install -d $(DESTDIR)$(MANDIR)/man6
+ 	install doc/*.6 $(DESTDIR)$(MANDIR)/man6
+ 
+@@ -36,3 +36,4 @@
+ 	done
+ 	@if [ -d save_virgin ]; then cp -f save_virgin/fb_stuff.pm c_stuff/lib/fb_stuff.pm; rm -rf save_virgin; fi
+ 
++.PHONY: clean install prepare dirs

Deleted: trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL
===================================================================
--- trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL	2007-12-28 19:32:12 UTC (rev 32374)
+++ trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL	2007-12-28 19:46:06 UTC (rev 32375)
@@ -1,9 +0,0 @@
---- c_stuff/Makefile.PL.orig	2006-10-19 22:46:35.000000000 +0200
-+++ c_stuff/Makefile.PL	2006-12-23 11:55:13.000000000 +0100
-@@ -78,5 +78,6 @@
-     'OBJECT'       => 'fb_c_stuff.o',
-     'INC'          => chomp_(`sdl-config --cflags`) . ' ' . chomp_(`pkg-config SDL_Pango --cflags`) . ' -I.',
-     'OPTIMIZE'     => '-O2 -Wall',
-+    'CCFLAGS'       => '-fnested-functions',
-     'MAKEFILE'     => 'Makefile_c',
- );

Copied: trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL.diff (from rev 32372, trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL)
===================================================================
--- trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/games/frozenbubble2/files/patch-c_stuff-Makefile.PL.diff	2007-12-28 19:46:06 UTC (rev 32375)
@@ -0,0 +1,9 @@
+--- c_stuff/Makefile.PL.orig	2006-10-19 22:46:35.000000000 +0200
++++ c_stuff/Makefile.PL	2006-12-23 11:55:13.000000000 +0100
+@@ -78,5 +78,6 @@
+     'OBJECT'       => 'fb_c_stuff.o',
+     'INC'          => chomp_(`sdl-config --cflags`) . ' ' . chomp_(`pkg-config SDL_Pango --cflags`) . ' -I.',
+     'OPTIMIZE'     => '-O2 -Wall',
++    'CCFLAGS'       => '-fnested-functions',
+     'MAKEFILE'     => 'Makefile_c',
+ );

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071228/6726d1e3/attachment.html


More information about the macports-changes mailing list