From nemysis@gmx.ch  Thu May 30 21:35:27 2013
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 4D0E1EC7
	for <freebsd-gnats-submit@freebsd.org>; Thu, 30 May 2013 21:35:27 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by mx1.freebsd.org (Postfix) with ESMTP id E33C4AEA
	for <freebsd-gnats-submit@freebsd.org>; Thu, 30 May 2013 21:35:26 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.29]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0M84Qp-1UUVV10Ild-00vecO for
 <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 May 2013 23:35:26 +0200
Received: (qmail invoked by alias); 30 May 2013 21:35:24 -0000
Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5]
  by mail.gmx.net (mp029) with SMTP; 30 May 2013 23:35:24 +0200
Received: by something.email.com (sSMTP sendmail emulation); Thu, 30 May 2013 23:35:23 +0200
Message-Id: <20130530213527.4D0E1EC7@hub.freebsd.org>
Date: Thu, 30 May 2013 23:35:23 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jpaetzel@freebsd.org
Subject: [PATCH] multimedia/tcmplex-panteltje: Convert to OptionsNG, trim docs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179129
>Category:       ports
>Synopsis:       [PATCH] multimedia/tcmplex-panteltje: Convert to OptionsNG, trim docs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 30 21:40:00 UTC 2013
>Closed-Date:    Sat Jun 08 02:34:42 UTC 2013
>Last-Modified:  Sat Jun 08 02:34:42 UTC 2013
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Jan 29 15:02:50 EST 2013
>Description:

- Shorten header
- Convert to OptionsNG
- Trim docs

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130530202800-50245/

>Fix:

--- tcmplex-panteltje-0.4.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/tcmplex-panteltje/Makefile ./Makefile
--- /usr/ports/multimedia/tcmplex-panteltje/Makefile	2013-01-14 17:54:54.000000000 +0100
+++ ./Makefile	2013-05-30 23:33:04.000000000 +0200
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tcmplex-panteltje
-# Date created:		2004-10-21
-# Whom:			Herve Quiroz <hq@FreeBSD.org>
-#
+# Created by: Herve Quiroz <hq@FreeBSD.org>
 # $FreeBSD: head/multimedia/tcmplex-panteltje/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	tcmplex-panteltje
 PORTVERSION=	0.4.7
@@ -21,16 +17,17 @@
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	a.out
 
-PORTDOCS=	CHANGES COPYRIGHT README
+PORTDOCS=	CHANGES README
+
 PLIST_FILES=	bin/${PORTNAME}
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
--- tcmplex-panteltje-0.4.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 30 21:40:07 UTC 2013 
Responsible-Changed-Why:  
beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179129 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 8 02:34:42 UTC 2013 
State-Changed-Why:  
optionsNG is completet, NLS and DOCS now global on and can be set over 
/etc/make.conf see ports/CHANGES. For the PORTDOCS* changes i suggest to 
wait of upstream update and fix it then. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179129 
>Unformatted:
