Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 17:06:27 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26230: Update port: games/wordplay
Message-ID:  <200103310106.f2V16RM20324@freefall.freebsd.org>

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

>Number:         26230
>Category:       ports
>Synopsis:       Update port: games/wordplay
>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 Mar 30 17:10:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/wordplay/Makefile games/wordplay/Makefile
--- /usr/ports/games/wordplay/Makefile	Thu Nov  2 19:39:58 2000
+++ games/wordplay/Makefile	Wed Mar 28 20:49:34 2001
@@ -7,8 +7,8 @@
 PORTNAME=	wordplay
 PORTVERSION=	7.22
 CATEGORIES=	games
-MASTER_SITES=	http://pokey.itsc.uah.edu/~criswell/
-DISTNAME=	wordplay722
+MASTER_SITES=	http://www.itsc.uah.edu/~criswell/wordplay/
+DISTNAME=	${PORTNAME}{PORTVERSION:S/.//}
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
@@ -24,8 +24,8 @@
 
 do-install:
 	@${MKDIR} ${PREFIX}/share/wordplay
-	@${INSTALL_DATA} ${WRKSRC}/words721.txt ${WRKSRC}/readme \
+	${INSTALL_DATA} ${WRKSRC}/words721.txt ${WRKSRC}/readme \
 	  ${PREFIX}/share/wordplay
-	@${INSTALL_PROGRAM} ${WRKSRC}/wordplay ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/wordplay ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/wordplay/pkg-descr games/wordplay/pkg-descr
--- /usr/ports/games/wordplay/pkg-descr	Tue Jul 11 07:35:34 2000
+++ games/wordplay/pkg-descr	Wed Mar 28 20:48:30 2001
@@ -1,7 +1,7 @@
 This is a program written in ANSI C that anagrams a given string. It has
 its own word file, but allows you to use a different one.
 
-WWW: http://pokey.itsc.uah.edu/~criswell/wordplay.html
+WWW: http://www.itsc.uah.edu/~criswell/wordplay/wordplay.html
 
 - Ben Smithurst
   <ben@FreeBSD.org>

>Release-Note:
>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?200103310106.f2V16RM20324>