From owner-freebsd-ports Fri Oct 13 18:20:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A44D37B675 for ; Fri, 13 Oct 2000 18:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA69522; Fri, 13 Oct 2000 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E9C5B37B503; Fri, 13 Oct 2000 18:12:23 -0700 (PDT) Message-Id: <20001014011223.E9C5B37B503@hub.freebsd.org> Date: Fri, 13 Oct 2000 18:12:23 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21975: Update port: games/xlaby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21975 >Category: ports >Synopsis: Update port: games/xlaby >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: Fri Oct 13 18:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Fix Imakefile breakage under XFree86 4.x - Exclude GPL doc from package - Add WWW: line into pkg-descr New file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xlaby/Makefile games/xlaby/Makefile --- /usr/ports/games/xlaby/Makefile Thu Jun 22 19:09:39 2000 +++ games/xlaby/Makefile Fri Oct 13 21:06:21 2000 @@ -5,25 +5,19 @@ # $FreeBSD: ports/games/xlaby/Makefile,v 1.8 2000/06/22 05:51:59 will Exp $ # -PORTNAME= xlaby -PORTVERSION= 2.0.1 -CATEGORIES= games -MASTER_SITES= http://www.eleves.ens.fr:8080/home/madore/ \ - ${MASTER_SITE_SUNSITE} +PORTNAME= xlaby +PORTVERSION= 2.0.1 +PORTREVISION= 1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://quatramaran.ens.fr/pub/madore/xlaby/ MASTER_SITE_SUBDIR= games/strategy -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -USE_IMAKE= yes -NO_WRKSUBDIR= yes -MAN6= xlaby.6 -MANCOMPRESSED= no - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xlaby ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/xlaby.man ${PREFIX}/man/man6/xlaby.6 - @ ${MKDIR} ${PREFIX}/share/doc/xlaby - @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xlaby +NO_WRKSUBDIR= yes +USE_IMAKE= yes +MAN6= xlaby.6 .include diff -urN /usr/ports/games/xlaby/files/patch-aa games/xlaby/files/patch-aa --- /usr/ports/games/xlaby/files/patch-aa Thu Jan 1 09:00:00 1970 +++ games/xlaby/files/patch-aa Fri Oct 13 21:00:30 2000 @@ -0,0 +1,21 @@ +--- Imakefile.orig Tue Dec 2 02:59:02 1997 ++++ Imakefile Fri Oct 13 21:00:22 2000 +@@ -13,17 +13,8 @@ + + INSTALLFLAGS = -c -o $(OWNER) -g $(GROUP) + +-# This will install xlaby in /usr/local/bin +-# and man page in /usr/local/man/man6 +-DESTDIR = /usr/local +-BINDIR = /bin +-MANPATH = /man +-MANSOURCEPATH = $(MANPATH)/man +-MANDIR = $(MANSOURCEPATH)6 +-MANSUFFIX = 6x ++MANSUFFIX = 6 + + LOCAL_LIBRARIES = $(XONLYLIB) + + SimpleProgramTarget(xlaby) +- +-install:: install.man diff -urN /usr/ports/games/xlaby/pkg-descr games/xlaby/pkg-descr --- /usr/ports/games/xlaby/pkg-descr Mon Mar 16 05:32:47 1998 +++ games/xlaby/pkg-descr Fri Oct 13 21:03:29 2000 @@ -8,3 +8,5 @@ infuriating, the squares have to be taken in the following order: red, yellow, green and blue. When the blue square is obtained, the game is won. + +WWW: http://www.eleves.ens.fr:8080/home/madore/programs/#prog_xlaby diff -urN /usr/ports/games/xlaby/pkg-plist games/xlaby/pkg-plist --- /usr/ports/games/xlaby/pkg-plist Thu Aug 13 11:23:14 1998 +++ games/xlaby/pkg-plist Fri Oct 13 20:59:24 2000 @@ -1,3 +1 @@ bin/xlaby -share/doc/xlaby/COPYING -@dirrm share/doc/xlaby >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message