Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2001 23:05:50 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29617: Update games/eboard
Message-ID:  <20010811030550.CFFBAD925@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010811030550.CFFBAD925>