Bug 184390 - [PATCH] textproc/cdiff: fix package with python3
Summary: [PATCH] textproc/cdiff: fix package with python3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-30 10:10 UTC by Po-Chuan Hsieh
Modified: 2013-12-02 13:30 UTC (History)
1 user (show)

See Also:


Attachments
cdiff-0.9.3_1,1.patch (745 bytes, patch)
2013-11-30 10:10 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-30 10:10:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-30 10:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-02 13:27:26 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"
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2013-12-02 13:28:12 UTC
State Changed
From-To: open->closed

Committed, thanks!