From sunpoet@sunpoet.net  Sat Nov 30 10:04:30 2013
Return-Path: <sunpoet@sunpoet.net>
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 1CBEEC6C;
	Sat, 30 Nov 2013 10:04:30 +0000 (UTC)
Received: from sunpoet.net (sunpoet.net [220.135.71.135])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E1C731713;
	Sat, 30 Nov 2013 10:04:29 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id DB745339D; Sat, 30 Nov 2013 18:05:09 +0800 (CST)
Message-Id: <20131130100509.DB745339D@sunpoet.net>
Date: Sat, 30 Nov 2013 18:05:09 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mat@FreeBSD.org
Subject: [PATCH] textproc/cdiff: fix package with python3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         184390
>Category:       ports
>Synopsis:       [PATCH] textproc/cdiff: fix package with python3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 30 10:10:00 UTC 2013
>Closed-Date:    Mon Dec 02 13:28:13 UTC 2013
>Last-Modified:  Mon Dec  2 13:30:01 UTC 2013
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov  4 17:36:04
>Description:
- Use PYDISTUTILS_AUTOPLIST
- Set value of USE_GITHUB and USE_PYTHON explicitly

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

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

--- cdiff-0.9.3_1,1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335275)
+++ Makefile	(working copy)
@@ -10,12 +10,13 @@
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	Diff readability enhancer for color terminals
 
-USE_GITHUB=
+USE_GITHUB=	yes
 GH_ACCOUNT=	ymattw
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	f85a5e2
 
-USE_PYTHON=
-USE_PYDISTUTILS=	yes
+USE_PYTHON=	yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 335275)
+++ pkg-plist	(working copy)
@@ -1,4 +0,0 @@
-bin/cdiff
-%%PYTHON_SITELIBDIR%%/cdiff.py
-%%PYTHON_SITELIBDIR%%/cdiff.pyc
-%%PYTHON_SITELIBDIR%%/cdiff.pyo
--- cdiff-0.9.3_1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 30 10:10:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184390 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Mon Dec 2 13:28:12 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184390: commit references a PR
Date: Mon,  2 Dec 2013 13:27:26 +0000 (UTC)

 Author: mat
 Date: Mon Dec  2 13:27:19 2013
 New Revision: 335484
 URL: http://svnweb.freebsd.org/changeset/ports/335484
 
 Log:
   Use PYDISTUTILS_AUTOPLIST
   
   PR:		ports/184390
   Submitted by:	sunpoet
 
 Deleted:
   head/textproc/cdiff/pkg-plist
 Modified:
   head/textproc/cdiff/Makefile
 
 Modified: head/textproc/cdiff/Makefile
 ==============================================================================
 --- head/textproc/cdiff/Makefile	Mon Dec  2 13:23:26 2013	(r335483)
 +++ head/textproc/cdiff/Makefile	Mon Dec  2 13:27:19 2013	(r335484)
 @@ -16,6 +16,7 @@ GH_TAGNAME=	${GH_COMMIT}
  GH_COMMIT=	f85a5e2
  
  USE_PYTHON=
 -USE_PYDISTUTILS=	yes
 +USE_PYDISTUTILS=
 +PYDISTUTILS_AUTOPLIST=
  
  .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:
