Rafael Sadowski writes:

> On Sat Apr 24, 2021 at 01:23:56PM +0200, Rafael Sadowski wrote:
>> 
>> I will fix this in 0.2.1b.
>> 
>
> 0.2.1beta attached

Here is a diff with some more nits:
- add comment explaining dbus,-suid as in sysutils/upower and
  sysutils/polkit
- An --> A UDisks2
- "provides reading information on" was a bit clunky so I reworded it

(I got "readable" from here:
http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Drive.html)

either with these tweaks or as originally attached, ok namn@


Index: Makefile
===================================================================
RCS file: /cvsnam/ports/sysutils/openbsdisks2/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile    4 May 2021 10:22:55 -0000       1.2
+++ Makefile    4 May 2021 10:32:52 -0000
@@ -21,6 +21,7 @@ MASTER_SITES =        https://github.com/sizeof
 MODULES =      devel/cmake \
                x11/qt5
 
+# /usr/local/share/dbus-1/system-services/
 RUN_DEPENDS += x11/dbus,-suid
 
 .include <bsd.port.mk>
Index: pkg/DESCR
===================================================================
RCS file: /cvsnam/ports/sysutils/openbsdisks2/pkg/DESCR,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 DESCR
--- pkg/DESCR   24 Apr 2021 09:01:07 -0000      1.1
+++ pkg/DESCR   4 May 2021 10:32:52 -0000
@@ -1,9 +1,9 @@
-An UDisks2 service implementation for OpenBSD forked from FreeBSD
+A UDisks2 service implementation for OpenBSD forked from FreeBSD
 (bsdutils/bsdisks).
 
 OpenBSDisks2 provides a simple DBus org.freedesktop.UDisks2 service.
-It only provides reading information on UDisks2.Drive, UDisks2.Block and
-UDisks2.Filesystem.
+It only provides readable properties for the UDisks2.Drive,
+UDisks2.Block and UDisks2.Filesystem interfaces.
 
 UDisks2 is an abstraction for enumerating disk and storage devices and
 performing operations on them.

Reply via email to