From nemysis@gmx.ch  Sat Aug 18 14:57:45 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 904B0106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Aug 2012 14:57:45 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])
	by mx1.freebsd.org (Postfix) with SMTP id 8D2998FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Aug 2012 14:57:44 +0000 (UTC)
Received: (qmail invoked by alias); 18 Aug 2012 14:57:42 -0000
Received: from cpe.r57.logikom.net (EHLO something.email.com) [213.244.239.57]
  by mail.gmx.net (mp072) with SMTP; 18 Aug 2012 16:57:42 +0200
Received: by something.email.com (sSMTP sendmail emulation); Sat, 18 Aug 2012 16:57:41 +0200
Message-Id: <20120818145745.904B0106564A@hub.freebsd.org>
Date: Sat, 18 Aug 2012 16:57:41 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jgh@FreeBSD.org
Subject: [MAINTAINER] games/syobon: Makefile changed, OptionsNG
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         170744
>Category:       ports
>Synopsis:       [MAINTAINER] games/syobon: Makefile changed, OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 18 15:00:22 UTC 2012
>Closed-Date:    Sat Aug 25 21:45:35 UTC 2012
>Last-Modified:  Sat Aug 25 21:50:02 UTC 2012
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:

Makefile changed:

OptionsNG

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- syobon-1.0.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/syobon/Makefile ./Makefile
--- /usr/ports/games/syobon/Makefile	2012-05-15 11:58:14.000000000 +0200
+++ ./Makefile	2012-08-18 16:50:22.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	syobon
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://download.zapek.com/software/${PORTNAME}/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -25,18 +26,25 @@
 
 PLIST_FILES=	bin/${PORTNAME}
 
-PORTDOCS=	README.txt
 PORTDATA=	*
+PORTDOCS=	README.txt
 
 MAKE_ENV=	GAMEDATA="${DATADIR}"
 
+.include <bsd.port.options.mk>
+
 do-install:
+# Executable
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+# Data
 .if !defined(NOPORTDATA)
 	${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "BGM SE res" ${DATADIR})
 .endif
-.if !defined(NOPORTDOCS)
+
+# Documentation
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
 .endif
--- syobon-1.0.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Aug 18 16:09:15 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170744 
Responsible-Changed-From-To: sunpoet->jgh 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Aug 20 11:00:41 UTC 2012 
Responsible-Changed-Why:  
Jason would like to take nemysis's PRs. 

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

From: nemysis <nemysis@gmx.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170744: [MAINTAINER] games/syobon: Makefile changed,
 OptionsNG
Date: Mon, 20 Aug 2012 23:11:09 +0200

 --MP_/u12GMYO154yc/rwn3+/Pb+r
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 
 --MP_/u12GMYO154yc/rwn3+/Pb+r
 Content-Type: text/x-patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=syobon.diff
 
 ===> Generating patch
 ===> Viewing diff with more
 diff -ruN --exclude=CVS /usr/ports/games/syobon/Makefile ./Makefile
 --- /usr/ports/games/syobon/Makefile	2012-05-15 11:58:14.000000000 +0200
 +++ ./Makefile	2012-08-20 23:09:33.000000000 +0200
 @@ -7,6 +7,7 @@
  
  PORTNAME=	syobon
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	http://download.zapek.com/software/${PORTNAME}/
  DISTNAME=	${PORTNAME}_${PORTVERSION}
 @@ -25,18 +26,23 @@
  
  PLIST_FILES=	bin/${PORTNAME}
  
 -PORTDOCS=	README.txt
  PORTDATA=	*
 +PORTDOCS=	README.txt
  
  MAKE_ENV=	GAMEDATA="${DATADIR}"
  
 +.include <bsd.port.options.mk>
 +
  do-install:
 +# Executable
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 -.if !defined(NOPORTDATA)
 +
 +# Data
  	${MKDIR} ${DATADIR}
  	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "BGM SE res" ${DATADIR})
 -.endif
 -.if !defined(NOPORTDOCS)
 +
 +# Documentation
 +.if ${PORT_OPTIONS:MDOCS}
  	${MKDIR} ${DOCSDIR}
  	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
  .endif
 ===> Done
 
 --MP_/u12GMYO154yc/rwn3+/Pb+r--
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Sat Aug 25 21:45:34 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170744: commit references a PR
Date: Sat, 25 Aug 2012 21:45:24 +0000 (UTC)

 Author: jgh
 Date: Sat Aug 25 21:45:11 2012
 New Revision: 303158
 URL: http://svn.freebsd.org/changeset/ports/303158
 
 Log:
   - port requires data
   - adopt optionsNG for DOCS
   
   PR:	170744
   Submitted by:	maintainer, nemysis@gmx.ch
 
 Modified:
   head/games/syobon/Makefile   (contents, props changed)
 
 Modified: head/games/syobon/Makefile
 ==============================================================================
 --- head/games/syobon/Makefile	Sat Aug 25 21:08:37 2012	(r303157)
 +++ head/games/syobon/Makefile	Sat Aug 25 21:45:11 2012	(r303158)
 @@ -7,6 +7,7 @@
  
  PORTNAME=	syobon
  PORTVERSION=	1.0.1
 +PORTREVISION=	1
  CATEGORIES=	games
  MASTER_SITES=	http://download.zapek.com/software/${PORTNAME}/
  DISTNAME=	${PORTNAME}_${PORTVERSION}
 @@ -30,13 +31,18 @@ PORTDATA=	*
  
  MAKE_ENV=	GAMEDATA="${DATADIR}"
  
 +.include <bsd.port.options.mk>
 +
  do-install:
 +# Executable
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 -.if !defined(NOPORTDATA)
 +
 +# Data
  	${MKDIR} ${DATADIR}
  	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "BGM SE res" ${DATADIR})
 -.endif
 -.if !defined(NOPORTDOCS)
 +
 +# Documentation
 +.if ${PORT_OPTIONS:MDOCS}
  	${MKDIR} ${DOCSDIR}
  	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
  .endif
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
