Index: UPDATING =================================================================== --- UPDATING +++ UPDATING @@ -5,6 +5,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170523: + 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 Index: sysutils/dsbmd/Makefile =================================================================== --- sysutils/dsbmd/Makefile +++ 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 @@ 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 Index: sysutils/dsbmd/distinfo =================================================================== --- sysutils/dsbmd/distinfo +++ 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