Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 19:35:13 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546674 - in head/games/crispy-doom: . files
Message-ID:  <202008271935.07RJZDan080373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Aug 27 19:35:13 2020
New Revision: 546674
URL: https://svnweb.freebsd.org/changeset/ports/546674

Log:
  - Update to 5.9.0
  - Add CONFLICTS_INSTALL once it installs some files in common with games/chocolate-doom

Added:
  head/games/crispy-doom/files/patch-man_Makefile.am   (contents, props changed)
Modified:
  head/games/crispy-doom/Makefile
  head/games/crispy-doom/distinfo
  head/games/crispy-doom/pkg-plist

Modified: head/games/crispy-doom/Makefile
==============================================================================
--- head/games/crispy-doom/Makefile	Thu Aug 27 19:32:57 2020	(r546673)
+++ head/games/crispy-doom/Makefile	Thu Aug 27 19:35:13 2020	(r546674)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	crispy-doom
-PORTVERSION=	5.8.0
+PORTVERSION=	5.9.0
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	games
 
@@ -13,10 +13,12 @@ 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
 

Modified: head/games/crispy-doom/distinfo
==============================================================================
--- head/games/crispy-doom/distinfo	Thu Aug 27 19:32:57 2020	(r546673)
+++ head/games/crispy-doom/distinfo	Thu Aug 27 19:35:13 2020	(r546674)
@@ -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

Added: head/games/crispy-doom/files/patch-man_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/crispy-doom/files/patch-man_Makefile.am	Thu Aug 27 19:35:13 2020	(r546674)
@@ -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
+ 

Modified: head/games/crispy-doom/pkg-plist
==============================================================================
--- head/games/crispy-doom/pkg-plist	Thu Aug 27 19:32:57 2020	(r546673)
+++ head/games/crispy-doom/pkg-plist	Thu Aug 27 19:35:13 2020	(r546674)
@@ -7,19 +7,46 @@ 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



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