Date: Tue, 30 May 2017 01:08:08 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442040 - in head: . sysutils/dsbmd Message-ID: <201705300108.v4U188eG024661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Tue May 30 01:08:08 2017 New Revision: 442040 URL: https://svnweb.freebsd.org/changeset/ports/442040 Log: 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 Modified: head/UPDATING head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 30 00:49:10 2017 (r442039) +++ head/UPDATING Tue May 30 01:08:08 2017 (r442040) @@ -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 Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Tue May 30 00:49:10 2017 (r442039) +++ head/sysutils/dsbmd/Makefile Tue May 30 01:08:08 2017 (r442040) @@ -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> Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Tue May 30 00:49:10 2017 (r442039) +++ head/sysutils/dsbmd/distinfo Tue May 30 01:08:08 2017 (r442040) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300108.v4U188eG024661>