Date: Fri, 20 May 2016 18:56:16 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415572 - head/sysutils/upower Message-ID: <201605201856.u4KIuGx0012005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Fri May 20 18:56:16 2016 New Revision: 415572 URL: https://svnweb.freebsd.org/changeset/ports/415572 Log: - 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) Modified: head/sysutils/upower/Makefile head/sysutils/upower/distinfo head/sysutils/upower/pkg-plist Modified: head/sysutils/upower/Makefile ============================================================================== --- head/sysutils/upower/Makefile Fri May 20 18:49:16 2016 (r415571) +++ head/sysutils/upower/Makefile Fri May 20 18:56:16 2016 (r415572) @@ -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 Modified: head/sysutils/upower/distinfo ============================================================================== --- head/sysutils/upower/distinfo Fri May 20 18:49:16 2016 (r415571) +++ head/sysutils/upower/distinfo Fri May 20 18:56:16 2016 (r415572) @@ -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 Modified: head/sysutils/upower/pkg-plist ============================================================================== --- head/sysutils/upower/pkg-plist Fri May 20 18:49:16 2016 (r415571) +++ head/sysutils/upower/pkg-plist Fri May 20 18:56:16 2016 (r415572) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605201856.u4KIuGx0012005>