From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 4 17:10:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF0916A63C for ; Mon, 4 Oct 2004 17:10:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54ACB43D70 for ; Mon, 4 Oct 2004 17:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i94HAWEV077278 for ; Mon, 4 Oct 2004 17:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i94HAWbX077277; Mon, 4 Oct 2004 17:10:32 GMT (envelope-from gnats) Resent-Date: Mon, 4 Oct 2004 17:10:32 GMT Resent-Message-Id: <200410041710.i94HAWbX077277@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1B116A4CF for ; Mon, 4 Oct 2004 17:02:59 +0000 (GMT) Received: from hfep07.dion.ne.jp (hfep07.dion.ne.jp [203.181.105.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBC643D46 for ; Mon, 4 Oct 2004 17:02:58 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.120.177]) by hfep07.dion.ne.jp with SMTP id <20041004170254473.BNNE@hfep07.dion.ne.jp> for ; Tue, 5 Oct 2004 02:02:54 +0900 Message-Id: <20041005020117.7c69883f.tkato432@yahoo.com> Date: Tue, 5 Oct 2004 02:01:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72320: Update port: games/xgammon to 0.98a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 17:10:40 -0000 >Number: 72320 >Category: ports >Synopsis: Update port: games/xgammon to 0.98a >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: Mon Oct 04 17:10:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.98a Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xgammon/Makefile games/xgammon/Makefile --- /usr/ports/games/xgammon/Makefile Thu Apr 8 02:41:04 2004 +++ games/xgammon/Makefile Sun Oct 3 01:43:01 2004 @@ -6,35 +6,18 @@ # PORTNAME= xgammon -PORTVERSION= 0.98 +PORTVERSION= 0.98a CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_REDHAT} -MASTER_SITE_SUBDIR= linux/6.2/en/os/${MACHINE_ARCH}/SRPMS -EXTRACT_SUFX= -15.src.rpm - -PATCH_DIST_STRIP= -p1 +MASTER_SITES= http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= A backgammon program for X11 -EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - -NO_WRKSUBDIR= yes USE_IMAKE= yes -MAN6= xgammon.6 -PATCH_FILES= ${PORTNAME}-${PORTVERSION}-dirent.patch - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @rpm2cpio.pl ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; ${CPIO} -i) - @${TAR} -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR} - -pre-patch: - @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" -.for file in ${PATCH_FILES} - @${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/${file} -.endfor +MAN6= xgammon.6 +PLIST_FILES= bin/xgammon lib/X11/app-defaults/XGammon \ + lib/X11/xgammon/xgammon.db +PLIST_DIRS= lib/X11/xgammon .include diff -urN /usr/ports/games/xgammon/distinfo games/xgammon/distinfo --- /usr/ports/games/xgammon/distinfo Fri Mar 19 18:08:45 2004 +++ games/xgammon/distinfo Sun Oct 3 01:42:15 2004 @@ -1,2 +1,2 @@ -MD5 (xgammon-0.98-15.src.rpm) = 9d418e2b2c30057f1b3bc708493c7e17 -SIZE (xgammon-0.98-15.src.rpm) = 79412 +MD5 (xgammon-0.98a.tar.gz) = 56ad9b75767c3b5822065d425b538012 +SIZE (xgammon-0.98a.tar.gz) = 76415 diff -urN /usr/ports/games/xgammon/pkg-descr games/xgammon/pkg-descr --- /usr/ports/games/xgammon/pkg-descr Fri Jan 3 17:15:44 1997 +++ games/xgammon/pkg-descr Sun Oct 3 01:39:13 2004 @@ -10,3 +10,5 @@ You can do rollouts with doubling turned on and off. The programm uses an endgame database for perfect bearing off (and for reasonable running game). + +WWW: http://fawn.unibw-hamburg.de/steuer/xgammon/xgammon.html diff -urN /usr/ports/games/xgammon/pkg-plist games/xgammon/pkg-plist --- /usr/ports/games/xgammon/pkg-plist Mon Sep 28 11:18:44 1998 +++ games/xgammon/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,4 +0,0 @@ -bin/xgammon -lib/X11/app-defaults/XGammon -lib/X11/xgammon/xgammon.db -@dirrm lib/X11/xgammon >Release-Note: >Audit-Trail: >Unformatted: