Makefile changed +LICENSE= GPLv2 Changed all to ${PORTNAME} Changed pkg-descr - Take maintainership Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) How-To-Repeat: portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. 0 fatal errors and 2 warnings found. Build log RedPorts https://redports.org/buildarchive/20120930162310-39259/
Responsible Changed From-To: freebsd-ports-bugs->jhale I'll take it.
Author: jhale Date: Sat Oct 6 13:40:15 2012 New Revision: 305361 URL: http://svn.freebsd.org/changeset/ports/305361 Log: - Add LICENSE - Mark MAKE_JOBS_SAFE - Update pkg-descr - Convert Makefile header to new format - Pass maintainership to submitter PR: ports/172186 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc (mentor) Modified: head/games/bs/Makefile (contents, props changed) head/games/bs/pkg-descr (contents, props changed) Modified: head/games/bs/Makefile ============================================================================== --- head/games/bs/Makefile Sat Oct 6 13:19:20 2012 (r305360) +++ head/games/bs/Makefile Sat Oct 6 13:40:15 2012 (r305361) @@ -1,27 +1,26 @@ -# New ports collection makefile for: bs -# Date created: 11 May 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= bs PORTVERSION= 2.8 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bs/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Battleships solitaire game with a color interface +LICENSE= GPLv2 + MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAN6= bs.6 PLIST_FILES= bin/bs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 .include <bsd.port.mk> Modified: head/games/bs/pkg-descr ============================================================================== --- head/games/bs/pkg-descr Sat Oct 6 13:19:20 2012 (r305360) +++ head/games/bs/pkg-descr Sat Oct 6 13:40:15 2012 (r305361) @@ -1,4 +1,9 @@ -Battleships solitaire game with a color point-and-shoot -interface in the style of blue and galaxis games (for console). +Battleships solitaire game with a color point-and-shoot interface +in the style of blue and galaxis games (for console). + +This program allows you to play the familiar Battleships game against +the computer on a 10x10 board. The interface is visual and largely +self-explanatory; you place your ships and pick your shots by moving +the cursor around the `sea' with the rogue/hack motion keys hjklyubn. WWW: http://www.catb.org/~esr/bs/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!