Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 18:59:01 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424435 - head/ports-mgmt/synth
Message-ID:  <201610211859.u9LIx1V7021899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610211859.u9LIx1V7021899>