Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 15:21:56 +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: r425748 - head/ports-mgmt/synth
Message-ID:  <201611081521.uA8FLuwA061979@repo.freebsd.org>

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



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