From owner-svn-ports-all@freebsd.org Sun Feb 14 22:35:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4D4DAA8415; Sun, 14 Feb 2016 22:35:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2FCA936; Sun, 14 Feb 2016 22:35:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EMZSGs021570; Sun, 14 Feb 2016 22:35:28 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EMZSEk021567; Sun, 14 Feb 2016 22:35:28 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602142235.u1EMZSEk021567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 14 Feb 2016 22:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408907 - branches/2016Q1/games/freesweep X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 22:35:30 -0000 Author: junovitch Date: Sun Feb 14 22:35:28 2016 New Revision: 408907 URL: https://svnweb.freebsd.org/changeset/ports/408907 Log: MFH: r408903 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 (incoming maintainer) Reviewed by: amdmi3 (earlier version) Approved by: ports-secteam (feld) Modified: branches/2016Q1/games/freesweep/Makefile branches/2016Q1/games/freesweep/distinfo branches/2016Q1/games/freesweep/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/games/freesweep/Makefile ============================================================================== --- branches/2016Q1/games/freesweep/Makefile Sun Feb 14 22:31:38 2016 (r408906) +++ branches/2016Q1/games/freesweep/Makefile Sun Feb 14 22:35:28 2016 (r408907) @@ -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 GNU_CONFIGURE= yes @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --with-prefsdir=${DATADI --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} Modified: branches/2016Q1/games/freesweep/distinfo ============================================================================== --- branches/2016Q1/games/freesweep/distinfo Sun Feb 14 22:31:38 2016 (r408906) +++ branches/2016Q1/games/freesweep/distinfo Sun Feb 14 22:35:28 2016 (r408907) @@ -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 Modified: branches/2016Q1/games/freesweep/pkg-descr ============================================================================== --- branches/2016Q1/games/freesweep/pkg-descr Sun Feb 14 22:31:38 2016 (r408906) +++ branches/2016Q1/games/freesweep/pkg-descr Sun Feb 14 22:35:28 2016 (r408907) @@ -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/