From owner-freebsd-ports Sun Jun 21 10:11:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06343 for freebsd-ports-outgoing; Sun, 21 Jun 1998 10:11:38 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06330 for ; Sun, 21 Jun 1998 10:11:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26254; Sun, 21 Jun 1998 10:10:01 -0700 (PDT) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05336 for ; Sun, 21 Jun 1998 10:02:30 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id SAA08421 for FreeBSD-gnats-submit@freebsd.org; Sun, 21 Jun 1998 18:57:51 +0200 (MET DST) Received: (from seggers@localhost) by semyam.dinoco.de (8.8.8/8.8.8) id SAA20773; Sun, 21 Jun 1998 18:30:39 +0200 (CEST) (envelope-from seggers) Message-Id: <199806211630.SAA20773@semyam.dinoco.de> Date: Sun, 21 Jun 1998 18:30:39 +0200 (CEST) From: Stefan Eggers Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de X-Send-Pr-Version: 3.2 Subject: ports/7010: Update to crafty port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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