Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 19:43:23 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328309 - head/textproc/codespell
Message-ID:  <201309251943.r8PJhNdn089744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Sep 25 19:43:22 2013
New Revision: 328309
URL: http://svnweb.freebsd.org/changeset/ports/328309

Log:
  Fix cluster build failure:
   - Add USE_PYTHON_RUN
   - Bump PORTREVISION
  
  Submitted by:	pkg-fallout@

Modified:
  head/textproc/codespell/Makefile

Modified: head/textproc/codespell/Makefile
==============================================================================
--- head/textproc/codespell/Makefile	Wed Sep 25 19:25:12 2013	(r328308)
+++ head/textproc/codespell/Makefile	Wed Sep 25 19:43:22 2013	(r328309)
@@ -2,6 +2,7 @@
 
 PORTNAME=	codespell
 PORTVERSION=	1.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://packages.profusion.mobi/${PORTNAME}/ \
 		https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
@@ -13,6 +14,7 @@ COMMENT=	Source code spelling checker
 LICENSE=	GPLv2
 
 USE_PYTHON=	3.1+
+USE_PYTHON_RUN=	yes
 USE_XZ=		yes
 
 PLIST_FILES=	bin/codespell



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