From owner-svn-ports-all@freebsd.org Tue Nov 8 15:21:57 2016 Return-Path: Delivered-To: svn-ports-all@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 82FD9C36005; Tue, 8 Nov 2016 15:21:57 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 3988DF2D; Tue, 8 Nov 2016 15:21:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8FLuaf061981; Tue, 8 Nov 2016 15:21:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8FLuwA061979; Tue, 8 Nov 2016 15:21:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611081521.uA8FLuwA061979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 8 Nov 2016 15:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425748 - head/ports-mgmt/synth 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.23 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: Tue, 08 Nov 2016 15:21:57 -0000 Author: marino Date: Tue Nov 8 15:21:56 2016 New Revision: 425748 URL: https://svnweb.freebsd.org/changeset/ports/425748 Log: ports-mgmt/synth: Upgrade version 1.64 => 1.65 Skip new "base" category during ports scanning The new base category was never meant to be part of the build so the category makefile was intentionally left off so poudriere and friends would skip it. Unfortunately, this idea didn't account for Synth which has a different behavior: If no category makefile exists, *ALL* subdirectories are scanned instead of none of them. (DPorts doesn't use category Makefiles because by definition all ports are valid; there are no "unhooked" ones) The proper solution would be to include a practically blank ports/head/base/Makefile to maintain consistency with the rest of the ports categories, but synth now actively excludes the base category. Change name of 05 log The command output log name has changed from "05_abnormal_cmd.out" to "05_abnormal_command_output.log". The former tended to be considered a binary file by webservers and would download rather than display. Final tally added to end of main 00_last_results.log file At the end of a bulk run, the final tally (queue size, built, failed, skipped, ignored) would be displayed in curses mode. This change adds the same useful information to the end the main bulk run log. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Nov 8 15:15:42 2016 (r425747) +++ head/ports-mgmt/synth/Makefile Tue Nov 8 15:21:56 2016 (r425748) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.64a +PORTVERSION= 1.65 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Nov 8 15:15:42 2016 (r425747) +++ head/ports-mgmt/synth/distinfo Tue Nov 8 15:21:56 2016 (r425748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478177289 -SHA256 (jrmarino-synth-v1.64a_GH0.tar.gz) = ba3c204a90b7fbe067197877323106f7deca6beb16ae37173aa2039cac07f37e -SIZE (jrmarino-synth-v1.64a_GH0.tar.gz) = 125902 +TIMESTAMP = 1478540657 +SHA256 (jrmarino-synth-v1.65_GH0.tar.gz) = 2a7ffa0e2929ea08ccb3bdd469cbd017f85da04f106839359ed919041daeca4f +SIZE (jrmarino-synth-v1.65_GH0.tar.gz) = 125987