From owner-svn-ports-head@freebsd.org Fri Oct 21 18:59:02 2016 Return-Path: Delivered-To: svn-ports-head@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 5421CC1B292; Fri, 21 Oct 2016 18:59:02 +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 241E4825; Fri, 21 Oct 2016 18:59:02 +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 u9LIx1DS021901; Fri, 21 Oct 2016 18:59:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LIx1V7021899; Fri, 21 Oct 2016 18:59:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610211859.u9LIx1V7021899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 21 Oct 2016 18:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424435 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 21 Oct 2016 18:59:02 -0000 Author: marino Date: Fri Oct 21 18:59:00 2016 New Revision: 424435 URL: https://svnweb.freebsd.org/changeset/ports/424435 Log: ports-mgmt/synth: Upgrade version 1.62 => 1.63 Fix web report regression caused by cleaning of history files. The history files were being removed too late. Any ignored/skipped files erased after writing (but would return with first built/failed port). If more than 500 ports were ignored+skipped, the web report would fail to show the history completely and would not recover. The old history files are now removed before the ignore/skip cascades. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Fri Oct 21 18:24:16 2016 (r424434) +++ head/ports-mgmt/synth/Makefile Fri Oct 21 18:59:00 2016 (r424435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.62 +PORTVERSION= 1.63 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Fri Oct 21 18:24:16 2016 (r424434) +++ head/ports-mgmt/synth/distinfo Fri Oct 21 18:59:00 2016 (r424435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476969671 -SHA256 (jrmarino-synth-v1.62_GH0.tar.gz) = 832a2fa37b1ecf8f57477db7375f939b1b0fe498b35eda0ad5526fb2e8c36fe2 -SIZE (jrmarino-synth-v1.62_GH0.tar.gz) = 125399 +TIMESTAMP = 1477023705 +SHA256 (jrmarino-synth-v1.63_GH0.tar.gz) = 2e553dbea36b2bdf6363c7a5c71d5ca802c869ccf9b1cdaa2deed342944db560 +SIZE (jrmarino-synth-v1.63_GH0.tar.gz) = 125459