pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doomlegacy-devel: Update to SVN revision 1644



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Dec 19 11:23:07 2022 +0100
Changeset:	ac7dcd2315df5646e0d4d067ae9e3d959d2635fa

Modified Files:
	doomlegacy-devel/Makefile
	doomlegacy-devel/distinfo

Log Message:
doomlegacy-devel: Update to SVN revision 1644

Use common data file from version 1.48.12.

- commit revision 1644
  Doc fixes.

- commit revision 1643
  1.48.12 scripts and docs

- commit revision 1642
  Docs and version 1.48.12.

- commit revision 1641
  Fix for Mingw32, "near" cannot be used as field name, so using "nearer".
  Fix sdl/i_sound, to make it compatible with the SDL Mixer 1.2.8 that is on
  the WinXP machine.
  The SDL Mixer 1.2.8 (on WinXP) does NOT have MIX_INIT, but the SDL Mixer
  1.2.10 (on Linux) does, and SDL2 Mixer does too.
  Add SDL_DIR to the make_options, because win/mingw32 cannot reliabily
  find SDL/include otherwise, and it is better than having the end user editing
  the Makefile.

- commit revision 1640
  Add controls to adjust monster health,
  health pickup, armor pickup, and ammo pickup.
  This allows adjusting play of an overly difficult map such
  as one with multiple cyberdemons and you have only three players
  on your coop team and one is a newbie, or adjusting a map weak in ammo,
  or increasing difficulty when feeling cocky.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac7dcd2315df5646e0d4d067ae9e3d959d2635fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doomlegacy-devel/Makefile | 8 ++++----
 doomlegacy-devel/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index b95d8d1da3..bcdf652387 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-VERS=		1.48.10
+VERS=		1.48.12
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1639
+SVNVERS=	1644
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
@@ -115,9 +115,9 @@ do-install:
 		${DESTDIR}${PREFIX}/bin/doomlegacy.bin
 	${INSTALL_SCRIPT} ${WRKDIR}/doomlegacy				\
 		${DESTDIR}${PREFIX}/bin/doomlegacy
-	${INSTALL_DATA} ${WRKDIR}/doomlegacy_${VERS}/dogs.wad		\
+	${INSTALL_DATA} ${WRKDIR}/doomlegacy_${VERS}_common/dogs.wad	\
 		${DESTDIR}${PREFIX}/${DOOMWADDIR}/dogs.wad
-	${INSTALL_DATA} ${WRKDIR}/doomlegacy_${VERS}/legacy.wad		\
+	${INSTALL_DATA} ${WRKDIR}/doomlegacy_${VERS}_common/legacy.wad	\
 		${DESTDIR}${PREFIX}/${DOOMWADDIR}/legacy.wad
 	cd ${WRKSRC} &&							\
 		${INSTALL_DATA} docs/legacy.css docs/whatsnew.html	\
diff --git a/doomlegacy-devel/distinfo b/doomlegacy-devel/distinfo
index f5aefb158e..f8815f47f4 100644
--- a/doomlegacy-devel/distinfo
+++ b/doomlegacy-devel/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (doomlegacy_1.48.10_common.zip) = e61a5d26d9e160cbe35b6fbf75433155567f914a1d6d636ea98f1c72ed2bc7d3
-SHA512 (doomlegacy_1.48.10_common.zip) = f319420660fe3b25458356d6818162b1ccabb1fbe549745ea1841d8f5b328904bbf1e298f969e8bedd9e071f274a77aedbe83a610c34367bdc2e162a7ad77701
-Size (doomlegacy_1.48.10_common.zip) = 1050867 bytes
+BLAKE2s (doomlegacy_1.48.12_common.zip) = de8830301f433bc091804e8eaa0452fc574b99bc1d7e0021a71ba81aa6d90b76
+SHA512 (doomlegacy_1.48.12_common.zip) = 955dd60058a4676c5d16b8058754ed9a5e33fe36d7605ed09518ce7c8c675ca6345f793db40f0328e8c78bfbe707880970f442b3a0c355c507ae7cf8a5f908be
+Size (doomlegacy_1.48.12_common.zip) = 1055689 bytes
 SHA1 (patch-src_am__map.c) = 14b3c8b70c63778ad043827ab2f0b6f4fe07bcde


Home | Main Index | Thread Index | Old Index