From owner-svn-ports-head@freebsd.org Sun Jun 28 17:14:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70F4898FD2A; Sun, 28 Jun 2015 17:14:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6264F1151; Sun, 28 Jun 2015 17:14:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SHEaMc025055; Sun, 28 Jun 2015 17:14:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SHEakk025054; Sun, 28 Jun 2015 17:14:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201506281714.t5SHEakk025054@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Jun 2015 17:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390800 - head/www/varnish4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 17:14:36 -0000 Author: feld Date: Sun Jun 28 17:14:35 2015 New Revision: 390800 URL: https://svnweb.freebsd.org/changeset/ports/390800 Log: use PYTHON_CMD as PYTHON_VERSION is going away eventually This will give me the same result, so it is a no-op Submitted by: antoine Modified: head/www/varnish4/Makefile Modified: head/www/varnish4/Makefile ============================================================================== --- head/www/varnish4/Makefile Sun Jun 28 17:13:40 2015 (r390799) +++ head/www/varnish4/Makefile Sun Jun 28 17:14:35 2015 (r390800) @@ -20,7 +20,7 @@ CONFLICTS= varnish-2.* varnish-3.* USES= autoreconf cpe gmake libtool pkgconfig python readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py python_OLD_CMD= /usr/bin/env python -python_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} +python_CMD= ${PYTHON_CMD} CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes