From root@poudriere.ithil.palantiri.org  Sun Apr 13 09:50:28 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 A5F6C4BD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Apr 2014 09:50:28 +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 285301B5D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Apr 2014 09:50:27 +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 s3D9oOIA073524
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Sun, 13 Apr 2014 11:50:24 +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 s3D9oNtc073523;
	Sun, 13 Apr 2014 11:50:23 +0200 (CEST)
	(envelope-from root)
Message-Id: <201404130950.s3D9oNtc073523@poudriere.ithil.palantiri.org>
Date: Sun, 13 Apr 2014 11:50:23 +0200 (CEST)
From: Bartek Rutkowski <ports@robakdesign.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fmysh@iijmio-mail.jp
Subject: [PATCH] devel/py-pyshapelib: staging
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fmysh@iijmio-mail.jp

>Number:         188546
>Category:       ports
>Synopsis:       [PATCH] devel/py-pyshapelib: staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 10:00:00 UTC 2014
>Closed-Date:    Tue Apr 15 01:31:15 UTC 2014
>Last-Modified:  Tue Apr 15 01:40:01 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 portint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pyshapelib/0.3/

Port maintainer (fmysh@iijmio-mail.jp) is cc'd.

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

--- py-pyshapelib-0.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351193)
+++ Makefile	(working copy)
@@ -12,6 +12,8 @@
 MAINTAINER=	fmysh@iijmio-mail.jp
 COMMENT=	Python bindings for Shapelib
 
+LICENSE=	LGPL20
+
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 
@@ -21,22 +23,21 @@
 PORTDOCS=	NEWS README
 PORTEXAMPLES=	pytest.py
 
-NO_STAGE=	yes
 post-extract:
 	${LN} -s ${WRKDIR}/${SHAPELIB} ${WRKDIR}/shapelib
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
-	${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
 .if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for f in ${PORTEXAMPLES}
-	${INSTALL_DATA} ${WRKSRC}/$f ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 .endif
 
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 351193)
+++ pkg-descr	(working copy)
@@ -1,4 +1,3 @@
-
 Python bindings for Shapelib
 ============================
 
--- py-pyshapelib-0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 13 10:00:06 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188546 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 13 10:00:08 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fmysh@iijmio-mail.jp
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/188546: [PATCH] devel/py-pyshapelib: staging
Date: Sun, 13 Apr 2014 10:00:07 UT

 Maintainer of devel/py-pyshapelib,
 
 Please note that PR ports/188546 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188546
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Tue Apr 15 01:31:14 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188546: commit references a PR
Date: Tue, 15 Apr 2014 01:30:56 +0000 (UTC)

 Author: swills
 Date: Tue Apr 15 01:30:51 2014
 New Revision: 351300
 URL: http://svnweb.freebsd.org/changeset/ports/351300
 QAT: https://qat.redports.org/buildarchive/r351300/
 
 Log:
   - Stage
   
   PR:		ports/188546
   Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
   Approved by:	portmgr@ (blanket)
 
 Modified:
   head/devel/py-pyshapelib/Makefile
   head/devel/py-pyshapelib/pkg-descr
 
 Modified: head/devel/py-pyshapelib/Makefile
 ==============================================================================
 --- head/devel/py-pyshapelib/Makefile	Tue Apr 15 01:28:15 2014	(r351299)
 +++ head/devel/py-pyshapelib/Makefile	Tue Apr 15 01:30:51 2014	(r351300)
 @@ -12,6 +12,8 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:py
  MAINTAINER=	fmysh@iijmio-mail.jp
  COMMENT=	Python bindings for Shapelib
  
 +LICENSE=	LGPL20
 +
  USE_PYTHON=		yes
  USE_PYDISTUTILS=	yes
  
 @@ -21,22 +23,21 @@ USE_LDCONFIG=	yes
  PORTDOCS=	NEWS README
  PORTEXAMPLES=	pytest.py
  
 -NO_STAGE=	yes
  post-extract:
  	${LN} -s ${WRKDIR}/${SHAPELIB} ${WRKDIR}/shapelib
  
  post-install:
  .if !defined(NOPORTDOCS)
 -	${MKDIR} ${DOCSDIR}
 +	${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for f in ${PORTDOCS}
 -	${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR}
 +	${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
  .endfor
  .endif
  
  .if !defined(NOPORTEXAMPLES)
 -	${MKDIR} ${EXAMPLESDIR}
 +	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
  .for f in ${PORTEXAMPLES}
 -	${INSTALL_DATA} ${WRKSRC}/$f ${EXAMPLESDIR}
 +	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}
  .endfor
  .endif
  
 
 Modified: head/devel/py-pyshapelib/pkg-descr
 ==============================================================================
 --- head/devel/py-pyshapelib/pkg-descr	Tue Apr 15 01:28:15 2014	(r351299)
 +++ head/devel/py-pyshapelib/pkg-descr	Tue Apr 15 01:30:51 2014	(r351300)
 @@ -1,4 +1,3 @@
 -
  Python bindings for Shapelib
  ============================
  
 _______________________________________________
 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:
