From owner-svn-ports-all@freebsd.org Sun Feb 11 20:06:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54A22F13857; Sun, 11 Feb 2018 20:06:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E56E46897E; Sun, 11 Feb 2018 20:06:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0524278E3; Sun, 11 Feb 2018 20:06:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1BK6KgS021598; Sun, 11 Feb 2018 20:06:20 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1BK6Klx021596; Sun, 11 Feb 2018 20:06:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201802112006.w1BK6Klx021596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 11 Feb 2018 20:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461526 - head/sysutils/dsbmd X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/sysutils/dsbmd X-SVN-Commit-Revision: 461526 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 20:06:21 -0000 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 (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