Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 10:33:30 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488308 - head/sysutils/dsbmd
Message-ID:  <201812251033.wBPAXU7K047679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Dec 25 10:33:30 2018
New Revision: 488308
URL: https://svnweb.freebsd.org/changeset/ports/488308

Log:
  sysutils/dsbmd: Update to 1.7
  
  - Add option for HFS+ support via sysutils/fusefs-hfsfuse
  
  Changes:	https://freeshell.de/~mk/projects/dsbmd-relnotes.html
  PR:		234107
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Modified:
  head/sysutils/dsbmd/Makefile
  head/sysutils/dsbmd/distinfo

Modified: head/sysutils/dsbmd/Makefile
==============================================================================
--- head/sysutils/dsbmd/Makefile	Tue Dec 25 10:19:38 2018	(r488307)
+++ head/sysutils/dsbmd/Makefile	Tue Dec 25 10:33:30 2018	(r488308)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dsbmd
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://freeshell.de/~mk/download/
 
@@ -19,17 +19,19 @@ USE_RC_SUBR=	dsbmd
 PORTDOCS=	readme.mdoc
 PLIST_FILES=	libexec/dsbmd "@sample etc/dsbmd.conf.sample"
 
-OPTIONS_DEFINE=		DOCS EXFAT EXT4 LKL MTP NTFS PTP
+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=	simple-mtpfs:sysutils/fusefs-simple-mtpfs
 NTFS_RUN_DEPENDS=	ntfs-3g:sysutils/fusefs-ntfs

Modified: head/sysutils/dsbmd/distinfo
==============================================================================
--- head/sysutils/dsbmd/distinfo	Tue Dec 25 10:19:38 2018	(r488307)
+++ head/sysutils/dsbmd/distinfo	Tue Dec 25 10:33:30 2018	(r488308)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540233172
-SHA256 (dsbmd-1.6.tgz) = 4f965bcbb71bfcb5ee960126033e33c8fbda1562e1f8f2b0800ea3093d07680d
-SIZE (dsbmd-1.6.tgz) = 50623
+TIMESTAMP = 1545007950
+SHA256 (dsbmd-1.7.tgz) = 09b92451e0980a40c06d1b409ccf21f569338c91cbaf62dcb15d8b63f10a7758
+SIZE (dsbmd-1.7.tgz) = 51022



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251033.wBPAXU7K047679>