Skip site navigation (1)Skip section navigation (2)
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:   ports/184390: [PATCH] textproc/cdiff: fix package with python3
Message-ID:  <20131130100509.DB745339D@sunpoet.net>
Resent-Message-ID: <201311301010.rAUAA0Qf048041@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184390
>Category:       ports
>Synopsis:       [PATCH] textproc/cdiff: fix package with python3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 30 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131130100509.DB745339D>