View | Details | Raw Unified | Return to bug 219479 | Differences between
and this patch

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
20170523:
9
  AFFECTS: users of sysutils/dsbmd
10
  AUTHOR: mk@freeshell.de
11
12
  Due to new configuration variables and semantic changes, users of dsbmd
13
  version 0.2 and earlier should consider recreating their dsbmd.conf from
14
  the new dsbmd.conf.sample.
15
8
20170518:
16
20170518:
9
  AFFECTS: users of www/yarn
17
  AFFECTS: users of www/yarn
10
  AUTHOR: adamw@FreeBSD.org
18
  AUTHOR: adamw@FreeBSD.org
(-)sysutils/dsbmd/Makefile (-4 / +11 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dsbmd
4
PORTNAME=	dsbmd
5
PORTVERSION=	0.2
5
PORTVERSION=	0.3
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 15-24 Link Here
15
15
16
USE_RC_SUBR=	dsbmd
16
USE_RC_SUBR=	dsbmd
17
17
18
OPTIONS_DEFINE=	DOCS
18
PORTDOCS=	README
19
20
PLIST_FILES=	libexec/dsbmd "@sample etc/dsbmd.conf.sample"
19
PLIST_FILES=	libexec/dsbmd "@sample etc/dsbmd.conf.sample"
21
20
22
PORTDOCS=	README
21
OPTIONS_DEFINE=		DOCS PTP MTP NTFS EXFAT
22
OPTIONS_DEFAULT=	PTP MTP NTFS
23
PTP_DESC=		Picture Transfer Protocol support
24
NTFS_DESC=		Mount NTFS filesystems with read and write support
25
EXFAT_DESC=		exFAT filesystem support
26
PTP_RUN_DEPENDS=	gphotofs:graphics/fusefs-gphotofs
27
MTP_RUN_DEPENDS=	simple-mtpfs:sysutils/fusefs-simple-mtpfs
28
NTFS_RUN_DEPENDS=	ntfs-3g:sysutils/fusefs-ntfs
29
EXFAT_RUN_DEPENDS=	mount.exfat:sysutils/fusefs-exfat
23
30
24
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)sysutils/dsbmd/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dsbmd-0.2.tgz) = eb5536a133ed10143b61ae27d25b6b124f88062df2a0a4c35fa5e9cfa31c67dc
1
TIMESTAMP = 1495486028
2
SIZE (dsbmd-0.2.tgz) = 36370
2
SHA256 (dsbmd-0.3.tgz) = 9adc7af1c666cf4c944e7c44023bd8d5570f534fef0f2f666fbad04575fa794e
3
SIZE (dsbmd-0.3.tgz) = 174592

Return to bug 219479