Index: head/games/crispy-doom/Makefile =================================================================== --- head/games/crispy-doom/Makefile (revision 546673) +++ head/games/crispy-doom/Makefile (revision 546674) @@ -1,29 +1,31 @@ # $FreeBSD$ PORTNAME= crispy-doom -PORTVERSION= 5.8.0 +PORTVERSION= 5.9.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= games MAINTAINER= danilo@FreeBSD.org COMMENT= Enhanced-resolution Doom source port based on Chocolate Doom LICENSE= GPLv2 LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libpng16.so:graphics/png -USES= autoreconf pkgconfig sdl +CONFLICTS_INSTALL= chocolate-doom +USES= autoreconf pkgconfig python:build sdl shebangfix USE_SDL= mixer2 net2 sdl2 GNU_CONFIGURE= yes +SHEBANG_FILES= man/docgen man/simplecpp OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= fabiangreffrath post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/crispy-* .include Index: head/games/crispy-doom/distinfo =================================================================== --- head/games/crispy-doom/distinfo (revision 546673) +++ head/games/crispy-doom/distinfo (revision 546674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588371686 -SHA256 (fabiangreffrath-crispy-doom-crispy-doom-5.8.0_GH0.tar.gz) = c485de2c2920b50434f468795ce4025cf6d2c12f3cfcf484464544566b8fa290 -SIZE (fabiangreffrath-crispy-doom-crispy-doom-5.8.0_GH0.tar.gz) = 2627570 +TIMESTAMP = 1598092931 +SHA256 (fabiangreffrath-crispy-doom-crispy-doom-5.9.0_GH0.tar.gz) = 6f8ac1e9373b06e5c74c6c3eeb7b7374eba7650e708c4c1df336fc8d3b3700fe +SIZE (fabiangreffrath-crispy-doom-crispy-doom-5.9.0_GH0.tar.gz) = 2641211 Index: head/games/crispy-doom/files/patch-man_Makefile.am =================================================================== --- head/games/crispy-doom/files/patch-man_Makefile.am (nonexistent) +++ head/games/crispy-doom/files/patch-man_Makefile.am (revision 546674) @@ -0,0 +1,55 @@ +--- man/Makefile.am.orig 2020-08-17 10:10:46 UTC ++++ man/Makefile.am +@@ -23,28 +23,28 @@ GENERATED_MAN_PAGES = \ + @PROGRAM_PREFIX@doom.cfg.5 \ + @PROGRAM_PREFIX@heretic.6 \ + heretic.cfg.5 \ +- @PROGRAM_PREFIX@heretic.cfg.5 +-# @PROGRAM_PREFIX@hexen.6 \ +-# hexen.cfg.5 \ +-# @PROGRAM_PREFIX@hexen.cfg.5 \ +-# @PROGRAM_PREFIX@strife.6 \ +-# strife.cfg.5 \ +-# @PROGRAM_PREFIX@strife.cfg.5 \ +-# @PROGRAM_PREFIX@server.6 ++ @PROGRAM_PREFIX@heretic.cfg.5 \ ++ @PROGRAM_PREFIX@hexen.6 \ ++ hexen.cfg.5 \ ++ @PROGRAM_PREFIX@hexen.cfg.5 \ ++ @PROGRAM_PREFIX@strife.6 \ ++ strife.cfg.5 \ ++ @PROGRAM_PREFIX@strife.cfg.5 \ ++ @PROGRAM_PREFIX@server.6 + + SETUP_MAN_PAGES = \ + @PROGRAM_PREFIX@doom-setup.6 \ +- @PROGRAM_PREFIX@heretic-setup.6 +-# @PROGRAM_PREFIX@hexen-setup.6 \ +-# @PROGRAM_PREFIX@strife-setup.6 ++ @PROGRAM_PREFIX@heretic-setup.6 \ ++ @PROGRAM_PREFIX@hexen-setup.6 \ ++ @PROGRAM_PREFIX@strife-setup.6 + + man_MANS = $(GENERATED_MAN_PAGES) \ + $(SETUP_MAN_PAGES) + + doomdocs_DATA = INSTALL.doom CMDLINE.doom + hereticdocs_DATA = INSTALL.heretic CMDLINE.heretic +-#hexendocs_DATA = INSTALL.hexen CMDLINE.hexen +-#strifedocs_DATA = INSTALL.strife CMDLINE.strife ++hexendocs_DATA = INSTALL.hexen CMDLINE.hexen ++strifedocs_DATA = INSTALL.strife CMDLINE.strife + + if HAVE_WINDRES + +@@ -52,8 +52,8 @@ WIN32=-D_WIN32 + + doomdocs_DATA += CMDLINE.doom.md + hereticdocs_DATA += CMDLINE.heretic.md +-#hexendocs_DATA += CMDLINE.hexen.md +-#strifedocs_DATA += CMDLINE.strife.md ++hexendocs_DATA += CMDLINE.hexen.md ++strifedocs_DATA += CMDLINE.strife.md + + endif + Property changes on: head/games/crispy-doom/files/patch-man_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/crispy-doom/pkg-plist =================================================================== --- head/games/crispy-doom/pkg-plist (revision 546673) +++ head/games/crispy-doom/pkg-plist (revision 546674) @@ -1,28 +1,55 @@ bin/crispy-doom bin/crispy-doom-setup bin/crispy-heretic bin/crispy-heretic-setup bin/crispy-hexen bin/crispy-hexen-setup bin/crispy-server bin/crispy-strife bin/crispy-strife-setup +man/man5/crispy-doom.cfg.5.gz +man/man5/crispy-heretic.cfg.5.gz +man/man5/crispy-hexen.cfg.5.gz +man/man5/crispy-strife.cfg.5.gz +man/man5/default.cfg.5.gz +man/man5/heretic.cfg.5.gz +man/man5/hexen.cfg.5.gz +man/man5/strife.cfg.5.gz +man/man6/crispy-doom-setup.6.gz +man/man6/crispy-doom.6.gz +man/man6/crispy-heretic-setup.6.gz +man/man6/crispy-heretic.6.gz +man/man6/crispy-hexen-setup.6.gz +man/man6/crispy-hexen.6.gz +man/man6/crispy-server.6.gz +man/man6/crispy-strife-setup.6.gz +man/man6/crispy-strife.6.gz share/applications/io.github.fabiangreffrath.Doom.desktop share/applications/io.github.fabiangreffrath.Heretic.desktop share/applications/io.github.fabiangreffrath.Hexen.desktop share/applications/io.github.fabiangreffrath.Setup.desktop share/applications/io.github.fabiangreffrath.Strife.desktop share/applications/screensavers/io.github.fabiangreffrath.Doom_Screensaver.desktop +share/bash-completion/completions/crispy-doom +share/bash-completion/completions/crispy-heretic +%%PORTDOCS%%%%DOCSDIR%%/CMDLINE.doom %%PORTDOCS%%%%DOCSDIR%%/COPYING.md %%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.doom %%PORTDOCS%%%%DOCSDIR%%/NEWS.md %%PORTDOCS%%%%DOCSDIR%%/NOT-BUGS.md %%PORTDOCS%%%%DOCSDIR%%/PHILOSOPHY.md %%PORTDOCS%%%%DOCSDIR%%/README.Music.md %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%share/doc/crispy-heretic/CMDLINE.heretic +%%PORTDOCS%%share/doc/crispy-heretic/INSTALL.heretic +%%PORTDOCS%%share/doc/crispy-hexen/CMDLINE.hexen +%%PORTDOCS%%share/doc/crispy-hexen/INSTALL.hexen +%%PORTDOCS%%share/doc/crispy-strife/CMDLINE.strife +%%PORTDOCS%%share/doc/crispy-strife/INSTALL.strife share/icons/hicolor/128x128/apps/crispy-doom.png share/icons/hicolor/128x128/apps/crispy-setup.png share/metainfo/io.github.fabiangreffrath.Doom.metainfo.xml share/metainfo/io.github.fabiangreffrath.Heretic.metainfo.xml share/metainfo/io.github.fabiangreffrath.Hexen.metainfo.xml share/metainfo/io.github.fabiangreffrath.Strife.metainfo.xml