From owner-svn-ports-all@freebsd.org Tue Jan 30 21:43:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71C66EB77A6; Tue, 30 Jan 2018 21:43:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E03D837B3; Tue, 30 Jan 2018 21:43:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 189DF1CE81; Tue, 30 Jan 2018 21:43:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0ULhgpJ029711; Tue, 30 Jan 2018 21:43:42 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0ULhgRg029709; Tue, 30 Jan 2018 21:43:42 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201801302143.w0ULhgRg029709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 30 Jan 2018 21:43:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460441 - head/sysutils/dsbmd X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/dsbmd X-SVN-Commit-Revision: 460441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 21:43:43 -0000 Author: dbaio Date: Tue Jan 30 21:43:42 2018 New Revision: 460441 URL: https://svnweb.freebsd.org/changeset/ports/460441 Log: sysutils/dsbmd: Update to 1.1 Add new option EXT4 (Ext4 filesystem support). While here, reorder options. Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 225495 Submitted by: Marcel Kaiser (maintainer) Modified: head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Tue Jan 30 21:39:38 2018 (r460440) +++ head/sysutils/dsbmd/Makefile Tue Jan 30 21:43:42 2018 (r460441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 0.5 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ @@ -19,14 +19,18 @@ USE_RC_SUBR= dsbmd PORTDOCS= README PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" -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 +OPTIONS_DEFINE= DOCS EXFAT EXT4 MTP NTFS PTP +OPTIONS_DEFAULT= EXT4 MTP NTFS PTP + EXFAT_DESC= exFAT filesystem support -PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs +EXT4_DESC= Ext4 filesystem support +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 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 +PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs .include Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Tue Jan 30 21:39:38 2018 (r460440) +++ head/sysutils/dsbmd/distinfo Tue Jan 30 21:43:42 2018 (r460441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511972479 -SHA256 (dsbmd-0.5.tgz) = ec4e22a5000f428650cfe97296d1722045b95dc4115af17a63f0dc7ab2c7a297 -SIZE (dsbmd-0.5.tgz) = 47500 +TIMESTAMP = 1517050210 +SHA256 (dsbmd-1.1.tgz) = 1456f8bb283db711d7f77a6c86b273d7d9d860b2d4d284fff055db4ff7453d66 +SIZE (dsbmd-1.1.tgz) = 48270