Hi,

here's an update to upower, few changes since the 0.99.9 we ship now:
https://gitlab.freedesktop.org/upower/upower/blob/master/NEWS#L1

tests welcome.

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/upower/Makefile,v
retrieving revision 1.59
diff -u -r1.59 Makefile
--- Makefile    12 Jul 2019 20:49:54 -0000      1.59
+++ Makefile    10 Nov 2019 08:51:06 -0000
@@ -4,14 +4,13 @@
 
 COMMENT =      userland power management interface
 
-DISTNAME =     upower-0.99.9
+DISTNAME =     upower-0.99.11
 EXTRACT_SUFX = .tar.xz
 CATEGORIES =   sysutils
 SHARED_LIBS +=  upower-glib          2.1      # 3.1
-REVISION =     0
 
-HOMEPAGE =     http://upower.freedesktop.org/
-MASTER_SITES = 
https://gitlab.freedesktop.org/upower/upower/uploads/2282c7c0e53fb31816b824c9d1f547e8/
+HOMEPAGE =     https://upower.freedesktop.org/
+MASTER_SITES = https://upower.freedesktop.org/releases/
 
 MAINTAINER =   Landry Breuil <lan...@openbsd.org>
 
@@ -33,8 +32,6 @@
 FAKE_FLAGS =   sysconfdir=${PREFIX}/share/examples/upower
 
 USE_GMAKE =    Yes
-
-MODULES =      textproc/intltool
 
 LIB_DEPENDS =  devel/glib2
 BUILD_DEPENDS =        devel/gobject-introspection \
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/upower/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo    10 Dec 2018 10:55:27 -0000      1.20
+++ distinfo    10 Nov 2019 08:51:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (upower-0.99.9.tar.xz) = AbqJRpu27YNaYCkJ2/mH8mUtJzKGlI0282dVeOTp0RA=
-SIZE (upower-0.99.9.tar.xz) = 448408
+SHA256 (upower-0.99.11.tar.xz) = ZLX/v8zVvbFdkld3l5pNvuGpV/nq6xWNx2F1Jn7dve8=
+SIZE (upower-0.99.11.tar.xz) = 430128
Index: patches/patch-libupower-glib_up-device_c
===================================================================
RCS file: /cvs/ports/sysutils/upower/patches/patch-libupower-glib_up-device_c,v
retrieving revision 1.4
diff -u -r1.4 patch-libupower-glib_up-device_c
--- patches/patch-libupower-glib_up-device_c    10 Dec 2018 10:55:27 -0000      
1.4
+++ patches/patch-libupower-glib_up-device_c    10 Nov 2019 08:51:06 -0000
@@ -7,7 +7,7 @@
 Index: libupower-glib/up-device.c
 --- libupower-glib/up-device.c.orig
 +++ libupower-glib/up-device.c
-@@ -281,10 +281,7 @@ up_device_to_text (UpDevice *device)
+@@ -279,10 +279,7 @@ up_device_to_text (UpDevice *device)
        /* get a human readable time */
        t = (time_t) up_exported_device_get_update_time (priv->proxy_device);
        time_tm = localtime (&t);
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/upower/pkg/PLIST,v
retrieving revision 1.12
diff -u -r1.12 PLIST
--- pkg/PLIST   10 Dec 2018 10:55:27 -0000      1.12
+++ pkg/PLIST   10 Nov 2019 08:51:06 -0000
@@ -28,17 +28,15 @@
 share/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml
 share/dbus-1/interfaces/org.freedesktop.UPower.xml
 share/dbus-1/system-services/org.freedesktop.UPower.service
+share/dbus-1/system.d/org.freedesktop.UPower.conf
+@sample ${SYSCONFDIR}/dbus-1/system.d/
+@sample ${SYSCONFDIR}/dbus-1/system.d/org.freedesktop.UPower.conf
 share/doc/pkg-readmes/${PKGSTEM}
 share/examples/upower/
 share/examples/upower/UPower/
 @sample ${SYSCONFDIR}/UPower/
 share/examples/upower/UPower/UPower.conf
 @sample ${SYSCONFDIR}/UPower/UPower.conf
-share/examples/upower/dbus-1/
-share/examples/upower/dbus-1/system.d/
-@sample ${SYSCONFDIR}/dbus-1/system.d/
-share/examples/upower/dbus-1/system.d/org.freedesktop.UPower.conf
-@sample ${SYSCONFDIR}/dbus-1/system.d/org.freedesktop.UPower.conf
 share/gir-1.0/
 share/gir-1.0/UPowerGlib-1.0.gir
 share/locale/fr/LC_MESSAGES/upower.mo

Reply via email to