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) MFH: 2020Q3 (runtime fix)
This commit is contained in:
parent
e678ec5056
commit
efe1309ed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546258
2 changed files with 13 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue