svn commit: r374098 - head/games/chocolate-doom

Pawel Pekala pawel at FreeBSD.org
Sat Dec 6 11:40:00 UTC 2014


Author: pawel
Date: Sat Dec  6 11:39:58 2014
New Revision: 374098
URL: https://svnweb.freebsd.org/changeset/ports/374098
QAT: https://qat.redports.org/buildarchive/r374098/

Log:
  Update to version 2.1.0
  
  PR:		195598
  Submitted by:	maintainer

Modified:
  head/games/chocolate-doom/Makefile
  head/games/chocolate-doom/distinfo
  head/games/chocolate-doom/pkg-plist

Modified: head/games/chocolate-doom/Makefile
==============================================================================
--- head/games/chocolate-doom/Makefile	Sat Dec  6 10:59:07 2014	(r374097)
+++ head/games/chocolate-doom/Makefile	Sat Dec  6 11:39:58 2014	(r374098)
@@ -1,13 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	chocolate-doom
-PORTVERSION=	2.0.0
-PORTREVISION=	3
+PORTVERSION=	2.1.0
 CATEGORIES=	games
-MASTER_SITES=	http://www.chocolate-doom.org/downloads/2.0.0/
+MASTER_SITES=	http://www.chocolate-doom.org/downloads/${PORTVERSION}/
 
 MAINTAINER=	jakub_lach at mailplus.pl
-COMMENT=	Doom/Heretic/Hexen/Strife engine port compatible with the original exes
+COMMENT=	Doom/Heretic/Hexen/Strife engine port compatible with the originals
 
 LICENSE=	GPLv2
 
@@ -17,14 +16,19 @@ USES=		gmake
 USE_SDL=	mixer net sdl
 GNU_CONFIGURE=	yes
 
-PORTDOCS=	CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS README README.OPL
+PORTDOCS=	CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS PHILOSOPHY \
+		README README.Music
 
 OPTIONS_DEFINE=	DOCS
 
 .include "${.CURDIR}/../doom-data/Makefile.include"
 
 post-patch:
+	${REINPLACE_CMD} -e 's|gamesdir = $${exec_prefix}/games|gamesdir = $${exec_prefix}/bin|' \
+		${WRKSRC}/src/Makefile.in
 	${REINPLACE_CMD} -e 's|gamesdir = $$(prefix)/games|gamesdir = $$(prefix)/bin|' \
-		${WRKSRC}/src/Makefile.in ${WRKSRC}/src/setup/Makefile.in
+		${WRKSRC}/src/setup/Makefile.in
+post-install:
+	  ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chocolate-*
 
 .include <bsd.port.mk>

Modified: head/games/chocolate-doom/distinfo
==============================================================================
--- head/games/chocolate-doom/distinfo	Sat Dec  6 10:59:07 2014	(r374097)
+++ head/games/chocolate-doom/distinfo	Sat Dec  6 11:39:58 2014	(r374098)
@@ -1,2 +1,2 @@
-SHA256 (chocolate-doom-2.0.0.tar.gz) = 85c58b77dad933013253b453ef01907492b4719acd56cf8cb6c76f4a361ab60c
-SIZE (chocolate-doom-2.0.0.tar.gz) = 2092519
+SHA256 (chocolate-doom-2.1.0.tar.gz) = 629305e7f328659f3e93e89b93adc9da4e99b5a351e51ceb749dcf3e3da8bcd3
+SIZE (chocolate-doom-2.1.0.tar.gz) = 2129632

Modified: head/games/chocolate-doom/pkg-plist
==============================================================================
--- head/games/chocolate-doom/pkg-plist	Sat Dec  6 10:59:07 2014	(r374097)
+++ head/games/chocolate-doom/pkg-plist	Sat Dec  6 11:39:58 2014	(r374098)
@@ -15,38 +15,43 @@ 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/chocolate-doom-setup.6.gz
 man/man6/chocolate-doom.6.gz
+man/man6/chocolate-heretic-setup.6.gz
 man/man6/chocolate-heretic.6.gz
+man/man6/chocolate-hexen-setup.6.gz
 man/man6/chocolate-hexen.6.gz
 man/man6/chocolate-server.6.gz
 man/man6/chocolate-setup.6.gz
+man/man6/chocolate-strife-setup.6.gz
 man/man6/chocolate-strife.6.gz
 share/applications/chocolate-doom.desktop
+share/applications/chocolate-heretic.desktop
+share/applications/chocolate-hexen.desktop
 share/applications/chocolate-setup.desktop
+share/applications/chocolate-strife.desktop
 share/applications/screensavers/chocolate-doom-screensaver.desktop
 share/doc/chocolate-heretic/CMDLINE.heretic
 share/doc/chocolate-heretic/ChangeLog
 share/doc/chocolate-heretic/INSTALL.heretic
 share/doc/chocolate-heretic/NEWS
+share/doc/chocolate-heretic/PHILOSOPHY
 share/doc/chocolate-heretic/README
-share/doc/chocolate-heretic/README.OPL
+share/doc/chocolate-heretic/README.Music
 share/doc/chocolate-hexen/CMDLINE.hexen
 share/doc/chocolate-hexen/ChangeLog
 share/doc/chocolate-hexen/INSTALL.hexen
 share/doc/chocolate-hexen/NEWS
+share/doc/chocolate-hexen/PHILOSOPHY
 share/doc/chocolate-hexen/README
-share/doc/chocolate-hexen/README.OPL
+share/doc/chocolate-hexen/README.Music
 share/doc/chocolate-strife/CMDLINE.strife
 share/doc/chocolate-strife/ChangeLog
 share/doc/chocolate-strife/INSTALL.strife
 share/doc/chocolate-strife/NEWS
+share/doc/chocolate-strife/PHILOSOPHY
 share/doc/chocolate-strife/README
-share/doc/chocolate-strife/README.OPL
+share/doc/chocolate-strife/README.Music
 share/doc/chocolate-strife/README.Strife
 share/icons/chocolate-doom.png
 share/icons/chocolate-setup.png
- at dirrmtry share/icons
- at dirrmtry share/doc/chocolate-strife
- at dirrmtry share/doc/chocolate-hexen
- at dirrmtry share/doc/chocolate-heretic
- at dirrmtry share/applications/screensavers


More information about the svn-ports-head mailing list