Index: head/games/doom-freedoom/Makefile =================================================================== --- head/games/doom-freedoom/Makefile (revision 455679) +++ head/games/doom-freedoom/Makefile (revision 455680) @@ -1,36 +1,29 @@ # Created by: Alejandro Pulver # $FreeBSD$ PORTNAME= freedoom -PORTVERSION= 0.7 +PORTVERSION= 0.10.1 CATEGORIES= games -MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTNAME}-iwad +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-iwad-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Complete Doom-based game IWAD that is Free Software USES= zip NO_BUILD= yes +NO_ARCH= yes DATADIR= ${DMDIR}/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PLIST_FILES= %%DATADIR%%/doom2.wad -PLIST_DIRS= %%DATADIR%% -PORTDOCS= ChangeLog NEWS README +PLIST_FILES= %%DATADIR%%/freedoom1.wad \ + %%DATADIR%%/freedoom2.wad -OPTIONS_DEFINE= DOCS - do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/doom2.wad ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/freedoom1.wad ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/freedoom2.wad ${STAGEDIR}${DATADIR} .include "${.CURDIR}/../doom-data/Makefile.include" .include Index: head/games/doom-freedoom/distinfo =================================================================== --- head/games/doom-freedoom/distinfo (revision 455679) +++ head/games/doom-freedoom/distinfo (revision 455680) @@ -1,2 +1,3 @@ -SHA256 (freedoom-iwad-0.7.zip) = f8f75fd1909801fe42de0e74db9adcfd33f753374e4923bd93e3d9a9b802ab1f -SIZE (freedoom-iwad-0.7.zip) = 9697891 +TIMESTAMP = 1486419824 +SHA256 (freedoom-0.10.1.zip) = 7d20c4b458b6966a58f8f1d9d67db67999364a66e67616e2c320d01b396338da +SIZE (freedoom-0.10.1.zip) = 18496121 Index: head/games/doom-freedoom/pkg-descr =================================================================== --- head/games/doom-freedoom/pkg-descr (revision 455679) +++ head/games/doom-freedoom/pkg-descr (revision 455680) @@ -1,11 +1,11 @@ Freedoom is a project to create a complete Doom II-compatible IWAD file which is Free Software. The IWAD file is the file used by Doom which contains all the game data (graphics, sound effects, music, etc.). While the Doom source code is Free, you currently still need one of the proprietary IWAD files from id in order to play Doom. Freedoom aims to create a Free alternative. Combined with the GPL-licensed Doom source code this will result in a complete Free Doom-based game. -WWW: http://freedoom.sf.net/ +WWW: https://freedoom.github.io/