aboutsummaryrefslogtreecommitdiff
path: root/games/freesweep
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2016-02-14 22:22:39 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2016-02-14 22:22:39 +0000
commit81220d5fb90fda73bfa564777085ee23209efee2 (patch)
tree41e105dff7aecda52fd7346ce1af64c84370375c /games/freesweep
parent3c2f0def7d04c924dd0779f73f7fbdf6c8d53932 (diff)
downloadports-81220d5fb90fda73bfa564777085ee23209efee2.tar.gz
ports-81220d5fb90fda73bfa564777085ee23209efee2.zip
games/freesweep: update 0.92 -> 1.0.1
- Transfer MAINTAINER from ports@ to submitter - Update LICENSE - Switch from GOOGLE_CODE to USE_GITHUB; use the maintainer's repository - While here, convert to conditional docs target - Expand on pkg-descr - MFH as the original upstream version seg faults upon winning a game and the maintainer is now a co-maintainer with the upstream project PR: 205052 Submitted by: Randy Westlund <rwestlun@gmail.com> (incoming maintainer) Reviewed by: amdmi3 (earlier version) MFH: 2016Q1
Notes
Notes: svn path=/head/; revision=408903
Diffstat (limited to 'games/freesweep')
-rw-r--r--games/freesweep/Makefile17
-rw-r--r--games/freesweep/distinfo4
-rw-r--r--games/freesweep/pkg-descr7
3 files changed, 16 insertions, 12 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile
index a710a99d7297..946003378a0c 100644
--- a/games/freesweep/Makefile
+++ b/games/freesweep/Makefile
@@ -2,16 +2,17 @@
# $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 ncurses
GNU_CONFIGURE= yes
@@ -20,7 +21,7 @@ CONFIGURE_ARGS= --with-prefsdir=${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%%
@@ -33,6 +34,8 @@ do-install:
${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}
diff --git a/games/freesweep/distinfo b/games/freesweep/distinfo
index 48e7fd9bc796..4d731bbc647f 100644
--- a/games/freesweep/distinfo
+++ b/games/freesweep/distinfo
@@ -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
diff --git a/games/freesweep/pkg-descr b/games/freesweep/pkg-descr
index 4792b49b5d00..d7967d0515f2 100644
--- a/games/freesweep/pkg-descr
+++ b/games/freesweep/pkg-descr
@@ -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/