pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/exchess-book-small Update package for newer exch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dc1112603f6
branches:  trunk
changeset: 639366:6dc1112603f6
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 11 17:03:11 2014 +0000

description:
Update package for newer exchess book generation arguments.

diffstat:

 games/exchess-book-small/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r cbfa03321840 -r 6dc1112603f6 games/exchess-book-small/Makefile
--- a/games/exchess-book-small/Makefile Thu Sep 11 17:01:23 2014 +0000
+++ b/games/exchess-book-small/Makefile Thu Sep 11 17:03:11 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/10/06 11:54:36 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/09/11 17:03:11 jperkin Exp $
 
 DISTNAME=              small
-PKGNAME=               ${CHESS_ENGINE}-book-${DISTNAME}-20000511
-PKGREVISION=           2
+PKGNAME=               ${CHESS_ENGINE}-book-${DISTNAME}-20140911
 CATEGORIES=            games
 MASTER_SITES=          ftp://ftp.cis.uab.edu/pub/hyatt/common/${DISTNAME}/
 EXTRACT_SUFX=          .zip
@@ -32,6 +31,7 @@
        ${RM} -f ${CMDFILE}
        ${ECHO} "build" > ${CMDFILE}
        ${ECHO} "${PGN_FILE}" >> ${CMDFILE}
+       ${ECHO} "n" >> ${CMDFILE}
        ${ECHO} "60" >> ${CMDFILE}
        ${ECHO} "3" >> ${CMDFILE}
        ${ECHO} "${BOOK_FILE}" >> ${CMDFILE}



Home | Main Index | Thread Index | Old Index