aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-08-26 10:03:53 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-08-26 10:03:53 +0000
commitfb52419b7afffe0226d95b7a4ce9e08754392549 (patch)
tree3bc5b49c13fc37d4a70a3b8041e9fcd6e6061183 /sysutils
parent92405e8551cbc7d0399c49b0fd5753278c88267d (diff)
downloadports-fb52419b7afffe0226d95b7a4ce9e08754392549.tar.gz
ports-fb52419b7afffe0226d95b7a4ce9e08754392549.zip
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)
Notes
Notes: svn path=/branches/2020Q3/; revision=546259
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dsbmd/Makefile18
-rw-r--r--sysutils/dsbmd/distinfo6
2 files changed, 13 insertions, 11 deletions
diff --git a/sysutils/dsbmd/Makefile b/sysutils/dsbmd/Makefile
index 4e96d836a06a..3a360721b869 100644
--- a/sysutils/dsbmd/Makefile
+++ b/sysutils/dsbmd/Makefile
@@ -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
diff --git a/sysutils/dsbmd/distinfo b/sysutils/dsbmd/distinfo
index 8e3575c834e2..27535fad2ce5 100644
--- a/sysutils/dsbmd/distinfo
+++ b/sysutils/dsbmd/distinfo
@@ -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