Bug 172186 - [PATCH] games/bs: Changed all to ${PORTNAME} and pkg-descr, take maintainership
Summary: [PATCH] games/bs: Changed all to ${PORTNAME} and pkg-descr, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-30 19:00 UTC by nemysis
Modified: 2012-10-06 14:50 UTC (History)
0 users

See Also:


Attachments
bs-2.8.patch (1.50 KB, patch)
2012-09-30 19:00 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-09-30 19:00:09 UTC
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/
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2012-10-04 03:25:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jhale

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-06 14:40:31 UTC
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"
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2012-10-06 14:40:37 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!