aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-05-30 01:08:08 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-05-30 01:08:08 +0000
commit9a8f2cdae9c913c801504cc09ceac125f31600ae (patch)
tree07d8bf4f8614e8fcd2aa28ceb0b0ec1be0a4f831
parentfd2c672f371bdc42d1ac910bcfa066108e4eb53e (diff)
downloadports-9a8f2cdae9c913c801504cc09ceac125f31600ae.tar.gz
ports-9a8f2cdae9c913c801504cc09ceac125f31600ae.zip
sysutils/dsbmd: Update to 0.3
Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 219479 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10963
Notes
Notes: svn path=/head/; revision=442040
-rw-r--r--UPDATING8
-rw-r--r--sysutils/dsbmd/Makefile16
-rw-r--r--sysutils/dsbmd/distinfo5
3 files changed, 23 insertions, 6 deletions
diff --git a/UPDATING b/UPDATING
index 9fc056bb71f8..54b290c4446d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20170529:
+ AFFECTS: users of sysutils/dsbmd
+ AUTHOR: mk@freeshell.de
+
+ Due to new configuration variables and semantic changes, users of dsbmd
+ version 0.2 and earlier should consider recreating their dsbmd.conf from
+ the new dsbmd.conf.sample.
+
20170518:
AFFECTS: users of www/yarn
AUTHOR: adamw@FreeBSD.org
diff --git a/sysutils/dsbmd/Makefile b/sysutils/dsbmd/Makefile
index 93c3140e39f9..b3d89aa58243 100644
--- a/sysutils/dsbmd/Makefile
+++ b/sysutils/dsbmd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dsbmd
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
@@ -10,15 +10,23 @@ MAINTAINER= mk@nic-nac-project.org
COMMENT= Media mounting daemon
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:tgz
USE_RC_SUBR= dsbmd
-OPTIONS_DEFINE= DOCS
-
+PORTDOCS= README
PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample"
-PORTDOCS= README
+OPTIONS_DEFINE= DOCS PTP MTP NTFS EXFAT
+OPTIONS_DEFAULT= PTP MTP NTFS
+PTP_DESC= Picture Transfer Protocol support
+NTFS_DESC= Mount NTFS filesystems with read and write support
+EXFAT_DESC= exFAT filesystem support
+PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs
+MTP_RUN_DEPENDS= simple-mtpfs:sysutils/fusefs-simple-mtpfs
+NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs
+EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat
.include <bsd.port.mk>
diff --git a/sysutils/dsbmd/distinfo b/sysutils/dsbmd/distinfo
index 9b75e0cc8e72..caec4fd7a427 100644
--- a/sysutils/dsbmd/distinfo
+++ b/sysutils/dsbmd/distinfo
@@ -1,2 +1,3 @@
-SHA256 (dsbmd-0.2.tgz) = eb5536a133ed10143b61ae27d25b6b124f88062df2a0a4c35fa5e9cfa31c67dc
-SIZE (dsbmd-0.2.tgz) = 36370
+TIMESTAMP = 1495486028
+SHA256 (dsbmd-0.3.tgz) = 9adc7af1c666cf4c944e7c44023bd8d5570f534fef0f2f666fbad04575fa794e
+SIZE (dsbmd-0.3.tgz) = 174592