Date: Sun, 11 Feb 2018 20:06:20 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461526 - head/sysutils/dsbmd Message-ID: <201802112006.w1BK6Klx021596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Feb 11 20:06:20 2018 New Revision: 461526 URL: https://svnweb.freebsd.org/changeset/ports/461526 Log: Update sysutils/dsbmd to 1.2 Changes - An unmount_on_exit variable has been added. It controls whether and how a filesystem mounted by DSBMD shall be unmounted on exit. - A bug where md, ada and mmcsd devices were not detected (introduced in version 1.0) has been fixed. - A bug where a mounted daX (X > 0) device was not detected on startup has been fixed. PR: 225825 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Modified: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Sun Feb 11 20:05:37 2018 (r461525) +++ head/sysutils/dsbmd/Makefile Sun Feb 11 20:06:20 2018 (r461526) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Sun Feb 11 20:05:37 2018 (r461525) +++ head/sysutils/dsbmd/distinfo Sun Feb 11 20:06:20 2018 (r461526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517050210 -SHA256 (dsbmd-1.1.tgz) = 1456f8bb283db711d7f77a6c86b273d7d9d860b2d4d284fff055db4ff7453d66 -SIZE (dsbmd-1.1.tgz) = 48270 +TIMESTAMP = 1518358429 +SHA256 (dsbmd-1.2.tgz) = 523f553e3ef20c98e91a41f6665f77aeb3f6fe4d5e60017fd3ecf802502298c2 +SIZE (dsbmd-1.2.tgz) = 48693
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802112006.w1BK6Klx021596>