svn commit: r520953 - in head: . sysutils/dsbmd
Fernando Apesteguía
fernape at FreeBSD.org
Thu Dec 26 21:09:30 UTC 2019
Author: fernape
Date: Thu Dec 26 21:09:28 2019
New Revision: 520953
URL: https://svnweb.freebsd.org/changeset/ports/520953
Log:
sysutils/dsbmd: update to 1.10
From ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html
* The fuse daemon to mount MTP devices has been changed to sysutils/fusefs-jmtpfs
(Entry added in UPDATING)
* The environment variables DSBMD_USB_UNIT and DSBMD_USB_ADDR has been added which
can be used by commands in dsbmd.conf
PR: 242888
Submitted by: mk at nic-nac-project.org (maintainer)
Modified:
head/UPDATING
head/sysutils/dsbmd/Makefile
head/sysutils/dsbmd/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu Dec 26 21:03:04 2019 (r520952)
+++ head/UPDATING Thu Dec 26 21:09:28 2019 (r520953)
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20191226:
+ AFFECTS: users of sysutils/dsbmd
+ AUTHOR: mk at freeshell.de
+
+ With version 1.10 dsbmd now uses sysutils/fusefs-jmtpfs for mounting
+ MTP devices. Please adjust your dsbmd.conf or recreate it from the new
+ dsbmd.conf.sample.
+
20191225:
AFFECTS: multimedia/libva-intel-media-driver
AUTHOR: jbeich at FreeBSD.org
Modified: head/sysutils/dsbmd/Makefile
==============================================================================
--- head/sysutils/dsbmd/Makefile Thu Dec 26 21:03:04 2019 (r520952)
+++ head/sysutils/dsbmd/Makefile Thu Dec 26 21:09:28 2019 (r520953)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dsbmd
-PORTVERSION= 1.9
+PORTVERSION= 1.10
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
@@ -33,7 +33,7 @@ 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= simple-mtpfs:sysutils/fusefs-simple-mtpfs
+MTP_RUN_DEPENDS= jmtpfs:sysutils/fusefs-jmtpfs
NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs
PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs
Modified: head/sysutils/dsbmd/distinfo
==============================================================================
--- head/sysutils/dsbmd/distinfo Thu Dec 26 21:03:04 2019 (r520952)
+++ head/sysutils/dsbmd/distinfo Thu Dec 26 21:09:28 2019 (r520953)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573162185
-SHA256 (dsbmd-1.9.tgz) = 742f9bafb48dbf920854b6c6651aa2ea176b9dafdde7f9ba5b624eff9bec700f
-SIZE (dsbmd-1.9.tgz) = 51879
+TIMESTAMP = 1577347644
+SHA256 (dsbmd-1.10.tgz) = 549c6dac4a36a931d255d48ae1b143b3a5ea5f5966ab646ae680a9a2e8482100
+SIZE (dsbmd-1.10.tgz) = 51952
More information about the svn-ports-all
mailing list