View | Details | Raw Unified | Return to bug 242888
Collapse All | Expand All

(-)UPDATING (+8 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20191226:
9
  AFFECTS: users of sysutils/dsbmd
10
  AUTHOR: mk@freeshell.de
11
12
  With version 1.10 dsbmd now uses sysutils/fusefs-jmtpfs for mounting
13
  MTP devices. Please adjust your dsbmd.conf or recreate it from the new
14
  dsbmd.conf.sample.
15
8
20191225:
16
20191225:
9
  AFFECTS: multimedia/libva-intel-media-driver
17
  AFFECTS: multimedia/libva-intel-media-driver
10
  AUTHOR: jbeich@FreeBSD.org
18
  AUTHOR: jbeich@FreeBSD.org
(-)sysutils/dsbmd/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dsbmd
4
PORTNAME=	dsbmd
5
PORTVERSION=	1.9
5
PORTVERSION=	1.10
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://freeshell.de/~mk/download/
7
MASTER_SITES=	http://freeshell.de/~mk/download/
8
8
Lines 33-39 Link Here
33
EXT4_RUN_DEPENDS=	fuse-ext2:sysutils/fusefs-ext2
33
EXT4_RUN_DEPENDS=	fuse-ext2:sysutils/fusefs-ext2
34
HFS_RUN_DEPENDS=	hfsfuse:sysutils/fusefs-hfsfuse
34
HFS_RUN_DEPENDS=	hfsfuse:sysutils/fusefs-hfsfuse
35
LKL_RUN_DEPENDS=	lklfuse:sysutils/fusefs-lkl
35
LKL_RUN_DEPENDS=	lklfuse:sysutils/fusefs-lkl
36
MTP_RUN_DEPENDS=	simple-mtpfs:sysutils/fusefs-simple-mtpfs
36
MTP_RUN_DEPENDS=	jmtpfs:sysutils/fusefs-jmtpfs
37
NTFS_RUN_DEPENDS=	ntfs-3g:sysutils/fusefs-ntfs
37
NTFS_RUN_DEPENDS=	ntfs-3g:sysutils/fusefs-ntfs
38
PTP_RUN_DEPENDS=	gphotofs:graphics/fusefs-gphotofs
38
PTP_RUN_DEPENDS=	gphotofs:graphics/fusefs-gphotofs
39
39
(-)sysutils/dsbmd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573162185
1
TIMESTAMP = 1577347644
2
SHA256 (dsbmd-1.9.tgz) = 742f9bafb48dbf920854b6c6651aa2ea176b9dafdde7f9ba5b624eff9bec700f
2
SHA256 (dsbmd-1.10.tgz) = 549c6dac4a36a931d255d48ae1b143b3a5ea5f5966ab646ae680a9a2e8482100
3
SIZE (dsbmd-1.9.tgz) = 51879
3
SIZE (dsbmd-1.10.tgz) = 51952

Return to bug 242888