From owner-freebsd-ports Fri Aug 10 20:20:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19BB737B406 for ; Fri, 10 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7B3K2t86652; Fri, 10 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 9DD7B37B40A for ; Fri, 10 Aug 2001 20:12:33 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id CFFBAD925; Fri, 10 Aug 2001 23:05:50 -0400 (EDT) Message-Id: <20010811030550.CFFBAD925@electron.databits.net> Date: Fri, 10 Aug 2001 23:05:50 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29617: Update games/eboard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29617 >Category: ports >Synopsis: Update games/eboard >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 10 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386 >Description: - add an extras pack that includes new themes - bump PORTREVISION to reflect new themes included - fix space-o in pkg-descr >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/eboard/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/08/03 03:51:56 1.3 +++ Makefile 2001/08/10 21:17:22 @@ -7,9 +7,12 @@ PORTNAME= eboard PORTVERSION= 0.3.1 +PORTREVISION= 1 +EXTRASVERSION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} eboard-extras-${EXTRASVERSION}.tar.gz MAINTAINER= petef@databits.net @@ -37,5 +40,11 @@ ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR} .endfor .endif + ${INSTALL_DATA} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/*.png \ + ${PREFIX}/share/eboard + ${INSTALL_DATA} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/*.wav \ + ${PREFIX}/share/eboard + @${CAT} ${WRKDIR}/eboard-extras-pack${EXTRASVERSION}/extras1.conf >> \ + ${PREFIX}/share/eboard/eboard_themes.conf .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/games/eboard/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/08/03 03:51:56 1.3 +++ distinfo 2001/08/10 20:50:58 @@ -1 +1,2 @@ MD5 (eboard-0.3.1.tar.gz) = e7ed03957591bce79c24a2a2f758c6ed +MD5 (eboard-extras-1.tar.gz) = f6fbb18841f00d4da969882b8703489b Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/games/eboard/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/08/03 03:51:56 1.2 +++ pkg-descr 2001/08/11 03:01:31 @@ -3,7 +3,7 @@ and to chess engines like GNU Chess, Sjeng and Crafty. eboard is currently under development, and its primary purpose is -serving as interface to FICS. About 95% of FICS support is in place, +serving as interface to FICS. About 95% of FICS support is in place, and it is expected to be complete in the next release. WWW: http://eboard.sourceforge.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message