From owner-svn-ports-head@freebsd.org Wed Oct 2 19:51:05 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC824137F52; Wed, 2 Oct 2019 19:51:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46k6Fj47pPz3R7s; Wed, 2 Oct 2019 19:51:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 722B08D6; Wed, 2 Oct 2019 19:51:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x92Jp5mZ080256; Wed, 2 Oct 2019 19:51:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x92Jp5R7080254; Wed, 2 Oct 2019 19:51:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910021951.x92Jp5R7080254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 2 Oct 2019 19:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513618 - head/devel/scons X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/scons X-SVN-Commit-Revision: 513618 X-SVN-Commit-Repository: ports 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.29 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: Wed, 02 Oct 2019 19:51:05 -0000 Author: sunpoet Date: Wed Oct 2 19:51:04 2019 New Revision: 513618 URL: https://svnweb.freebsd.org/changeset/ports/513618 Log: Update to 3.1.1 Changes: https://scons.org/tag/releases.html https://github.com/SCons/scons/blob/master/src/CHANGES.txt PR: 240584 Exp-run by: antoine Modified: head/devel/scons/Makefile head/devel/scons/distinfo Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Wed Oct 2 19:50:04 2019 (r513617) +++ head/devel/scons/Makefile Wed Oct 2 19:51:04 2019 (r513618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scons -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.1 CATEGORIES= devel python MASTER_SITES= SF @@ -15,17 +15,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= gm4:devel/m4 USES= python:2.7 shebangfix -SHEBANG_FILES= script/scons* -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + NO_ARCH= yes PLIST_SUB= SCONS_VER=${PORTVERSION} +SHEBANG_FILES= script/scons* + post-patch: - @${REINPLACE_CMD} \ - -e 's,distutils\.command\.install$$,setuptools\.command\.install,' \ - -e 's,distutils\.command\.install\.,setuptools\.command\.install\.,' \ - ${WRKSRC}/setup.py - @${FIND} ${WRKSRC} -name \*.orig -delete + @${REINPLACE_CMD} -e 's|distutils\(\.command\.install\)$$|setuptools\1|; s|distutils\(\.command\.install\.\)|setuptools\1|' ${WRKSRC}/setup.py + @${FIND} ${WRKSRC} -name '*.orig' -delete .include Modified: head/devel/scons/distinfo ============================================================================== --- head/devel/scons/distinfo Wed Oct 2 19:50:04 2019 (r513617) +++ head/devel/scons/distinfo Wed Oct 2 19:51:04 2019 (r513618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512777361 -SHA256 (scons-3.0.1.tar.gz) = 24475e38d39c19683bc88054524df018fe6949d70fbd4c69e298d39a0269f173 -SIZE (scons-3.0.1.tar.gz) = 634815 +TIMESTAMP = 1565351399 +SHA256 (scons-3.1.1.tar.gz) = 4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5 +SIZE (scons-3.1.1.tar.gz) = 663878