Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 10:03:53 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r546259 - branches/2020Q3/sysutils/dsbmd
Message-ID:  <202008261003.07QA3rXq022206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Aug 26 10:03:53 2020
New Revision: 546259
URL: https://svnweb.freebsd.org/changeset/ports/546259

Log:
  MFH: r546258
  
  sysutils/dsbmd: Update to 1.11
  
  ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html
  
   * A bug has been fixed where DSBMD exits with an error when the user tries to
     mount a smartphone after a previously failed attempt.
  
   * Command functions now run in a thread so that time-limit exceeding commands
     executing an uninterruptible system call will not block the daemon.
  
  PR:	248915
  Submitted by:	mk@nic-nac-project.org (maintainer)
  
  Approved by:	ports-secteam (blanket, runtime fix)

Modified:
  branches/2020Q3/sysutils/dsbmd/Makefile
  branches/2020Q3/sysutils/dsbmd/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/sysutils/dsbmd/Makefile
==============================================================================
--- branches/2020Q3/sysutils/dsbmd/Makefile	Wed Aug 26 10:00:26 2020	(r546258)
+++ branches/2020Q3/sysutils/dsbmd/Makefile	Wed Aug 26 10:03:53 2020	(r546259)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dsbmd
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	sysutils
 MASTER_SITES=	http://freeshell.de/~mk/download/
 
@@ -16,18 +16,20 @@ USES=		tar:tgz
 
 USE_RC_SUBR=	dsbmd
 
+PLIST_FILES=	"@sample etc/dsbmd.conf.sample" \
+		libexec/dsbmd
+
 PORTDOCS=	readme.mdoc
-PLIST_FILES=	libexec/dsbmd "@sample etc/dsbmd.conf.sample"
 
 OPTIONS_DEFINE=		DOCS EXFAT EXT4 HFS LKL MTP NTFS PTP
 OPTIONS_DEFAULT=	EXT4 MTP NTFS PTP
 
-EXFAT_DESC=		exFAT filesystem support
-EXT4_DESC=		Ext4 filesystem support
-HFS_DESC=		HFS+ support
-LKL_DESC=		Btrfs and XFS support through Linux Kernel Library
-NTFS_DESC=		Mount NTFS filesystems with read and write support
-PTP_DESC=		Picture Transfer Protocol support
+EXFAT_DESC=	exFAT filesystem support
+EXT4_DESC=	Ext4 filesystem support
+HFS_DESC=	HFS+ support
+LKL_DESC=	Btrfs and XFS support through Linux Kernel Library
+NTFS_DESC=	Mount NTFS filesystems with read and write support
+PTP_DESC=	Picture Transfer Protocol support
 
 EXFAT_RUN_DEPENDS=	mount.exfat:sysutils/fusefs-exfat
 EXT4_RUN_DEPENDS=	fuse-ext2:sysutils/fusefs-ext2

Modified: branches/2020Q3/sysutils/dsbmd/distinfo
==============================================================================
--- branches/2020Q3/sysutils/dsbmd/distinfo	Wed Aug 26 10:00:26 2020	(r546258)
+++ branches/2020Q3/sysutils/dsbmd/distinfo	Wed Aug 26 10:03:53 2020	(r546259)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577347644
-SHA256 (dsbmd-1.10.tgz) = 549c6dac4a36a931d255d48ae1b143b3a5ea5f5966ab646ae680a9a2e8482100
-SIZE (dsbmd-1.10.tgz) = 51952
+TIMESTAMP = 1598387373
+SHA256 (dsbmd-1.11.tgz) = 310515cbf422b71bfe1bd20c785314be47da29c8b65a2eee393702e7ffa75d47
+SIZE (dsbmd-1.11.tgz) = 52908



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