diff options
author | marino <marino@FreeBSD.org> | 2016-11-04 02:00:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-04 02:00:50 +0800 |
commit | d9ea6d737e138a656ad8c2a214c16bbd8ba7023c (patch) | |
tree | 6210767a56ff8b2fd8f93ca70592ab4ab1020b90 /ports-mgmt | |
parent | d204aae68df557acf7ae79ae113df5537a297680 (diff) | |
download | freebsd-ports-gnome-d9ea6d737e138a656ad8c2a214c16bbd8ba7023c.tar.gz freebsd-ports-gnome-d9ea6d737e138a656ad8c2a214c16bbd8ba7023c.tar.zst freebsd-ports-gnome-d9ea6d737e138a656ad8c2a214c16bbd8ba7023c.zip |
ports-mgmt/synth: Upgrade version 1.63 => 1.64
Change in hook behavior:
Now the initial building of pkg(8) triggers a success or failure hook
after building. Before ports-mgmt/pkg was the only port that could
never trigger these hooks. The "bulk run start" hook is triggered
afterwords as pkg(8) is a prerequisite to preparing the bulk run.
Fix potential bad unmount of /usr/src
In the case where /usr/src exists, but the profiles uses a system root
that is not "/" and doesn't have an "usr/src" subdirectory, an error
would be emitted as the unmount of the non-existant mount failed. This
uncommon use case has been fixed.
Curses display builder "Elapsed" label changed to "Duration"
This matches the format of the web-based report
DragonFly only: Support File(1) v2.0 version parsing
The output of file(1) version on DragonFly will change with version 2.0.
For example, what is now version 4.0.702 will be displayed as 4.7.2 on
newer versions of file(1). Moreover, the parsing for DragonFly 4.10+
would not have worked. Now both versions are supports and the double-
digit minor versions are properly handled as well.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/synth/pkg-descr | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 01c2f2bb3388..e1923e03edc7 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.63 +PORTVERSION= 1.64 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 8c4157c27292..12f350fa818b 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477023705 -SHA256 (jrmarino-synth-v1.63_GH0.tar.gz) = 2e553dbea36b2bdf6363c7a5c71d5ca802c869ccf9b1cdaa2deed342944db560 -SIZE (jrmarino-synth-v1.63_GH0.tar.gz) = 125459 +TIMESTAMP = 1478175616 +SHA256 (jrmarino-synth-v1.64_GH0.tar.gz) = 7c181cac1d52535e4223c907afbd6a65299af6dd6d398a28f1fe907edf477e2f +SIZE (jrmarino-synth-v1.64_GH0.tar.gz) = 125907 diff --git a/ports-mgmt/synth/pkg-descr b/ports-mgmt/synth/pkg-descr index 9c43e0dd4a93..6028f7528581 100644 --- a/ports-mgmt/synth/pkg-descr +++ b/ports-mgmt/synth/pkg-descr @@ -15,7 +15,8 @@ tree is updated: > synth upgrade-system During the building process, a curses-based display will show the status -of all the builders and the entire bulk run process. Synth is intended +of all the builders and the entire bulk run process. A dynamic and +searchable web-based report is generated simultaneously. Synth is intended to be grasped and utilized by novice users within minutes, but offers most of the same powerful features as Poudriere for the power users. Synth requires no preparation; it works immediately upon installation. |