diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-05-04 16:04:14 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-05-04 16:04:14 +0000 |
commit | 64d31bd0e9516deb87788b44148b06f1792bd545 (patch) | |
tree | 9b710e3823e75e1a9c12b4d7d6b98a1264cc261c /games | |
parent | fafaee444b3753d0c38c04876e53cf5bfa0e98ea (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/searchandrescue/Makefile | 2 | ||||
-rw-r--r-- | games/searchandrescue/distinfo | 5 | ||||
-rw-r--r-- | games/searchandrescue/files/patch-SearchAndRescue.desktop | 10 | ||||
-rw-r--r-- | games/searchandrescue/files/patch-sar__Makefile | 8 |
4 files changed, 7 insertions, 18 deletions
diff --git a/games/searchandrescue/Makefile b/games/searchandrescue/Makefile index 38b5d06eeb9f..364e57537b14 100644 --- a/games/searchandrescue/Makefile +++ b/games/searchandrescue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SearchAndRescue -PORTVERSION= 1.1.0 +PORTVERSION= 1.3.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:L}/Program/ diff --git a/games/searchandrescue/distinfo b/games/searchandrescue/distinfo index b1d0eccf7ada..8a0e919d3ead 100644 --- a/games/searchandrescue/distinfo +++ b/games/searchandrescue/distinfo @@ -1,3 +1,2 @@ -MD5 (SearchAndRescue-1.1.0.tar.gz) = f785d5968a8c3f57b021d40953ac4d32 -SHA256 (SearchAndRescue-1.1.0.tar.gz) = bd3625d920a48cb349975987be7fc79900bde25b2c75a94e300fd0f1035cb94d -SIZE (SearchAndRescue-1.1.0.tar.gz) = 864674 +SHA256 (SearchAndRescue-1.3.0.tar.gz) = 260a3962e0bccb2822a809707acecdfdec4061053a20ad67a33bbda60ca2e13c +SIZE (SearchAndRescue-1.3.0.tar.gz) = 1472727 diff --git a/games/searchandrescue/files/patch-SearchAndRescue.desktop b/games/searchandrescue/files/patch-SearchAndRescue.desktop deleted file mode 100644 index e6013c30b750..000000000000 --- a/games/searchandrescue/files/patch-SearchAndRescue.desktop +++ /dev/null @@ -1,10 +0,0 @@ ---- ./SearchAndRescue.desktop.orig 2010-03-05 22:10:43.000000000 +0300 -+++ ./SearchAndRescue.desktop 2010-07-22 23:03:07.163020299 +0400 -@@ -2,6 +2,7 @@ - Encoding=UTF-8 - Name=Search and rescue - Exec=SearchAndRescue -+Icon=SearchAndRescue.xpm - Terminal=False - Type=Application - Categories=Game diff --git a/games/searchandrescue/files/patch-sar__Makefile b/games/searchandrescue/files/patch-sar__Makefile index f9d8aa908fd3..cf2767c625c6 100644 --- a/games/searchandrescue/files/patch-sar__Makefile +++ b/games/searchandrescue/files/patch-sar__Makefile @@ -1,13 +1,13 @@ ---- ./sar/Makefile.orig 2010-06-04 04:33:22.000000000 +0400 -+++ ./sar/Makefile 2010-07-20 23:58:53.189939887 +0400 +--- ./sar/Makefile.orig 2011-04-01 15:29:49.000000000 -0300 ++++ ./sar/Makefile 2011-05-02 13:43:50.000000000 -0300 @@ -1,12 +1,12 @@ # Platform Configurator generated Makefile # -PREFIX = $(DESTDIR)/usr/ +PREFIX = %%PREFIX%% --CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions -fexpensive-optimizations -D__USE_BSD -DHAVE_SDL_MIXER -Wno-write-strings -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -+CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -D__USE_BSD -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -DHAVE_SDL_MIXER -I/usr/local/include +-CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -finline-functions -fexpensive-optimizations -D__USE_BSD -DHAVE_SDL_MIXER -Wno-write-strings -DUSE_XSHM -DHAVE_MWMUTIL_H -DHAVE_LIBXPM -DHAVE_XF86_VIDMODE -DNEW_GRAPHICS #-DOLD_GRAPHICS ++CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math -D__USE_BSD -DUSE_XSHM -DHAVE_MWMUTIL_H -DUSE_LIBXPM -DHAVE_XF86_VIDMOD -DHAVE_SDL_MIXER -DNEW_GRAPHICS -I/usr/local/include #-DOLD_GRAPHICS INC_DIRS = |