From tkato432@yahoo.com  Wed Aug 24 18:44:03 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 925D1106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:43:58 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B9B98FC1A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:43:58 +0000 (UTC)
Received: from localhost.localdomain (ZT038043.ppp.dion.ne.jp [59.128.38.43])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id C34C150036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 25 Aug 2011 03:43:55 +0900 (JST)
Message-Id: <20110825033653.ae080ca9.tkato432@yahoo.com>
Date: Thu, 25 Aug 2011 03:36:53 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: games/xfrisk to 1.3.r1

>Number:         160110
>Category:       ports
>Synopsis:       Update port: games/xfrisk to 1.3.r1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 18:50:24 UTC 2011
>Closed-Date:    Tue Sep 06 16:11:38 UTC 2011
>Last-Modified:  Tue Sep  6 16:20:01 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.3.r1

Remove file:
files/patch-ab
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/xfrisk/Makefile games/xfrisk/Makefile
--- /usr/ports/games/xfrisk/Makefile	2011-08-03 15:32:41.000000000 +0900
+++ games/xfrisk/Makefile	2011-08-24 03:42:31.000000000 +0900
@@ -6,28 +6,39 @@
 #
 
 PORTNAME=	xfrisk
-PORTVERSION=	1.2
-PORTREVISION=	5
+PORTVERSION=	1.3.r1
 CATEGORIES=	games
-MASTER_SITES=	http://tuxick.net/xfrisk/files/
-DISTNAME=	XFrisk-${PORTVERSION}
+MASTER_SITES=	http://old.tuxick.net/xfrisk/files/
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/-rc/}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A multi-player networked Risk game for X11
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2011-09-01
-
 LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
 
 NO_CDROM=	Possible trademark infringement
 
-NO_INSTALL_MANPAGES=	yes
-WRKSRC=		${WRKDIR}/XFrisk
+USE_XORG=	ice sm x11 xext xmu xt xpm
 USE_GMAKE=	yes
-
-USE_XORG=	x11 xt xaw xmu sm ice
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+MAKE_JOBS_SAFE=	yes
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
+
+PORTDOCS=	AUTHORS BUGS ChangeLog FAQ NEWS README TODO
+PLIST_FILES=	bin/aiColson bin/aiConway bin/aiDummy bin/risk bin/xfrisk \
+		bin/xfriskserver %%DATADIR%%/Countries.risk \
+		%%DATADIR%%/Help.risk %%DATADIR%%/World.risk
+PLIST_DIRS=	%%DATADIR%%
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xfrisk/distinfo games/xfrisk/distinfo
--- /usr/ports/games/xfrisk/distinfo	2011-07-04 02:04:18.000000000 +0900
+++ games/xfrisk/distinfo	2011-08-24 03:20:02.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (XFrisk-1.2.tar.gz) = 40f4c0786e5a60974f3b0bbfa043964361378e5cb9e7b7d466ad1160a5b40800
-SIZE (XFrisk-1.2.tar.gz) = 228943
+SHA256 (xfrisk-1.3-rc1.tar.gz) = 7c1c69b258651b88d372e0e04e4c38e2d2bc584946667c115b763380fb99833e
+SIZE (xfrisk-1.3-rc1.tar.gz) = 286809
diff -urN /usr/ports/games/xfrisk/files/patch-ab games/xfrisk/files/patch-ab
--- /usr/ports/games/xfrisk/files/patch-ab	2008-04-23 15:15:11.000000000 +0900
+++ games/xfrisk/files/patch-ab	1970-01-01 09:00:00.000000000 +0900
@@ -1,30 +0,0 @@
---- Makefile	Sun Jan 23 14:01:55 2000
-+++ Makefile.new	Mon May 29 23:12:10 2000
-@@ -55,9 +55,9 @@
- ####################
- # C compiler options
- # GNU gcc is recommended.
--CC=gcc
-+CC?=gcc
- # Use these with gcc
--CFLAGS=-g -Wall -W -fno-common -pedantic
-+CFLAGS+= -Wall -W -fno-common -pedantic
- 
- # If you don't have gcc, don't use -Wall -W -fno-common
- #CFLAGS=-g
-@@ -81,13 +81,13 @@
- 
- ## Installation prefix
- # Adjust to taste. Stuff gets installed here.
--PREFIX=/usr/local
-+PREFIX?=/usr/local
- #PREFIX=/usr/local/X11
- 
- ## X11 location and options
- # for X11R6
- # Point this at your X tree.
--XDIR=/usr/X11R6
-+XDIR?=/usr/local
- #XDIR=/usr/local/X11
- #XDIR=/usr/openwin
- 
diff -urN /usr/ports/games/xfrisk/pkg-descr games/xfrisk/pkg-descr
--- /usr/ports/games/xfrisk/pkg-descr	1997-06-04 11:31:59.000000000 +0900
+++ games/xfrisk/pkg-descr	2011-07-30 03:20:00.000000000 +0900
@@ -1,3 +1,5 @@
 XFrisk is a multi-player Risk game that supports network play.  It
 includes a server, "friskserver", and a client, "xfrisk".  Note
 that the client supports only 8bpp and 24bpp visuals.
+
+WWW: http://old.tuxick.net/xfrisk/
diff -urN /usr/ports/games/xfrisk/pkg-plist games/xfrisk/pkg-plist
--- /usr/ports/games/xfrisk/pkg-plist	2000-05-30 12:28:00.000000000 +0900
+++ games/xfrisk/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
-bin/friskserver
-bin/risk
-bin/xfrisk
-bin/aiDummy
-bin/aiConway
-bin/aiColson
-lib/xfrisk/World.risk
-lib/xfrisk/Countries.risk
-lib/xfrisk/Help.risk
-@dirrm lib/xfrisk
>Release-Note:
>Audit-Trail:

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160110: Update port: games/xfrisk to 1.3.r1
Date: Tue, 30 Aug 2011 22:00:06 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Tue__30_Aug_2011_22_00_06_+0900_3Vmo_MF=zDIWbD1c
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Tue__30_Aug_2011_22_00_06_+0900_3Vmo_MF=zDIWbD1c
 Content-Type: text/x-diff;
  name="games_xfrisk.diff"
 Content-Disposition: attachment;
  filename="games_xfrisk.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/games/xfrisk/Makefile games/xfrisk/Makefile
 --- /usr/ports/games/xfrisk/Makefile	2011-08-30 17:52:16.000000000 +0900
 +++ games/xfrisk/Makefile	2011-08-30 18:13:33.000000000 +0900
 @@ -6,12 +6,10 @@
  #
  
  PORTNAME=	xfrisk
 -PORTVERSION=	1.2
 -PORTREVISION=	5
 +PORTVERSION=	1.3.r1
  CATEGORIES=	games
 -MASTER_SITES=	http://old.tuxick.net/xfrisk/files/ \
 -		http://devel.ringlet.net/games/xfrisk/
 -DISTNAME=	XFrisk-${PORTVERSION}
 +MASTER_SITES=	http://old.tuxick.net/xfrisk/files/
 +DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/-rc/}
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A multi-player networked Risk game for X11
 @@ -20,12 +18,27 @@
  
  NO_CDROM=	Possible trademark infringement
  
 -NO_INSTALL_MANPAGES=	yes
 -WRKSRC=		${WRKDIR}/XFrisk
 +USE_XORG=	ice sm x11 xext xmu xt xpm
  USE_GMAKE=	yes
 -
 -USE_XORG=	x11 xt xaw xmu sm ice
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LDFLAGS="-L${LOCALBASE}/lib"
 +GNU_CONFIGURE=	yes
 +CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 +MAKE_JOBS_SAFE=	yes
 +
 +CPPFLAGS=	-I${LOCALBASE}/include
 +LDFLAGS=	-L${LOCALBASE}/lib
 +
 +PORTDOCS=	AUTHORS BUGS ChangeLog FAQ NEWS README TODO
 +PLIST_FILES=	bin/aiColson bin/aiConway bin/aiDummy bin/risk bin/xfrisk \
 +		bin/xfriskserver %%DATADIR%%/Countries.risk \
 +		%%DATADIR%%/Help.risk %%DATADIR%%/World.risk
 +PLIST_DIRS=	%%DATADIR%%
 +
 +post-install:
 +.if !defined(NOPORTDOCS)
 +	@${MKDIR} ${DOCSDIR}
 +.for file in ${PORTDOCS}
 +	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 +.endfor
 +.endif
  
  .include <bsd.port.mk>
 diff -urN /usr/ports/games/xfrisk/distinfo games/xfrisk/distinfo
 --- /usr/ports/games/xfrisk/distinfo	2011-07-04 02:04:18.000000000 +0900
 +++ games/xfrisk/distinfo	2011-08-24 03:20:02.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (XFrisk-1.2.tar.gz) = 40f4c0786e5a60974f3b0bbfa043964361378e5cb9e7b7d466ad1160a5b40800
 -SIZE (XFrisk-1.2.tar.gz) = 228943
 +SHA256 (xfrisk-1.3-rc1.tar.gz) = 7c1c69b258651b88d372e0e04e4c38e2d2bc584946667c115b763380fb99833e
 +SIZE (xfrisk-1.3-rc1.tar.gz) = 286809
 diff -urN /usr/ports/games/xfrisk/files/patch-ab games/xfrisk/files/patch-ab
 --- /usr/ports/games/xfrisk/files/patch-ab	2008-04-23 15:15:11.000000000 +0900
 +++ games/xfrisk/files/patch-ab	1970-01-01 09:00:00.000000000 +0900
 @@ -1,30 +0,0 @@
 ---- Makefile	Sun Jan 23 14:01:55 2000
 -+++ Makefile.new	Mon May 29 23:12:10 2000
 -@@ -55,9 +55,9 @@
 - ####################
 - # C compiler options
 - # GNU gcc is recommended.
 --CC=gcc
 -+CC?=gcc
 - # Use these with gcc
 --CFLAGS=-g -Wall -W -fno-common -pedantic
 -+CFLAGS+= -Wall -W -fno-common -pedantic
 - 
 - # If you don't have gcc, don't use -Wall -W -fno-common
 - #CFLAGS=-g
 -@@ -81,13 +81,13 @@
 - 
 - ## Installation prefix
 - # Adjust to taste. Stuff gets installed here.
 --PREFIX=/usr/local
 -+PREFIX?=/usr/local
 - #PREFIX=/usr/local/X11
 - 
 - ## X11 location and options
 - # for X11R6
 - # Point this at your X tree.
 --XDIR=/usr/X11R6
 -+XDIR?=/usr/local
 - #XDIR=/usr/local/X11
 - #XDIR=/usr/openwin
 - 
 diff -urN /usr/ports/games/xfrisk/pkg-descr games/xfrisk/pkg-descr
 --- /usr/ports/games/xfrisk/pkg-descr	1997-06-04 11:31:59.000000000 +0900
 +++ games/xfrisk/pkg-descr	2011-07-30 03:20:00.000000000 +0900
 @@ -1,3 +1,5 @@
  XFrisk is a multi-player Risk game that supports network play.  It
  includes a server, "friskserver", and a client, "xfrisk".  Note
  that the client supports only 8bpp and 24bpp visuals.
 +
 +WWW: http://old.tuxick.net/xfrisk/
 diff -urN /usr/ports/games/xfrisk/pkg-plist games/xfrisk/pkg-plist
 --- /usr/ports/games/xfrisk/pkg-plist	2000-05-30 12:28:00.000000000 +0900
 +++ games/xfrisk/pkg-plist	1970-01-01 09:00:00.000000000 +0900
 @@ -1,10 +0,0 @@
 -bin/friskserver
 -bin/risk
 -bin/xfrisk
 -bin/aiDummy
 -bin/aiConway
 -bin/aiColson
 -lib/xfrisk/World.risk
 -lib/xfrisk/Countries.risk
 -lib/xfrisk/Help.risk
 -@dirrm lib/xfrisk
 
 --Multipart=_Tue__30_Aug_2011_22_00_06_+0900_3Vmo_MF=zDIWbD1c--
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Tue Aug 30 18:16:36 CEST 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160110 
State-Changed-From-To: open->feedback 
State-Changed-By: dhn 
State-Changed-When: Wed Aug 31 21:13:42 UTC 2011 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=160110 
State-Changed-From-To: feedback->open 
State-Changed-By: dhn 
State-Changed-When: Wed Aug 31 23:17:26 CEST 2011 
State-Changed-Why:  
Can't fetch, pls check 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160110 

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160110: Update port: games/xfrisk to 1.3.r1
Date: Sun, 4 Sep 2011 03:00:13 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sun__4_Sep_2011_03_00_13_+0900_+6AUC13zyjlximhu
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 I'd like to withdraw version update. description has to be revised
 as follows:
 
 - Get rid of useless lines
 - Support LOCALBASE
 - Strip binaries
 - Add WWW: line
 
 --Multipart=_Sun__4_Sep_2011_03_00_13_+0900_+6AUC13zyjlximhu
 Content-Type: text/x-diff;
  name="games_xfrisk.diff"
 Content-Disposition: attachment;
  filename="games_xfrisk.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/games/xfrisk/Makefile games/xfrisk/Makefile
 --- /usr/ports/games/xfrisk/Makefile	2011-08-30 17:52:16.000000000 +0900
 +++ games/xfrisk/Makefile	2011-09-04 01:24:08.000000000 +0900
 @@ -7,7 +7,7 @@
  
  PORTNAME=	xfrisk
  PORTVERSION=	1.2
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	games
  MASTER_SITES=	http://old.tuxick.net/xfrisk/files/ \
  		http://devel.ringlet.net/games/xfrisk/
 @@ -20,12 +20,22 @@
  
  NO_CDROM=	Possible trademark infringement
  
 -NO_INSTALL_MANPAGES=	yes
  WRKSRC=		${WRKDIR}/XFrisk
 -USE_GMAKE=	yes
  
  USE_XORG=	x11 xt xaw xmu sm ice
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LDFLAGS="-L${LOCALBASE}/lib"
 +USE_GMAKE=	yes
 +MAKE_ENV=	XDIR="${LOCALBASE}"
 +
 +do-install:
 +.for file in aiColson aiConway aiDummy friskserver xfrisk
 +	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
 +.endfor
 +.for file in risk
 +	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
 +.endfor
 +	@${MKDIR} ${PREFIX}/lib/${PORTNAME}
 +.for file in Countries.risk Help.risk World.risk
 +	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/${PORTNAME}
 +.endfor
  
  .include <bsd.port.mk>
 diff -urN /usr/ports/games/xfrisk/pkg-descr games/xfrisk/pkg-descr
 --- /usr/ports/games/xfrisk/pkg-descr	1997-06-04 11:31:59.000000000 +0900
 +++ games/xfrisk/pkg-descr	2011-09-04 01:06:20.000000000 +0900
 @@ -1,3 +1,5 @@
  XFrisk is a multi-player Risk game that supports network play.  It
  includes a server, "friskserver", and a client, "xfrisk".  Note
  that the client supports only 8bpp and 24bpp visuals.
 +
 +WWW: http://old.tuxick.net/xfrisk/
 
 --Multipart=_Sun__4_Sep_2011_03_00_13_+0900_+6AUC13zyjlximhu--
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Tue Sep 6 16:11:37 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160110 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160110: commit references a PR
Date: Tue,  6 Sep 2011 16:11:37 +0000 (UTC)

 dhn         2011-09-06 16:11:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/xfrisk         Makefile pkg-descr 
   Log:
   - Get rid of useless lines
   - Update WWW/pkg-descr
   - Bump PORTREVISION
   - Support LOCALBASE
   
   PR:             ports/160110
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.26      +15 -5     ports/games/xfrisk/Makefile
   1.2       +2 -0      ports/games/xfrisk/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
