From tkato432@yahoo.com  Wed Aug  3 18:32:36 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 CB667106566C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  3 Aug 2011 18:32:31 +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 A3E3D8FC12
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  3 Aug 2011 18:32:31 +0000 (UTC)
Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id BDE8E50036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu,  4 Aug 2011 03:32:29 +0900 (JST)
Message-Id: <20110804032144.8010a5d9.tkato432@yahoo.com>
Date: Thu, 4 Aug 2011 03:21:44 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: games/fkiss

>Number:         159444
>Category:       ports
>Synopsis:       Update port: games/fkiss
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:20 UTC 2011
>Closed-Date:    Mon Aug 08 15:44:17 CEST 2011
>Last-Modified:  Mon Aug  8 13:50:10 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Support NOPORTEXAMPLES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/fkiss/Makefile games/fkiss/Makefile
--- /usr/ports/games/fkiss/Makefile	2011-08-03 15:31:55.000000000 +0900
+++ games/fkiss/Makefile	2011-08-03 15:54:07.000000000 +0900
@@ -9,7 +9,7 @@
 PORTVERSION=	0.33a
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://www.oersted.co.jp/~yav/soft/fkiss/
+MASTER_SITES=	http://www2s.biglobe.ne.jp/~yav/soft/fkiss/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/a//}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${PORTNAME}-${PORTVERSION}-patch${EXTRACT_SUFX}
@@ -17,9 +17,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Freely enjoy childlike KISS, French-KISS!
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2011-09-01
-
 RUN_DEPENDS=	lha:${PORTSDIR}/archivers/lha
 
 NOT_FOR_ARCHS=	alpha
@@ -28,13 +25,14 @@
 WANT_GNOME=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
 		AUTOMAKE="${TRUE}"
 
 MAN1=		fkiss.1
-PLIST_FILES=	bin/fkiss %%EXAMPLESDIR%%/frkismi4.lzh
-PLIST_DIRS=	%%EXAMPLESDIR%%
+PORTDOCS=	*
+PORTEXAMPLES=	*
+PLIST_FILES=	bin/fkiss
 
 .include <bsd.port.pre.mk>
 
@@ -44,10 +42,6 @@
 LDFLAGS+=	`pkg-config --libs-only-L esound `
 .endif
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	README README.ja_JP.eucJP
-.endif
-
 pre-patch:
 	@cd ${WRKSRC} && ${CAT} ../${PORTNAME}-${PORTVERSION}.diff \
 		| ${PATCH} ${PATCH_ARGS}
@@ -61,12 +55,14 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin/fkiss
 	${INSTALL_MAN} ${WRKSRC}/fkiss.man ${MANPREFIX}/man/man1/fkiss.1
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${EXAMPLESDIR}/frkismi4.lzh
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
 	${INSTALL_DATA} ${WRKSRC}/README.euc ${DOCSDIR}/README.ja_JP.eucJP
 .endif
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${EXAMPLESDIR}/frkismi4.lzh
+.endif
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/games/fkiss/pkg-descr games/fkiss/pkg-descr
--- /usr/ports/games/fkiss/pkg-descr	2011-08-03 15:31:55.000000000 +0900
+++ games/fkiss/pkg-descr	2011-07-29 01:59:56.000000000 +0900
@@ -5,3 +5,5 @@
 
 For example, type
 % fkiss /usr/local/share/examples/fkiss/frkismi4.lzh
+
+WWW: http://www2s.biglobe.ne.jp/~yav/soft/index.html#fkiss
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Mon Aug 8 12:51:43 CEST 2011 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159444 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Mon Aug 8 15:44:16 CEST 2011 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159444: commit references a PR
Date: Mon,  8 Aug 2011 13:44:20 +0000 (UTC)

 ehaupt      2011-08-08 13:44:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/fkiss          Makefile pkg-descr 
   Log:
   - Update MASTER_SITES and WWW: line
   - Support NOPORTEXAMPLES
   
   PR:             159444
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.20      +9 -13     ports/games/fkiss/Makefile
   1.9       +2 -0      ports/games/fkiss/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:
