diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-05-21 02:56:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-05-21 02:56:16 +0800 |
commit | c73db5303235f9433caeb0dda83d254a3ec87cb4 (patch) | |
tree | cdd7ba30cd9a83a347babbc4aea8f185bdb05a6a /sysutils | |
parent | 2f75ca203a3489fe83e7777da2a147210a288934 (diff) | |
download | freebsd-ports-graphics-c73db5303235f9433caeb0dda83d254a3ec87cb4.tar.gz freebsd-ports-graphics-c73db5303235f9433caeb0dda83d254a3ec87cb4.tar.zst freebsd-ports-graphics-c73db5303235f9433caeb0dda83d254a3ec87cb4.zip |
- Update to 0.99.4
- Replace CPPFLAGS and LDFLAGS by USES= localbase
PR: 207286
Submitted by: myself
Approved by: The GNOME team (timeout, > 3 months)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/upower/Makefile | 6 | ||||
-rw-r--r-- | sysutils/upower/distinfo | 5 | ||||
-rw-r--r-- | sysutils/upower/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 9fe83c2c627..01de2cf7f5d 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= upower -PORTVERSION= 0.99.3 +PORTVERSION= 0.99.4 CATEGORIES= sysutils MASTER_SITES= http://upower.freedesktop.org/releases/ @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \ libdbus-glib-1.so:devel/dbus-glib -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz USE_GNOME= intlhack glib20 introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -23,8 +23,6 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --localstatedir=/var \ --with-backend=freebsd \ --without-idevice -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= MANPAGES diff --git a/sysutils/upower/distinfo b/sysutils/upower/distinfo index d081ea67320..3330b697024 100644 --- a/sysutils/upower/distinfo +++ b/sysutils/upower/distinfo @@ -1,2 +1,3 @@ -SHA256 (upower-0.99.3.tar.xz) = 697199bcc113bb069e6fb6bf4135536a702ba9847e46c5fc6df87d19624ddd38 -SIZE (upower-0.99.3.tar.xz) = 429252 +TIMESTAMP = 1463776909 +SHA256 (upower-0.99.4.tar.xz) = 9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0 +SIZE (upower-0.99.4.tar.xz) = 426292 diff --git a/sysutils/upower/pkg-plist b/sysutils/upower/pkg-plist index 8d9e13660b4..d9ffca561e9 100644 --- a/sysutils/upower/pkg-plist +++ b/sysutils/upower/pkg-plist @@ -1,6 +1,7 @@ bin/upower etc/UPower/UPower.conf etc/dbus-1/system.d/org.freedesktop.UPower.conf +include/libupower-glib/up-autocleanups.h include/libupower-glib/up-client.h include/libupower-glib/up-device.h include/libupower-glib/up-history-item.h |