View | Details | Raw Unified | Return to bug 242084
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	upower
4
PORTNAME=	upower
5
PORTVERSION=	0.99.7
5
PORTVERSION=	0.99.11
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	http://upower.freedesktop.org/releases/
7
MASTER_SITES=	http://upower.freedesktop.org/releases/
9
8
Lines 18-24 Link Here
18
17
19
USES=		compiler:c11 gettext gmake gnome libtool localbase \
18
USES=		compiler:c11 gettext gmake gnome libtool localbase \
20
		pathfix pkgconfig tar:xz
19
		pathfix pkgconfig tar:xz
21
USE_GNOME=	intlhack glib20 introspection:build
20
USE_GNOME=	glib20 introspection:build
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
CONFIGURE_ARGS=	--disable-gtk-doc \
23
CONFIGURE_ARGS=	--disable-gtk-doc \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1524943692
1
TIMESTAMP = 1574185561
2
SHA256 (upower-0.99.7.tar.xz) = 24bcc2f6ab25a2533bac70b587bcb019e591293076920f5b5e04bdedc140a401
2
SHA256 (upower-0.99.11.tar.xz) = 64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef
3
SIZE (upower-0.99.7.tar.xz) = 447832
3
SIZE (upower-0.99.11.tar.xz) = 430128
(-)pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
bin/upower
1
bin/upower
2
etc/UPower/UPower.conf
2
etc/UPower/UPower.conf
3
etc/dbus-1/system.d/org.freedesktop.UPower.conf
4
include/libupower-glib/up-autocleanups.h
3
include/libupower-glib/up-autocleanups.h
5
include/libupower-glib/up-client.h
4
include/libupower-glib/up-client.h
6
include/libupower-glib/up-device.h
5
include/libupower-glib/up-device.h
Lines 25-30 Link Here
25
share/dbus-1/interfaces/org.freedesktop.UPower.KbdBacklight.xml
24
share/dbus-1/interfaces/org.freedesktop.UPower.KbdBacklight.xml
26
share/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml
25
share/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml
27
share/dbus-1/interfaces/org.freedesktop.UPower.xml
26
share/dbus-1/interfaces/org.freedesktop.UPower.xml
27
share/dbus-1/system.d/org.freedesktop.UPower.conf
28
share/dbus-1/system-services/org.freedesktop.UPower.service
28
share/dbus-1/system-services/org.freedesktop.UPower.service
29
share/gir-1.0/UPowerGlib-1.0.gir
29
share/gir-1.0/UPowerGlib-1.0.gir
30
share/locale/fr/LC_MESSAGES/upower.mo
30
share/locale/fr/LC_MESSAGES/upower.mo

Return to bug 242084