diff options
author | culot <culot@FreeBSD.org> | 2011-05-05 00:04:14 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-05-05 00:04:14 +0800 |
commit | 1aefd86aecbf365dca22dca9d4554a51ad6cb6e2 (patch) | |
tree | 7a6e71c73237826482e48c534d8e73e5316dc29c /games | |
parent | e7c03a2a59a80747deace3c24f843263b2861f84 (diff) | |
download | freebsd-ports-gnome-1aefd86aecbf365dca22dca9d4554a51ad6cb6e2.tar.gz freebsd-ports-gnome-1aefd86aecbf365dca22dca9d4554a51ad6cb6e2.tar.zst freebsd-ports-gnome-1aefd86aecbf365dca22dca9d4554a51ad6cb6e2.zip |
- Update to 1.3.0
PR: ports/156618
Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
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 = |