From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 1 10:30:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 614D8FE3 for ; Sat, 1 Mar 2014 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 2824A15C0 for ; Sat, 1 Mar 2014 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s21AU1XN055271 for ; Sat, 1 Mar 2014 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21AU1fS055270; Sat, 1 Mar 2014 10:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 1 Mar 2014 10:30:01 GMT Resent-Message-Id: <201403011030.s21AU1fS055270@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh 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 6C7513E2 for ; Sat, 1 Mar 2014 10:22:06 +0000 (UTC) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C8C61475 for ; Sat, 1 Mar 2014 10:22:06 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 88F5C44A7; Sat, 1 Mar 2014 18:22:58 +0800 (CST) Message-Id: <20140301102258.88F5C44A7@sunpoet.net> Date: Sat, 1 Mar 2014 18:22:58 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187167: [PATCH] devel/scons: add license and various fixes Cc: gavin@16degrees.com.au X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 10:30:02 -0000 >Number: 187167 >Category: ports >Synopsis: [PATCH] devel/scons: add license and various fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 01 10:30:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r261402: Mon Feb 3 22:35:15 >Description: - Add LICENSE - Remove RUN_DEPENDS: lang/python2 was already added by bsd.python.mk - Remove duplicate USE_PYTHON - Use += instead of = - Remove contiguous blank lines Port maintainer (gavin@16degrees.com.au) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- scons-2.3.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 346610) +++ Makefile (working copy) @@ -9,17 +9,14 @@ 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} +PLIST_SUB= SCONS_VER=${PORTVERSION} -USE_PYTHON= 2 - - post-patch: @${REINPLACE_CMD} \ -e 's,distutils\.command\.install$$,setuptools\.command\.install,' \ --- scons-2.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: