From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 25 21:10:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38198DE2 for ; Fri, 25 Jan 2013 21:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9AF9A7 for ; Fri, 25 Jan 2013 21:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0PLA6fV075123 for ; Fri, 25 Jan 2013 21:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0PLA6I4075122; Fri, 25 Jan 2013 21:10:06 GMT (envelope-from gnats) Resent-Date: Fri, 25 Jan 2013 21:10:06 GMT Resent-Message-Id: <201301252110.r0PLA6I4075122@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5C81EC51 for ; Fri, 25 Jan 2013 21:02:05 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 07C7D932 for ; Fri, 25 Jan 2013 21:02:05 +0000 (UTC) Received: from localhost.localdomain (ZT034163.ppp.dion.ne.jp [59.128.34.163]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 8097E23C036 for ; Sat, 26 Jan 2013 06:01:59 +0900 (JST) Message-Id: <20130126054914.8b15334dfefb7fd81cd07262@yahoo.com> Date: Sat, 26 Jan 2013 05:49:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/175588: games/xvmines: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 21:10:07 -0000 >Number: 175588 >Category: ports >Synopsis: games/xvmines: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 25 21:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Support PLIST_FILES - Add MAKE_JOBS_SAFE - Reformat pkg-descr Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xvmines/Makefile games/xvmines/Makefile --- /usr/ports/games/xvmines/Makefile 2012-11-08 07:17:40.000000000 +0900 +++ games/xvmines/Makefile 2013-01-26 03:21:00.000000000 +0900 @@ -1,31 +1,37 @@ -# New ports collection makefile for: xvmines -# Date created: 18 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD: head/games/xvmines/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= xvmines PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MASTER_SITES= XCONTRIB/../R5contrib EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Simple minesweeper game for X Window System -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= xview:${PORTSDIR}/x11-toolkits/xview + +OPTIONS_DEFINE= DOCS -USE_IMAKE= yes USE_XORG= x11 -MAN6= xvmines.6 +USE_IMAKE= yes +MAKE_JOBS_SAFE= yes + MANCOMPRESSED= no +MAN6= xvmines.6 +PORTDOCS= Copyright +PLIT_FILES= bin/xvmines + +.include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xvmines.man ${PREFIX}/man/man6/xvmines.6 - @${MKDIR} ${PREFIX}/share/doc/xvmines - ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xvmines + ${INSTALL_MAN} ${WRKSRC}/xvmines.man ${MAN6PREFIX}/man/man6/xvmines.6 +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Copyright ${DOCSDIR} +.endif .include diff -urN /usr/ports/games/xvmines/pkg-descr games/xvmines/pkg-descr --- /usr/ports/games/xvmines/pkg-descr 2012-11-08 07:17:40.000000000 +0900 +++ games/xvmines/pkg-descr 2013-01-13 18:13:21.000000000 +0900 @@ -1,18 +1,21 @@ - XVmines is a simple minesweeper game for X Window System. - xvmines creates a rectangle on the screen, divided into equally -sized cells. Each cell may contain a mine (hence the name xvmines), -contain a number indicating the number of mines present in the -8-neighboring cells or be empty. - Initially, all cells are covered with tiles. A tile can be -removed, uncovering the cell below, by clicking the left mouse -button on it. In addition,a cell can be marked as containing a mine -by clicking the right mouse button on it. Note however that marking -a cell as containing a mine does not necessarily mean that the cell -really contains a mine! - Clicking the middle mouse button on a tile, marks it with a -question mark, acting as a reminder mechanism. The user can use the -numbers in the uncovered cells to find (or sometimes guess ...) -which cells contain mines and which do not. - A game ends when all cells not containing mines have been -uncovered and all cells containing mines have been marked, or when -a cell containing a mine is uncovered. +XVmines is a simple minesweeper game for X Window System. + +xvmines creates a rectangle on the screen, divided into equally sized +cells. Each cell may contain a mine (hence the name xvmines), contain a +number indicating the number of mines present in the 8-neighboring cells +or be empty. + +Initially, all cells are covered with tiles. A tile can be removed, +uncovering the cell below, by clicking the left mouse button on it. In +addition, a cell can be marked as containing a mine by clicking the +right mouse button on it. Note however that marking a cell as containing +a mine does not necessarily mean that the cell really contains a mine! + +Clicking the middle mouse button on a tile, marks it with a question +mark, acting as a reminder mechanism. The user can use the numbers in +the uncovered cells to find (or sometimes guess ...) which cells contain +mines and which do not. + +A game ends when all cells not containing mines have been uncovered and +all cells containing mines have been marked, or when a cell containing a +mine is uncovered. diff -urN /usr/ports/games/xvmines/pkg-plist games/xvmines/pkg-plist --- /usr/ports/games/xvmines/pkg-plist 2012-11-08 07:17:40.000000000 +0900 +++ games/xvmines/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/xvmines -share/doc/xvmines/Copyright -@dirrm share/doc/xvmines >Release-Note: >Audit-Trail: >Unformatted: