From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 16:01:38 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 6F927ECA for ; Sat, 1 Mar 2014 16:01:38 +0000 (UTC) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA78D16C2 for ; Sat, 1 Mar 2014 16:01:37 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id mc6so3472094lab.8 for ; Sat, 01 Mar 2014 08:01:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=7xOZ+gvIdBDPFhVwF7s9dFWtBuTDmVrpVZfR2ObLUbE=; b=CZC1mYcvHIEC1Oqr+KJehCDImglAu/kI2uMaZJUr7BtY7HPvQXR+B1x0lJvgnLl/mh gm7A7epOvW5IOYSnVm1Sb6BuZ4B1TN0/+giXhn/RsUyCJWBa4WZ78wqPJO+UuCVl4dvP rNEH/V25MEo29IyD1cxVcb5zXMCYrZ9lZmvCOdPZ1iVcahoZq296FX+Hw115n0rE85ET PhyjvpLGdGnXrwgvDerc8zZIST/FYHML448FdO/SgrOdO7p2dc7c/Qbat7PFuqHH0W33 I1kwWIfmTpbm5Q9H00kESdF/Lh4l2V+s2JXbq2hf3hvKkomCn2Om5Jj3sl2CNwUdhi09 GEhw== X-Gm-Message-State: ALoCoQnvJLqaqM2f9ic1uh07Tu69m+5WJO5ehuCYXGVRJUOJhEkXJ0xwrBINg2h9ro23NtW9K9XJ X-Received: by 10.152.121.40 with SMTP id lh8mr14785803lab.37.1393689689551; Sat, 01 Mar 2014 08:01:29 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.2.200 with HTTP; Sat, 1 Mar 2014 08:01:09 -0800 (PST) In-Reply-To: <201403011359.s21DxdMk089693@svn.freebsd.org> References: <201403011359.s21DxdMk089693@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Mar 2014 00:01:09 +0800 X-Google-Sender-Auth: dbw-fAoNyt71XbBNR_dPhzjYNWs Message-ID: Subject: Re: svn commit: r346622 - head/devel/scons To: Kubilay Kocak Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers 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 16:01:38 -0000 On Sat, Mar 1, 2014 at 9:59 PM, Kubilay Kocak wrote: > 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) > Then I could close ports/187167. :) Regards, sunpoet