From owner-freebsd-ports Sun Mar 22 00:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04297 for freebsd-ports-outgoing; Sun, 22 Mar 1998 00:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04266; Sun, 22 Mar 1998 00:50:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04057 for ; Sun, 22 Mar 1998 00:49:41 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id NAA06778 for ; Sun, 22 Mar 1998 13:49:25 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA21542; Sun, 22 Mar 1998 11:58:22 +0300 (MSK) Message-Id: <199803220858.LAA21542@icc.surw.chel.su> Date: Sun, 22 Mar 1998 11:58:22 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6093: Update port: games/agm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6093 >Category: ports >Synopsis: Update port: games/agm >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 Mar 22 00:50:00 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update games/agm port. diff -Nru agm/Makefile agm-1.3.1/Makefile --- agm/Makefile Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/Makefile Sun Mar 22 11:25:21 1998 @@ -1,23 +1,23 @@ # New ports collection makefile for: agm -# Version required: 1.1 +# Version required: 1.3.1 # Date created: 4 July 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1997/07/15 02:08:06 obrien Exp $ # -DISTNAME= agm-1.1 +DISTNAME= agm-1.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/amusements MAINTAINER= andy@icc.surw.chel.su -WRKSRC= ${WRKDIR} MAN6= agm.6 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/agm ${PREFIX}/bin + @ ${INSTALL_SCRIPT} ${WRKSRC}/xagm ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/agm.6 ${PREFIX}/man/man6 .include diff -Nru agm/files/md5 agm-1.3.1/files/md5 --- agm/files/md5 Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/files/md5 Sun Mar 22 10:55:06 1998 @@ -1 +1 @@ -MD5 (agm-1.1.tar.gz) = cfc59aeac10ea1409dd13ae791008888 +MD5 (agm-1.3.1.tar.gz) = 2f6da7f63fb87f5a8a16a500b6be0abb diff -Nru agm/patches/patch-aa agm-1.3.1/patches/patch-aa --- agm/patches/patch-aa Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/patches/patch-aa Sun Mar 22 11:09:44 1998 @@ -1,27 +1,11 @@ -*** Makefile Mon Feb 24 23:42:28 1997 ---- /home/andy/tmp/wrk/Makefile Fri Jul 4 23:45:17 1997 -*************** -*** 32,42 **** - #MANDIR=../../man - MANDIR=/usr/local/man - # Name of the default wordfile -! WORDFILE=-DWORDFILE=\"/usr/dict/words\" - # C compiler - CC=cc - # Optimization or other flags for C compiler -! CCFLAGS=-O - #CCFLAGS=-g - # Alter this if you have problems compiling the CPU limit code or the - # timer code ---- 32,42 ---- - #MANDIR=../../man - MANDIR=/usr/local/man - # Name of the default wordfile -! WORDFILE=-DWORDFILE=\"/usr/share/dict/words\" - # C compiler - CC=cc - # Optimization or other flags for C compiler -! CCFLAGS=${CFLAGS} - #CCFLAGS=-g - # Alter this if you have problems compiling the CPU limit code or the - # timer code +--- Makefile Wed Mar 18 01:02:29 1998 ++++ /home/andy/tmp/wrk/Makefile Sun Mar 22 11:00:29 1998 +@@ -45,7 +45,7 @@ + #MANDIR=../../man + MANDIR=/usr/local/man + # Location of the word file +-WORDDIR=/usr/local/lib ++WORDDIR=/usr/share/dict + # Name of the default wordfile + WORDFILE=-DWORDFILE=\"$(WORDDIR)/words\" + # C compiler diff -Nru agm/patches/patch-ab agm-1.3.1/patches/patch-ab --- agm/patches/patch-ab Thu Jan 1 00:00:00 1970 +++ agm-1.3.1/patches/patch-ab Sun Mar 22 11:01:49 1998 @@ -0,0 +1,8 @@ +--- xagm Wed Mar 18 01:02:29 1998 ++++ /home/andy/tmp/wrk/xagm Sun Mar 22 10:57:38 1998 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish8.0 + # $Id: xagm,v 1.1 1998/03/08 22:46:24 fraserm Exp $ + # $Log: xagm,v $ + # Revision 1.1 1998/03/08 22:46:24 fraserm diff -Nru agm/pkg/COMMENT agm-1.3.1/pkg/COMMENT --- agm/pkg/COMMENT Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/pkg/COMMENT Sun Mar 22 11:17:48 1998 @@ -1 +1 @@ -AnaGram search utility +AnaGraM search utility. diff -Nru agm/pkg/PLIST agm-1.3.1/pkg/PLIST --- agm/pkg/PLIST Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/pkg/PLIST Sun Mar 22 11:18:10 1998 @@ -1,2 +1,3 @@ bin/agm +bin/xagm man/man6/agm.6.gz >How-To-Repeat: >Fix: Please, check and apply this patch. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message