Index: head/sysutils/dsbmd/Makefile =================================================================== --- head/sysutils/dsbmd/Makefile (revision 562327) +++ head/sysutils/dsbmd/Makefile (revision 562328) @@ -1,42 +1,47 @@ # Created by: Marcel Kaiser # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 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 + +USE_GITHUB= yes +GH_ACCOUNT= mrclksr +GH_PROJECT= DSBMD + +QMAKE_ARGS= PORTS=1 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 562327) +++ head/sysutils/dsbmd/distinfo (revision 562328) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605539241 -SHA256 (dsbmd-1.11.1.tgz) = 5107e082748101727b233bf88ffd807733dea55043b148cd511d0963bfa05528 -SIZE (dsbmd-1.11.1.tgz) = 53275 +TIMESTAMP = 1611089192 +SHA256 (mrclksr-DSBMD-1.11.2_GH0.tar.gz) = 1889878b6c5c2545701bb4dae96916a8bb7fc4e7bf08a701f48de658c2a39857 +SIZE (mrclksr-DSBMD-1.11.2_GH0.tar.gz) = 53477 Index: head/sysutils/dsbmd/pkg-descr =================================================================== --- head/sysutils/dsbmd/pkg-descr (revision 562327) +++ head/sysutils/dsbmd/pkg-descr (revision 562328) @@ -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: https://freeshell.de/~mk/projects/dsbmd.html +WWW: https://github.com/mrclksr/DSBMD