From root@poudriere.ithil.palantiri.org  Fri Apr 11 20:34:32 2014
Return-Path: <root@poudriere.ithil.palantiri.org>
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 83074B5;
	Fri, 11 Apr 2014 20:34:32 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 119351A39;
	Fri, 11 Apr 2014 20:34:31 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1])
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3BKYS7C047901
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Fri, 11 Apr 2014 22:34:29 +0200 (CEST)
	(envelope-from root@poudriere.ithil.palantiri.org)
Received: (from root@localhost)
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3BKYS9P047890;
	Fri, 11 Apr 2014 22:34:28 +0200 (CEST)
	(envelope-from root)
Message-Id: <201404112034.s3BKYS9P047890@poudriere.ithil.palantiri.org>
Date: Fri, 11 Apr 2014 22:34:28 +0200 (CEST)
From: Bartek Rutkowski <ports@robakdesign.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wen@FreeBSD.org
Subject: [PATCH] devel/py-demjson: staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188479
>Category:       ports
>Synopsis:       [PATCH] devel/py-demjson: staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 11 20:40:00 UTC 2014
>Closed-Date:    Sat Apr 12 15:03:21 UTC 2014
>Last-Modified:  Sat Apr 12 15:03:21 UTC 2014
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Staging
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-demjson/1.6_1/

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

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

--- py-demjson-1.6.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351038)
+++ Makefile	(working copy)
@@ -12,13 +12,14 @@
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Encoder, Decoder, and Lint/Validator for JSON
 
+LICENSE=	LGPL3
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.post.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351038)
+++ pkg-descr	(working copy)
@@ -9,4 +9,4 @@
 it's 'undefined' type. It also includes a lint-like JSON syntax
 validator which tests JSON text for strict compliance to the standard.
 
-WWW:	http://deron.meranda.us/python/demjson/
+WWW: http://deron.meranda.us/python/demjson/
--- py-demjson-1.6.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 11 20:40:05 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188479: commit references a PR
Date: Sat, 12 Apr 2014 13:58:02 +0000 (UTC)

 Author: wen
 Date: Sat Apr 12 13:57:57 2014
 New Revision: 351094
 URL: http://svnweb.freebsd.org/changeset/ports/351094
 QAT: https://qat.redports.org/buildarchive/r351094/
 
 Log:
   - Stage support [1]
   - Add LICENSE [1]
   - Pet portlint [1]
   - Pass maintainership to submitter
   
   PR:		188479 [1]
   Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
 
 Deleted:
   head/devel/py-demjson/pkg-plist
 Modified:
   head/devel/py-demjson/Makefile
   head/devel/py-demjson/pkg-descr
 
 Modified: head/devel/py-demjson/Makefile
 ==============================================================================
 --- head/devel/py-demjson/Makefile	Sat Apr 12 13:51:31 2014	(r351093)
 +++ head/devel/py-demjson/Makefile	Sat Apr 12 13:57:57 2014	(r351094)
 @@ -9,16 +9,18 @@ MASTER_SITES=	CHEESESHOP \
  		http://deron.meranda.us/python/demjson/dist/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
 -MAINTAINER=	wen@FreeBSD.org
 +MAINTAINER=	ports@robakdesign.com
  COMMENT=	Encoder, Decoder, and Lint/Validator for JSON
  
 -USE_PYTHON=	yes
 +LICENSE=	LGPL3
 +
 +USE_PYTHON=		yes
  USE_PYDISTUTILS=	yes
 +PYDISTUTILS_AUTOPLIST=	yes
  
 -NO_STAGE=	yes
 -.include <bsd.port.pre.mk>
 +PLIST_FILES=		bin/jsonlint
  
  post-install:
 -	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${PREFIX}/bin
 +	${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/devel/py-demjson/pkg-descr
 ==============================================================================
 --- head/devel/py-demjson/pkg-descr	Sat Apr 12 13:51:31 2014	(r351093)
 +++ head/devel/py-demjson/pkg-descr	Sat Apr 12 13:57:57 2014	(r351094)
 @@ -9,4 +9,4 @@ also support JavaScript's NaN and Infini
  it's 'undefined' type. It also includes a lint-like JSON syntax
  validator which tests JSON text for strict compliance to the standard.
  
 -WWW:	http://deron.meranda.us/python/demjson/
 +WWW: http://deron.meranda.us/python/demjson/
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Sat Apr 12 15:03:21 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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