Index: branches/2016Q1/games/freesweep/Makefile =================================================================== --- branches/2016Q1/games/freesweep/Makefile (revision 408906) +++ branches/2016Q1/games/freesweep/Makefile (revision 408907) @@ -1,41 +1,44 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= freesweep -PORTVERSION= 0.92 -PORTREVISION= 1 +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rwestlun@gmail.com COMMENT= Minesweeper-style game for text-mode terminals -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ +USE_GITHUB= yes +GH_ACCOUNT= rwestlund + USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \ --with-scoresdir=${DATADIR} \ --disable-debug-log ALL_TARGET= ${PORTNAME} -PORTDOCS= CHANGES README +PORTDOCS= README.md PLIST_FILES= "@(,games,2555) bin/${PORTNAME}" man/man6/${PORTNAME}.6.gz \ %%DATADIR%%/sweeprc "@(,games,0664) %%DATADIR%%/sweeptimes" PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${TOUCH} ${STAGEDIR}${DATADIR}/sweeptimes ${INSTALL_DATA} ${WRKSRC}/sweeprc ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${STAGEDIR}${PREFIX}/man/man6 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: branches/2016Q1/games/freesweep/distinfo =================================================================== --- branches/2016Q1/games/freesweep/distinfo (revision 408906) +++ branches/2016Q1/games/freesweep/distinfo (revision 408907) @@ -1,2 +1,2 @@ -SHA256 (freesweep-0.92.tar.gz) = 519c7405c131bd62db7534855fbb92b9cfcf511ded2bf4d2b94f1abaf86aa698 -SIZE (freesweep-0.92.tar.gz) = 87353 +SHA256 (rwestlund-freesweep-v1.0.1_GH0.tar.gz) = f2b21fef3f547a5b8d663bf3bf9a0c74ad643d9b4043d170c29aa25248705350 +SIZE (rwestlund-freesweep-v1.0.1_GH0.tar.gz) = 93966 Index: branches/2016Q1/games/freesweep/pkg-descr =================================================================== --- branches/2016Q1/games/freesweep/pkg-descr (revision 408906) +++ branches/2016Q1/games/freesweep/pkg-descr (revision 408907) @@ -1,4 +1,5 @@ -Minesweeper-type game for text-mode terminals. Features include boards -up to 1024x1024 and saving and loading the boards. +Minesweeper-type game for text-mode terminals. Features include boards up to +1024x1024, saving and loading of boards, shared and individual "best times" +files, and color. -WWW: http://code.google.com/p/freesweep/ +WWW: https://github.com/rwestlund/freesweep/ Index: branches/2016Q1 =================================================================== --- branches/2016Q1 (revision 408906) +++ branches/2016Q1 (revision 408907) Property changes on: branches/2016Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r408903