From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 13:59:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FD525FE; Sat, 1 Mar 2014 13:59:39 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC0E17DD; Sat, 1 Mar 2014 13:59:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21Dxdj4089694; Sat, 1 Mar 2014 13:59:39 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21DxdMk089693; Sat, 1 Mar 2014 13:59:39 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201403011359.s21DxdMk089693@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Mar 2014 13:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346622 - head/devel/scons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 13:59:39 -0000 Author: koobs Date: Sat Mar 1 13:59:38 2014 New Revision: 346622 URL: http://svnweb.freebsd.org/changeset/ports/346622 QAT: https://qat.redports.org/buildarchive/r346622/ Log: devel/scons: Add LICENSE, Fix depends, pet portlint - Add LICENSE (MIT) Fix: - FATAL: Makefile: [21]: contiguous blank lines (> 1 lines) found. - Unecessary RUN_DEPENDS on python2 (has USE_PYTHON=2) - Remove duplicate USE_PYTHON=yes (scons is for 2.x only) Reviewed by: antoine Approved by: portmgr (blanket) Modified: head/devel/scons/Makefile Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Sat Mar 1 13:57:00 2014 (r346621) +++ head/devel/scons/Makefile Sat Mar 1 13:59:38 2014 (r346622) @@ -9,17 +9,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= gavin@16degrees.com.au COMMENT= Build tool alternative to make -RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 +LICENSE= MIT -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes PLIST_SUB+= SCONS_VER=${PORTVERSION} -USE_PYTHON= 2 - - post-patch: @${REINPLACE_CMD} \ -e 's,distutils\.command\.install$$,setuptools\.command\.install,' \