Index: head/sysutils/dsbmd/Makefile =================================================================== --- head/sysutils/dsbmd/Makefile (revision 555642) +++ head/sysutils/dsbmd/Makefile (revision 555643) @@ -1,42 +1,42 @@ # Created by: Marcel Kaiser # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.11 +PORTVERSION= 1.11.1 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ MAINTAINER= mk@nic-nac-project.org COMMENT= Media mounting daemon LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:tgz USE_RC_SUBR= dsbmd PLIST_FILES= "@sample etc/dsbmd.conf.sample" \ libexec/dsbmd PORTDOCS= readme.mdoc 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_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat EXT4_RUN_DEPENDS= fuse-ext2:sysutils/fusefs-ext2 HFS_RUN_DEPENDS= hfsfuse:sysutils/fusefs-hfsfuse LKL_RUN_DEPENDS= lklfuse:sysutils/fusefs-lkl MTP_RUN_DEPENDS= jmtpfs:sysutils/fusefs-jmtpfs NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs .include Index: head/sysutils/dsbmd/distinfo =================================================================== --- head/sysutils/dsbmd/distinfo (revision 555642) +++ head/sysutils/dsbmd/distinfo (revision 555643) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598387373 -SHA256 (dsbmd-1.11.tgz) = 310515cbf422b71bfe1bd20c785314be47da29c8b65a2eee393702e7ffa75d47 -SIZE (dsbmd-1.11.tgz) = 52908 +TIMESTAMP = 1605539241 +SHA256 (dsbmd-1.11.1.tgz) = 5107e082748101727b233bf88ffd807733dea55043b148cd511d0963bfa05528 +SIZE (dsbmd-1.11.1.tgz) = 53275 Index: head/sysutils/dsbmd/pkg-descr =================================================================== --- head/sysutils/dsbmd/pkg-descr (revision 555642) +++ head/sysutils/dsbmd/pkg-descr (revision 555643) @@ -1,11 +1,11 @@ DSBMD is a media/filesystem type detecting daemon that allows clients to mount storage devices. DSBMD watches the mount table for changes, monitors devd events for new storage devices, polls CD/DVD drives and card readers for media change events, deter- mines media types, volume names, and filesystem types. Mountable devices, changes in the mount table as well as device add/remove events and altered states of mountable devices are presented to clients. Clients can request DSBMD to mount, unmount, and eject media, or set the CD/DVD reading speed. -WWW: http://freeshell.de/~mk/projects/dsbmd.html +WWW: https://freeshell.de/~mk/projects/dsbmd.html