From nobody@FreeBSD.org  Tue Jan  7 14:21:50 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 5D6B8339
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Jan 2014 14:21:50 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4A9AA1CD1
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Jan 2014 14:21:50 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s07ELo33037745
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 7 Jan 2014 14:21:50 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s07ELoL5037739;
	Tue, 7 Jan 2014 14:21:50 GMT
	(envelope-from nobody)
Message-Id: <201401071421.s07ELoL5037739@oldred.freebsd.org>
Date: Tue, 7 Jan 2014 14:21:50 GMT
From: Max Brazhnikov <makc@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: textproc/py-rdflib: fix plist
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185553
>Category:       ports
>Synopsis:       textproc/py-rdflib: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 07 14:30:00 UTC 2014
>Closed-Date:    Wed Jan 08 11:08:33 UTC 2014
>Last-Modified:  Wed Jan  8 11:10:01 UTC 2014
>Originator:     Max Brazhnikov
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:
- Support staging
- Fix plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: py-rdflib/Makefile
===================================================================
--- py-rdflib/Makefile	(revision 339005)
+++ py-rdflib/Makefile	(working copy)
@@ -17,7 +17,6 @@
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
 
Index: py-rdflib/pkg-plist
===================================================================
--- py-rdflib/pkg-plist	(revision 339005)
+++ py-rdflib/pkg-plist	(working copy)
@@ -1,3 +1,8 @@
+bin/csv2rdf
+bin/rdf2dot
+bin/rdfgraphisomorpishm
+bin/rdfpipe
+bin/rdfs2dot
 %%PYTHON_SITELIBDIR%%/rdflib/__init__.py
 %%PYTHON_SITELIBDIR%%/rdflib/__init__.pyc
 %%PYTHON_SITELIBDIR%%/rdflib/__init__.pyo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 7 14: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=185553 
Responsible-Changed-From-To: freebsd-python->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Wed Jan 8 11:08:20 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185553 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Wed Jan 8 11:08:32 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185553: commit references a PR
Date: Wed,  8 Jan 2014 11:08:36 +0000 (UTC)

 Author: wg
 Date: Wed Jan  8 11:08:29 2014
 New Revision: 339090
 URL: http://svnweb.freebsd.org/changeset/ports/339090
 
 Log:
   textproc/py-rdflib: support stage and fix plist
   
   PR:		ports/185553
   Submitted by:	makc
 
 Deleted:
   head/textproc/py-rdflib/pkg-plist
 Modified:
   head/textproc/py-rdflib/Makefile
 
 Modified: head/textproc/py-rdflib/Makefile
 ==============================================================================
 --- head/textproc/py-rdflib/Makefile	Wed Jan  8 11:06:04 2014	(r339089)
 +++ head/textproc/py-rdflib/Makefile	Wed Jan  8 11:08:29 2014	(r339090)
 @@ -14,11 +14,9 @@ LICENSE=	BSD
  
  RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate
  
 -USE_PYTHON=	-2.7
 +USE_PYTHON=	2
  USE_PYDISTUTILS=yes
 +PYDISTUTILS_AUTOPLIST=	yes
  
 -NO_STAGE=	yes
 -post-patch:
 -	@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
  
  .include <bsd.port.mk>
 _______________________________________________
 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:
