From xmj@chaot.net  Fri Feb 28 11:22:07 2014
Return-Path: <xmj@chaot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 37E7FA19;
	Fri, 28 Feb 2014 11:22:07 +0000 (UTC)
Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id F018F107D;
	Fri, 28 Feb 2014 11:22:06 +0000 (UTC)
Received: from mx12.chaot.net (62.65.222.147.cable.starman.ee [62.65.222.147])
	by dd16522.kasserver.com (Postfix) with ESMTPSA id 7542045648D;
	Fri, 28 Feb 2014 12:22:05 +0100 (CET)
Received: from localhost (1003@localhost [local]);
	by mx12.chaot.net (OpenSMTPD) with ESMTPA id 33e2552f;
	Fri, 28 Feb 2014 13:22:04 +0200 (EET)
Message-Id: <2821645606.enqueue@mx12.chaot.net>
Date: Fri, 28 Feb 2014 13:22:04 +0200 (EET)
From: Johannes Jost Meixner <xmj@chaot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nivit@FreeBSD.org
Subject: [PATCH] devel/py-Jinja2-doc: Stagify, specify license, remove pkg-plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187138
>Category:       ports
>Synopsis:       [PATCH] devel/py-Jinja2-doc: Stagify, specify license, remove pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nivit
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 28 11:30:00 UTC 2014
>Closed-Date:    Mon Mar 03 18:55:47 UTC 2014
>Last-Modified:  Mon Mar 03 18:55:47 UTC 2014
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OÜ
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Sun Feb 16 19:07:27 EET 2014
>Description:
- Stagify
- Specify 3-clause BSD license
- Remove pkg-plist, specify PORTDOCS=* in master port 
- master port changes: referenced in ports/187137

Port maintainer (nivit@FreeBSD.org) is cc'd.

portlint: looks fine
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140228102301-8673/

Generated with FreeBSD Port Tools 1.00.2014.02.20 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-Jinja2-doc-2.7.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346490)
+++ Makefile	(working copy)
@@ -5,7 +5,7 @@
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Documentation of Jinja2 template engine
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 DESCR=	${.CURDIR}/pkg-descr
 
@@ -16,5 +16,4 @@
 
 PLIST=	${.CURDIR}/pkg-plist
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 346490)
+++ pkg-plist	(working copy)
@@ -1,52 +0,0 @@
-%%DOCSDIR%%/.buildinfo
-%%DOCSDIR%%/_sources/api.txt
-%%DOCSDIR%%/_sources/changelog.txt
-%%DOCSDIR%%/_sources/extensions.txt
-%%DOCSDIR%%/_sources/faq.txt
-%%DOCSDIR%%/_sources/index.txt
-%%DOCSDIR%%/_sources/integration.txt
-%%DOCSDIR%%/_sources/intro.txt
-%%DOCSDIR%%/_sources/latexindex.txt
-%%DOCSDIR%%/_sources/sandbox.txt
-%%DOCSDIR%%/_sources/switching.txt
-%%DOCSDIR%%/_sources/templates.txt
-%%DOCSDIR%%/_sources/tricks.txt
-%%DOCSDIR%%/_static/ajax-loader.gif
-%%DOCSDIR%%/_static/basic.css
-%%DOCSDIR%%/_static/comment-bright.png
-%%DOCSDIR%%/_static/comment-close.png
-%%DOCSDIR%%/_static/comment.png
-%%DOCSDIR%%/_static/doctools.js
-%%DOCSDIR%%/_static/down-pressed.png
-%%DOCSDIR%%/_static/down.png
-%%DOCSDIR%%/_static/file.png
-%%DOCSDIR%%/_static/jinja-small.png
-%%DOCSDIR%%/_static/jinja.css
-%%DOCSDIR%%/_static/jquery.js
-%%DOCSDIR%%/_static/minus.png
-%%DOCSDIR%%/_static/plus.png
-%%DOCSDIR%%/_static/pygments.css
-%%DOCSDIR%%/_static/searchtools.js
-%%DOCSDIR%%/_static/underscore.js
-%%DOCSDIR%%/_static/up-pressed.png
-%%DOCSDIR%%/_static/up.png
-%%DOCSDIR%%/_static/websupport.js
-%%DOCSDIR%%/api.html
-%%DOCSDIR%%/changelog.html
-%%DOCSDIR%%/extensions.html
-%%DOCSDIR%%/faq.html
-%%DOCSDIR%%/genindex.html
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/integration.html
-%%DOCSDIR%%/intro.html
-%%DOCSDIR%%/latexindex.html
-%%DOCSDIR%%/objects.inv
-%%DOCSDIR%%/sandbox.html
-%%DOCSDIR%%/search.html
-%%DOCSDIR%%/searchindex.js
-%%DOCSDIR%%/switching.html
-%%DOCSDIR%%/templates.html
-%%DOCSDIR%%/tricks.html
-@dirrm %%DOCSDIR%%/_static
-@dirrm %%DOCSDIR%%/_sources
-@dirrm %%DOCSDIR%%
--- py-Jinja2-doc-2.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nivit 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 28 11:30:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Johannes Meixner <xmj@chaot.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/187138: [PATCH] devel/py-Jinja2-doc: Stagify, specify
 license, remove pkg-plist
Date: Mon, 3 Mar 2014 10:50:12 +0200

 --ylS2wUBXLOxYXZFQ
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 devel/py-Jinja2-doc will automatically be 2.7.2 as per follow-up in
 ports/187137.
 
 --=20
 xmj@chaot.net
 http://xmj.me
 
 On Fri, Feb 28, 2014 at 11:30:00AM +0000, FreeBSD-gnats-submit@FreeBSD.org =
 wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/187138'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.=20
 >=20
 > You can access the state of your problem report at any time
 > via this link:
 >=20
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D187138
 >=20
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [PATCH] devel/py-Jinja2-doc: Stagify, specify license, r=
 emove pkg-plist
 > >Arrival-Date:   Fri Feb 28 11:30:00 UTC 2014
 
 --ylS2wUBXLOxYXZFQ
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (FreeBSD)
 
 iQIcBAEBAgAGBQJTFEJEAAoJEAy1bITjfmSMt/UP/jQFhE9prFzp5oRzNXkmMp/U
 B4xzEI4wIyRjs4vOv/mZWdjDJWTE8RGZ3OtTRD8oqxdJlv8483YEvnBwVrJyhvls
 EtfTuy/8Eb479iGcdWYFD42/Xk4KgZJjSt7zNaAF3bNwPbYoOTDqbYL74/SeezUG
 /zELzbH/anTZx1yJRM542dGYYNdzEfwBWlOqjc4iIv9DaiEK88H7sCXIA6XgeVF1
 JtOjrRHCZ1F3eX1nfp8A9lUiw752Z92l9/wU6iGI+L2pLgUph9+zijTp8G2yh7RC
 25j+u6g4mzqHVwmyaf4vvf8jw4CUZp+80XwU87SkXyeT+CZBHbRtpYFS+GvzXQaD
 KNo0Ofum2ta3Rom4ieenDD2wB2hHrYityPxmSMVgzADKkHCygAP/COzwdyt1EAtR
 IRoLZufYPcc0VwUFp+BG8ZkHawy6eqVRX9/MKvmPgQ7nY/a9md8WM8X5IxwawavH
 Cmn0tb7qr2bNKnRgAxYBKXll8w5ACKKOLeloQpv1JoEnTCKEH9McNaHB9EM1sD+c
 /q0Vc/vbNzTbVk3ZbLKPBdscBBuVr/gxghx/IFjgSRvUWKsdsKNmDmPPCdN48nl5
 x8keQWRWmpEZfgVnqYZzcqLUFratxFInfQWVUgTkpRyvvlODYUoJzZ8LcLXQogqh
 2TbKVAfl/pK9F24Twr8h
 =EPvm
 -----END PGP SIGNATURE-----
 
 --ylS2wUBXLOxYXZFQ--
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Mon Mar 3 18:55:45 UTC 2014 
State-Changed-Why:  
Similar patch was committed independently. Thank you for submission and 
sorry for not checking PR database first( 

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