pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Apr 17 16:58:25 UTC 2024

Modified Files:
        pkgsrc/games/woof: Makefile PLIST distinfo
        pkgsrc/games/woof/patches: patch-data_CMakeLists.txt

Log Message:
games/woof: Update to 14.3.0

Changelog is long. See release notes:
https://github.com/fabiangreffrath/woof/releases


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/woof/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/woof/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/woof/patches/patch-data_CMakeLists.txt

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

Modified files:

Index: pkgsrc/games/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.49 pkgsrc/games/woof/Makefile:1.50
--- pkgsrc/games/woof/Makefile:1.49     Sat Apr  6 08:05:39 2024
+++ pkgsrc/games/woof/Makefile  Wed Apr 17 16:58:25 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2024/04/06 08:05:39 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2024/04/17 16:58:25 micha Exp $
 
-DISTNAME=      woof_12.0.2
+DISTNAME=      woof_14.3.0
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}
 GITHUB_TAG=    ${DISTNAME}
@@ -13,7 +12,8 @@ HOMEPAGE=     https://github.com/fabiangreff
 COMMENT=       Continuation of Lee Killough's Doom source port MBF
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES= c99
+USE_CC_FEATURES=       c99
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 CMAKE_ARGS+=   -G "Unix Makefiles" ..

Index: pkgsrc/games/woof/PLIST
diff -u pkgsrc/games/woof/PLIST:1.14 pkgsrc/games/woof/PLIST:1.15
--- pkgsrc/games/woof/PLIST:1.14        Wed Jan 17 14:40:51 2024
+++ pkgsrc/games/woof/PLIST     Wed Apr 17 16:58:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/01/17 14:40:51 micha Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/04/17 16:58:25 micha Exp $
 bin/woof
 bin/woof-setup
 man/man6/woof-setup.6
@@ -30,7 +30,6 @@ share/doc/woof/examples/playbud.deh
 share/doc/woof/examples/possbud.deh
 share/doc/woof/examples/sky.wad
 share/doc/woof/examples/touchy.deh
-share/doc/woof/mapcolors_vanilla.cfg
 share/doc/woof/mbf.txt
 share/doc/woof/mbfedit.txt
 share/doc/woof/mbffaq.txt

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.42 pkgsrc/games/woof/distinfo:1.43
--- pkgsrc/games/woof/distinfo:1.42     Fri Jan 19 13:02:59 2024
+++ pkgsrc/games/woof/distinfo  Wed Apr 17 16:58:25 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2024/01/19 13:02:59 micha Exp $
+$NetBSD: distinfo,v 1.43 2024/04/17 16:58:25 micha Exp $
 
-BLAKE2s (woof_12.0.2.tar.gz) = 328dd35ec27edf6a71af458ed9f26723f99379827a5fc0bdac0c3c89d8ff163c
-SHA512 (woof_12.0.2.tar.gz) = f7e2279028b2fb95e37f27e6ecbf988b525bdcc145bce33f201612279d5d5b2b20ff944b802e6d5a95b22281e5301963e4f4d95b50eef5eec39434fe9d71d38a
-Size (woof_12.0.2.tar.gz) = 7286364 bytes
-SHA1 (patch-data_CMakeLists.txt) = 33eaf12f559c868bb602b813832463ac08c25dd4
+BLAKE2s (woof_14.3.0.tar.gz) = e1cbde6ca27012a6cc3278658baaf8bb111410b1410e5124aded0bc089c3908c
+SHA512 (woof_14.3.0.tar.gz) = 0f8bf67a02aa826cb13b70b10da50cb5205ad455a9a33f1f56c41fe12f7b87518f31fced70ce8389d3c1afe84c8ac273aa91ac5bf388325092fcb51529ae0f94
+Size (woof_14.3.0.tar.gz) = 7379087 bytes
+SHA1 (patch-data_CMakeLists.txt) = 6f08692862a6c765d2f04228420b351bbd256e83
 SHA1 (patch-man_CMakeLists.txt) = d5b2b30eb8a7efeddad29699c47801bc1c865403
 SHA1 (patch-man_WoofInstall.cmake.in) = fbbb75d201d53af8d68eeb29956d793eda465ffb
 SHA1 (patch-src_d__iwad.c) = 88e02974ce6a32be07ca035856c85ebdf97b3ab0

Index: pkgsrc/games/woof/patches/patch-data_CMakeLists.txt
diff -u pkgsrc/games/woof/patches/patch-data_CMakeLists.txt:1.5 pkgsrc/games/woof/patches/patch-data_CMakeLists.txt:1.6
--- pkgsrc/games/woof/patches/patch-data_CMakeLists.txt:1.5     Wed Jan 17 14:40:51 2024
+++ pkgsrc/games/woof/patches/patch-data_CMakeLists.txt Wed Apr 17 16:58:25 2024
@@ -1,12 +1,15 @@
-$NetBSD: patch-data_CMakeLists.txt,v 1.5 2024/01/17 14:40:51 micha Exp $
+$NetBSD: patch-data_CMakeLists.txt,v 1.6 2024/04/17 16:58:25 micha Exp $
 
 Treat macOS as Unix.
 
---- data/CMakeLists.txt.orig   2023-12-13 09:45:57.000000000 +0000
+--- data/CMakeLists.txt.orig   2024-03-15 07:15:40.000000000 +0000
 +++ data/CMakeLists.txt
-@@ -1,4 +1,4 @@
+@@ -4,7 +4,7 @@ configure_file(io.github.fabiangreffrath
+                io.github.fabiangreffrath.woof.metainfo.xml
+                ESCAPE_QUOTES @ONLY)
+ 
 -if(UNIX AND NOT APPLE)
 +if(UNIX)
      install(FILES io.github.fabiangreffrath.woof.desktop DESTINATION share/applications)
-     install(FILES io.github.fabiangreffrath.woof.metainfo.xml DESTINATION share/metainfo)
-     install(FILES io.github.fabiangreffrath.woof-setup.desktop DESTINATION share/applications)
+     install(FILES "${CMAKE_CURRENT_BINARY_DIR}/io.github.fabiangreffrath.woof.metainfo.xml"
+             DESTINATION share/metainfo)



Home | Main Index | Thread Index | Old Index