diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-12-27 06:50:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-12-27 06:50:33 +0800 |
commit | d7374d34d0ac5ad09e19b1beaa9cec49c0a4b211 (patch) | |
tree | d3c532b7ad35d3bd30141ae1d8bce4c9c717a149 /games | |
parent | 411bd130324a63f600922acc62a1fb3b89594b03 (diff) | |
download | freebsd-ports-gnome-d7374d34d0ac5ad09e19b1beaa9cec49c0a4b211.tar.gz freebsd-ports-gnome-d7374d34d0ac5ad09e19b1beaa9cec49c0a4b211.tar.zst freebsd-ports-gnome-d7374d34d0ac5ad09e19b1beaa9cec49c0a4b211.zip |
- Update to 0.66
Diffstat (limited to 'games')
-rw-r--r-- | games/gnurobbo/Makefile | 5 | ||||
-rw-r--r-- | games/gnurobbo/distinfo | 5 | ||||
-rw-r--r-- | games/gnurobbo/files/patch-Makefile | 36 | ||||
-rw-r--r-- | games/gnurobbo/pkg-plist | 22 |
4 files changed, 25 insertions, 43 deletions
diff --git a/games/gnurobbo/Makefile b/games/gnurobbo/Makefile index fe7ac1f37d46..f18ce7dcc7f4 100644 --- a/games/gnurobbo/Makefile +++ b/games/gnurobbo/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gnurobbo -PORTVERSION= 0.65.6 -PORTREVISION= 1 +PORTVERSION= 0.66 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:C/\.[0-9]$//} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION:C/^([0-9]+\.[0-9]+)\..*$/\1/}/ EXTRACT_SUFX= -source.tar.gz MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/gnurobbo/distinfo b/games/gnurobbo/distinfo index 69ca5981f90f..9b11bf436614 100644 --- a/games/gnurobbo/distinfo +++ b/games/gnurobbo/distinfo @@ -1,3 +1,2 @@ -MD5 (gnurobbo-0.65.6-source.tar.gz) = bb7d2bc1282429ac5c0b89966b07e0cc -SHA256 (gnurobbo-0.65.6-source.tar.gz) = fa473591f4347c203e4ee57c1f226f0bd312964bbb970483ef2c854e4240d2c9 -SIZE (gnurobbo-0.65.6-source.tar.gz) = 1483435 +SHA256 (gnurobbo-0.66-source.tar.gz) = 54d2418f49e52b8f49631eb93af7789074b628d308a6d26b00cc795ad0b04d89 +SIZE (gnurobbo-0.66-source.tar.gz) = 1765034 diff --git a/games/gnurobbo/files/patch-Makefile b/games/gnurobbo/files/patch-Makefile deleted file mode 100644 index 2048e1e8f36d..000000000000 --- a/games/gnurobbo/files/patch-Makefile +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.orig 2010-01-17 01:33:19.000000000 +0300 -+++ Makefile 2010-05-24 18:32:35.000000000 +0400 -@@ -8,9 +8,9 @@ - #BINDIR=$(HOME)/Games/$(TARGET)/ - #DOCDIR=$(HOME)/Games/$(TARGET)/ - # The current folder: --PACKAGE_DATA_DIR=./data/ --BINDIR=./ --DOCDIR=./ -+PACKAGE_DATA_DIR?=./data/ -+BINDIR?=./ -+DOCDIR?=./ - - # Uncomment the line below if you want to have music support - #MUSIC=-DHAVE_MUSIC -@@ -28,8 +28,9 @@ - VERSION=$(shell cat VERSION) - - # These should be ok for most --SDL_CONFIG=sdl-config --CFLAGS=-O3 -pipe -Wall -fomit-frame-pointer `$(SDL_CONFIG) --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)/\" $(FONT_USE_PIXMAP) $(MUSIC) $(DESIGNER) -+SDL_CONFIG?=sdl-config -+CFLAGS?=-O3 -pipe -+CFLAGS+=-Wall `$(SDL_CONFIG) --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)/\" $(FONT_USE_PIXMAP) $(MUSIC) $(DESIGNER) - LINK=$(CC) - LDFLAGS= - LIBS=`$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer $(FONT_USE_SDL_TTF) -@@ -49,7 +50,7 @@ - rm $(OBJECTS) - - install: -- @if [[ "$(PACKAGE_DATA_DIR)" == ./* ]] ; then \ -+ @if [ "$(PACKAGE_DATA_DIR)" = ./data/ ] ; then \ - echo "Installing into the current folder is not allowed."; \ - exit 2; \ - fi diff --git a/games/gnurobbo/pkg-plist b/games/gnurobbo/pkg-plist index 96e5478c2885..d4051c6db566 100644 --- a/games/gnurobbo/pkg-plist +++ b/games/gnurobbo/pkg-plist @@ -1,4 +1,5 @@ bin/gnurobbo +%%DATADIR%%/levels/alex01.dat %%DATADIR%%/levels/boss.dat %%DATADIR%%/levels/demo.dat %%DATADIR%%/levels/designer.dat @@ -26,6 +27,8 @@ bin/gnurobbo %%DATADIR%%/levels/robbo98.dat %%DATADIR%%/levels/robbo_b.dat %%DATADIR%%/levels/warsaw.dat +%%DATADIR%%/locales/cz_CZ/localerc +%%DATADIR%%/locales/cz_CZ/text %%DATADIR%%/locales/de_DE/localerc %%DATADIR%%/locales/de_DE/text %%DATADIR%%/locales/en_GB/localerc @@ -99,15 +102,31 @@ bin/gnurobbo %%DATADIR%%/sounds/default/shoot_default.ogg %%DATADIR%%/sounds/default/teleport.ogg %%DATADIR%%/sounds/default/walk_default.ogg +%%DATADIR%%/sounds/free/ammo2.ogg +%%DATADIR%%/sounds/free/bomb2.ogg +%%DATADIR%%/sounds/free/box2.ogg +%%DATADIR%%/sounds/free/capsule2.ogg +%%DATADIR%%/sounds/free/door2.ogg +%%DATADIR%%/sounds/free/exit2.ogg +%%DATADIR%%/sounds/free/key2.ogg +%%DATADIR%%/sounds/free/kill2.ogg +%%DATADIR%%/sounds/free/magnet.ogg +%%DATADIR%%/sounds/free/screw2.ogg +%%DATADIR%%/sounds/free/shoot2.ogg +%%DATADIR%%/sounds/free/shoot3.ogg +%%DATADIR%%/sounds/free/teleport2.ogg +%%DATADIR%%/sounds/free/walk2.ogg %%DATADIR%%/sounds/oily/door.ogg %%DATADIR%%/sounds/oily/end.ogg %%DATADIR%%/sounds/oily/gun.ogg %%DATADIR%%/sounds/oily/shoot.ogg %%DATADIR%%/sounds/oily/walk.ogg %%DATADIR%%/sounds/skins/default.dat -%%DATADIR%%/sounds/skins/sounds_oily.dat +%%DATADIR%%/sounds/skins/free.dat +%%DATADIR%%/sounds/skins/oily.dat @dirrm %%DATADIR%%/sounds/skins @dirrm %%DATADIR%%/sounds/oily +@dirrm %%DATADIR%%/sounds/free @dirrm %%DATADIR%%/sounds/default @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/skins/tronic @@ -122,6 +141,7 @@ bin/gnurobbo @dirrm %%DATADIR%%/locales/id_ID @dirrm %%DATADIR%%/locales/en_GB @dirrm %%DATADIR%%/locales/de_DE +@dirrm %%DATADIR%%/locales/cz_CZ @dirrm %%DATADIR%%/locales @dirrm %%DATADIR%%/levels @dirrm %%DATADIR%% |