Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 18:49:13 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 19298be6f49a - main - =?utf-8?Q?games/reminiscence:=20update=200.4.9=20=E2=86=92=200.5.0?=
Message-ID:  <202304051849.335InDRr012374@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19298be6f49a87bb5683ffd2506cd1b78ff9be00

commit 19298be6f49a87bb5683ffd2506cd1b78ff9be00
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2023-04-04 14:24:59 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2023-04-05 18:48:44 +0000

    games/reminiscence: update 0.4.9 → 0.5.0
---
 games/reminiscence/Makefile             |  3 +--
 games/reminiscence/distinfo             |  6 +++---
 games/reminiscence/files/patch-Makefile | 12 +++++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile
index 7f6aeba225e5..51665607bbe9 100644
--- a/games/reminiscence/Makefile
+++ b/games/reminiscence/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	REminiscence
-PORTVERSION=	0.4.9
-PORTREVISION=	1
+PORTVERSION=	0.5.0
 CATEGORIES=	games
 MASTER_SITES=	http://cyxdown.free.fr/reminiscence/ \
 		https://mirror.amdmi3.ru/distfiles/
diff --git a/games/reminiscence/distinfo b/games/reminiscence/distinfo
index ae8337b9a56b..00b1708f9f6a 100644
--- a/games/reminiscence/distinfo
+++ b/games/reminiscence/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632163377
-SHA256 (REminiscence-0.4.9.tar.bz2) = 320463e629c38f2e3aaaa510febacc0c5d88a59f5e906b0500a1dcb9c7e1e935
-SIZE (REminiscence-0.4.9.tar.bz2) = 159531
+TIMESTAMP = 1680617591
+SHA256 (REminiscence-0.5.0.tar.bz2) = 0d79e9ecbbdfe792f029a8e3b75223a90e1aa0c87d1bc81b7a5777d33af073a4
+SIZE (REminiscence-0.5.0.tar.bz2) = 167551
diff --git a/games/reminiscence/files/patch-Makefile b/games/reminiscence/files/patch-Makefile
index 2343096f806e..bd4d4156fc64 100644
--- a/games/reminiscence/files/patch-Makefile
+++ b/games/reminiscence/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig	2021-09-05 12:10:10 UTC
+--- Makefile.orig	2023-03-31 13:13:09 UTC
 +++ Makefile
-@@ -2,11 +2,13 @@
+@@ -2,13 +2,15 @@
  SDL_CFLAGS   := `sdl2-config --cflags`
  SDL_LIBS     := `sdl2-config --libs`
  
@@ -13,8 +13,10 @@
 +TREMOR_LIBS    := #`pkg-config --libs vorbisidec`
 +ZLIB_LIBS      := -lz
  
--CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) -DUSE_MODPLUG -DUSE_STB_VORBIS -DUSE_ZLIB
-+CXXFLAGS += -Wall -Wpedantic -MMD $(SDL_CFLAGS) $(MODPLUG_CFLAGS) $(TREMOR_CFLAGS) -DUSE_MODPLUG -DUSE_STB_VORBIS -DUSE_ZLIB
+ LIBS = $(SDL_LIBS) $(MODPLUG_LIBS) $(TREMOR_LIBS) $(ZLIB_LIBS)
+ 
+-CXXFLAGS += -Wall -Wextra -Wno-unused-parameter -Wpedantic -MMD $(SDL_CFLAGS) -DUSE_MODPLUG -DUSE_STB_VORBIS -DUSE_ZLIB
++CXXFLAGS += -Wall -Wextra -Wno-unused-parameter -Wpedantic -MMD $(SDL_CFLAGS) $(MODPLUG_CFLAGS) $(TREMOR_CFLAGS) -DUSE_MODPLUG -DUSE_STB_VORBIS -DUSE_ZLIB
  
  SRCS = collision.cpp cpc_player.cpp cutscene.cpp decode_mac.cpp file.cpp fs.cpp game.cpp graphics.cpp main.cpp \
- 	menu.cpp mixer.cpp mod_player.cpp ogg_player.cpp piege.cpp protection.cpp resource.cpp resource_aba.cpp \
+ 	menu.cpp midi_parser.cpp mixer.cpp mod_player.cpp ogg_player.cpp \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051849.335InDRr012374>