mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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.
This commit is contained in:
parent
936c5194fd
commit
78ef0cfc02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425748
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= synth
|
||||
PORTVERSION= 1.64a
|
||||
PORTVERSION= 1.65
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user