svn commit: r345151 - in head/devel/rclint: . files

Chris Rees crees at FreeBSD.org
Wed Feb 19 21:22:43 UTC 2014


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+"$@"}


More information about the svn-ports-head mailing list