Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 21:22:42 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345151 - in head/devel/rclint: . files
Message-ID:  <201402192122.s1JLMg26073505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Wed Feb 19 21:22:42 2014
New Revision: 345151
URL: http://svnweb.freebsd.org/changeset/ports/345151
QAT: https://qat.redports.org/buildarchive/r345151/

Log:
  Used versioned Python binary because the symlink isn't installed by default
  any more.
  
  Pointed out by:	feld

Modified:
  head/devel/rclint/Makefile
  head/devel/rclint/files/rclint.in

Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile	Wed Feb 19 21:17:20 2014	(r345150)
+++ head/devel/rclint/Makefile	Wed Feb 19 21:22:42 2014	(r345151)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rclint
 PORTVERSION=	0.0.6
+PORTREVISION=	1
 CATEGORIES=	devel textproc python
 MASTER_SITES=	http://www.bayofrum.net/dist/rclint/	\
 		LOCAL/crees/
@@ -12,8 +13,9 @@ COMMENT=	Checks rc scripts for style and
 LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
-USE_PYTHON=	yes
+USE_PYTHON_RUN=	yes
 SUB_FILES=	${PORTNAME}
+SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	${PORTNAME}.py errors.en

Modified: head/devel/rclint/files/rclint.in
==============================================================================
--- head/devel/rclint/files/rclint.in	Wed Feb 19 21:17:20 2014	(r345150)
+++ head/devel/rclint/files/rclint.in	Wed Feb 19 21:22:42 2014	(r345151)
@@ -3,4 +3,4 @@
 # $FreeBSD$
 #
 
-exec python %%DATADIR%%/rclint.py ${1+"$@"}
+exec %%PYTHON_CMD%% %%DATADIR%%/rclint.py ${1+"$@"}



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