Index: head/sysutils/bsdisks/files/patch-camcontrol.c =================================================================== --- head/sysutils/bsdisks/files/patch-camcontrol.c (revision 518303) +++ head/sysutils/bsdisks/files/patch-camcontrol.c (nonexistent) @@ -1,16 +0,0 @@ ---- camcontrol.c.orig 2019-09-08 10:38:26 UTC -+++ camcontrol.c -@@ -166,9 +166,11 @@ int cam_is_removable(const char* device_path) - int timeout = 0, retry_count = 1; - int unit = 0; - -- if (cam_get_device(device_path, name, sizeof name, &unit) -- == -1) -+ if (cam_get_device(device_path, name, sizeof name, &unit) == -1) -+ { - errx(1, "%s", cam_errbuf); -+ return (-1); -+ } - - if ((cam_dev = cam_open_spec_device(device,unit,O_RDWR,NULL)) - == NULL) Property changes on: head/sysutils/bsdisks/files/patch-camcontrol.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/bsdisks/Makefile =================================================================== --- head/sysutils/bsdisks/Makefile (revision 518303) +++ head/sysutils/bsdisks/Makefile (revision 518304) @@ -1,18 +1,17 @@ # $FreeBSD$ PORTNAME= bsdisks -DISTVERSION= 0.9 -PORTREVISION= 1 +DISTVERSION= 0.10 CATEGORIES= sysutils MASTER_SITES= https://bitbucket.org/arrowd/bsdisks/downloads/ MAINTAINER= arrowd@FreeBSD.org COMMENT= UDisks2 service implementation for FreeBSD LICENSE= BSD3CLAUSE USES= cmake compiler:c++11-lang qt:5 USE_QT= qmake_build buildtools_build core dbus .include Index: head/sysutils/bsdisks/distinfo =================================================================== --- head/sysutils/bsdisks/distinfo (revision 518303) +++ head/sysutils/bsdisks/distinfo (revision 518304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567954257 -SHA256 (bsdisks-0.9.tar.gz) = 273ea0ca76570575786e13167f9c41afe68d611083e943c795db1a989efe800b -SIZE (bsdisks-0.9.tar.gz) = 101181 +TIMESTAMP = 1574585047 +SHA256 (bsdisks-0.10.tar.gz) = f99162d6c8639915fa495d59d394bff2e6da79fecd0bf0fd2b6223015be97c7c +SIZE (bsdisks-0.10.tar.gz) = 102511 Index: head/sysutils/bsdisks/pkg-plist =================================================================== --- head/sysutils/bsdisks/pkg-plist (revision 518303) +++ head/sysutils/bsdisks/pkg-plist (revision 518304) @@ -1,3 +1,4 @@ bin/bsdisks etc/dbus-1/system.d/org.freedesktop.UDisks2.conf share/dbus-1/system-services/org.freedesktop.UDisks2.service +@sample etc/bsdisks.conf.sample