Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 1998 18:30:39 +0200 (CEST)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   ports/7010: Update to crafty port
Message-ID:  <199806211630.SAA20773@semyam.dinoco.de>

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

>Number:         7010
>Category:       ports
>Synopsis:       Update to crafty port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 21 10:10:01 PDT 1998
>Last-Modified:
>Originator:     Stefan Eggers
>Organization:
none
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

	N/A

>Description:

	I removed the build dependency to unzip by using gunzip to do
the work.  As the archive just contains one file this works.  I also
updated the man page a bit and changed it to install version 15.14.

>How-To-Repeat:

	N/A

>Fix:

diff -uNr /var/tmp/crafty-ORIG/Makefile crafty/Makefile
--- /var/tmp/crafty-ORIG/Makefile	Thu Jun  4 04:40:28 1998
+++ crafty/Makefile	Sun Jun 21 16:07:39 1998
@@ -6,26 +6,24 @@
 # $Id: Makefile,v 1.2 1998/06/04 02:40:28 mph Exp $
 #
 
-DISTNAME=	crafty-15.10
+DISTNAME=	crafty-15.14
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/ \
 		ftp://ftp.cis.uab.edu/pub/hyatt/common/ \
 		ftp://ftp.cis.uab.edu/pub/hyatt/v15/
-DISTFILES=	crafty-15.10.tar.gz crafty.doc crafty.faq read.me start.zip
+DISTFILES=	crafty-15.14.tar.gz crafty.doc crafty.faq read.me start.zip
 
 MAINTAINER=	seggers@semyam.dinoco.de
 
-BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
-
 ALL_TARGET=	crafty
 DIST_SUBDIR=	crafty
-EXTRACT_ONLY=	crafty-15.10.tar.gz
+EXTRACT_ONLY=	crafty-15.14.tar.gz
 
 MAN6=		crafty.6
 NO_WRKSUBDIR=	yes
 
 post-extract:
-	(cd ${WRKDIR}; unzip ${DISTDIR}/${DIST_SUBDIR}/start.zip)
+	(cd ${WRKDIR}; gunzip <${DISTDIR}/${DIST_SUBDIR}/start.zip >${WRKDIR}/start.pgn)
 
 post-build:
 	(cd ${WRKDIR}; ./crafty <${FILESDIR}/books-building)
diff -uNr /var/tmp/crafty-ORIG/files/crafty.6 crafty/files/crafty.6
--- /var/tmp/crafty-ORIG/files/crafty.6	Mon Jun  1 06:56:06 1998
+++ crafty/files/crafty.6	Sun Jun 21 16:14:45 1998
@@ -44,8 +44,9 @@
 To make full use of
 .Nm
 one has to copy books.bin and an opening book (all usually located
-under /usr/local/lib/crafty) into ones private directories to allow it
-to learn during use.
+under /usr/local/lib/crafty with standard installation on
+your system) into ones private directories to allow it to learn during
+use.  Note that the installation of the opening books is optional.
 .Sh ENVIRONMENT
 .Nm
 doesn't use any environment variables.
diff -uNr /var/tmp/crafty-ORIG/files/md5 crafty/files/md5
--- /var/tmp/crafty-ORIG/files/md5	Mon Jun  8 02:49:25 1998
+++ crafty/files/md5	Sun Jun 21 16:27:50 1998
@@ -1,5 +1,5 @@
-MD5 (crafty/crafty-15.10.tar.gz) = a26440d01bd6c2db70452ef4988b99eb
+MD5 (crafty/crafty-15.14.tar.gz) = 1d0dab194379be3c29f75b3e80deb86b
 MD5 (crafty/crafty.doc) = 59295fe5abfd62b51947a093cbd6e48a
 MD5 (crafty/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd
-MD5 (crafty/read.me) = cc66c96baf69444ce31c42485ccc3657
+MD5 (crafty/read.me) = c2ff9b6ddbb2c625e5264d5cdfe65d91
 MD5 (crafty/start.zip) = 7a9faa5c4c0af5a2defa4dca942daf3d
>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?199806211630.SAA20773>