Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 12:28:11 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336520 - head/security/cfv
Message-ID:  <201312151228.rBFCSBp3096023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Dec 15 12:28:10 2013
New Revision: 336520
URL: http://svnweb.freebsd.org/changeset/ports/336520

Log:
  security/cfv: fix usage of python and limit to 2.x
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/security/cfv/Makefile

Modified: head/security/cfv/Makefile
==============================================================================
--- head/security/cfv/Makefile	Sun Dec 15 12:25:13 2013	(r336519)
+++ head/security/cfv/Makefile	Sun Dec 15 12:28:10 2013	(r336520)
@@ -9,9 +9,10 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
 
-USE_PYTHON=	yes
+USE_PYTHON=	2
 ALL_TARGET=	cfv.wrapper
 INSTALL_TARGET=	install-wrapper
+MAKE_ARGS=	PYTHON=${PYTHON_CMD}
 
 MAN1=	cfv.1
 



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