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

(-)Makefile (-7 / +9 lines)
Lines 3-10 Link Here
3
#   $MCom: ports/trunk/sysutils/upower/Makefile 19882 2014-09-16 12:34:00Z kwm $
3
#   $MCom: ports/trunk/sysutils/upower/Makefile 19882 2014-09-16 12:34:00Z kwm $
4
4
5
PORTNAME=	upower
5
PORTNAME=	upower
6
PORTVERSION=	0.99.0
6
PORTVERSION=	0.99.2
7
PORTREVISION=	1
8
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
9
MASTER_SITES=	http://upower.freedesktop.org/releases/
8
MASTER_SITES=	http://upower.freedesktop.org/releases/
10
9
Lines 17-33 Link Here
17
LIB_DEPENDS=	libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
16
LIB_DEPENDS=	libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
18
		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
17
		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
19
18
20
USES=		gettext gmake libtool pathfix pkgconfig \
19
USES=		gettext gmake libtool pathfix pkgconfig tar:xz
21
		python tar:xz
22
USE_GNOME=	intlhack glib20 introspection:build
20
USE_GNOME=	intlhack glib20 introspection:build
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
25
CONFIGURE_ARGS=	--disable-gtk-doc \
23
CONFIGURE_ARGS=	--disable-gtk-doc-html \
26
		--localstatedir=/var
24
		--localstatedir=/var \
25
		--disable-static \
26
		--enable-introspection=yes \
27
		--without-html-dir \
28
		--with-backend=freebsd \
29
		--without-idevice
27
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib
31
LDFLAGS+=	-L${LOCALBASE}/lib
29
INSTALL_TARGET=	install-strip
32
INSTALL_TARGET=	install-strip
30
CONFIGURE_ENV=	GTKDOC="false"
31
33
32
OPTIONS_DEFINE=	MANPAGES
34
OPTIONS_DEFINE=	MANPAGES
33
OPTIONS_DEFAULT=MANPAGES
35
OPTIONS_DEFAULT=MANPAGES
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (upower-0.99.0.tar.xz) = 5f354b9949108cb21180224ef3dba33b41c9221a79f71a8f76c47f56246a39a1
1
SHA256 (upower-0.99.2.tar.xz) = e9dc453adf96b89c92ccccd33f2b6543258344f7c8ba89460dc0a92a8180946f
2
SIZE (upower-0.99.0.tar.xz) = 429076
2
SIZE (upower-0.99.2.tar.xz) = 428668
(-)pkg-plist (-3 / +2 lines)
Lines 11-20 Link Here
11
include/libupower-glib/up-wakeups.h
11
include/libupower-glib/up-wakeups.h
12
include/libupower-glib/upower.h
12
include/libupower-glib/upower.h
13
lib/girepository-1.0/UPowerGlib-1.0.typelib
13
lib/girepository-1.0/UPowerGlib-1.0.typelib
14
lib/libupower-glib.a
15
lib/libupower-glib.so
14
lib/libupower-glib.so
16
lib/libupower-glib.so.2
15
lib/libupower-glib.so.3
17
lib/libupower-glib.so.2.0.0
16
lib/libupower-glib.so.3.0.1
18
libdata/pkgconfig/upower-glib.pc
17
libdata/pkgconfig/upower-glib.pc
19
libexec/upowerd
18
libexec/upowerd
20
%%MANPAGES%%man/man1/upower.1.gz
19
%%MANPAGES%%man/man1/upower.1.gz

Return to bug 196394