From owner-svn-ports-all@freebsd.org Fri May 20 18:56:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D615FB43BE5; Fri, 20 May 2016 18:56:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8997A1509; Fri, 20 May 2016 18:56:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4KIuGQe012008; Fri, 20 May 2016 18:56:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4KIuGx0012005; Fri, 20 May 2016 18:56:16 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605201856.u4KIuGx0012005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 20 May 2016 18:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415572 - head/sysutils/upower X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 18:56:17 -0000 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