svn commit: r328309 - head/textproc/codespell

Glen Barber gjb at FreeBSD.org
Wed Sep 25 19:43:23 UTC 2013


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


More information about the svn-ports-all mailing list