Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 20:21:48 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440652 - head/net/geoclue
Message-ID:  <201705112021.v4BKLmfv018627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu May 11 20:21:48 2017
New Revision: 440652
URL: https://svnweb.freebsd.org/changeset/ports/440652

Log:
  Update geoclue to 2.4.3.
  
  * Add license.
  
  Obtained from:	gnome devel repo

Modified:
  head/net/geoclue/Makefile
  head/net/geoclue/distinfo
  head/net/geoclue/pkg-plist

Modified: head/net/geoclue/Makefile
==============================================================================
--- head/net/geoclue/Makefile	Thu May 11 20:10:58 2017	(r440651)
+++ head/net/geoclue/Makefile	Thu May 11 20:21:48 2017	(r440652)
@@ -2,25 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	geoclue
-PORTVERSION=	2.3.0
+PORTVERSION=	2.4.3
 CATEGORIES=	net devel gnome
 MASTER_SITES=	http://www.freedesktop.org/software/geoclue/releases/${PORTVERSION:R}/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	D-Bus service that provides location information
 
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+
 LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libsoup-2.4.so:devel/libsoup
 
-USES=		gettext gmake gnome pathfix pkgconfig tar:xz
-USE_GNOME=	glib20 intlhack
+USES=		gettext gmake gnome libtool localbase pathfix \
+		pkgconfig tar:xz
+USE_GNOME=	glib20 intlhack introspection:build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-3g-source \
 		--disable-cdma-source \
 		--disable-nmea-source \
 		--disable-modem-gps-source
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/net/geoclue/distinfo
==============================================================================
--- head/net/geoclue/distinfo	Thu May 11 20:10:58 2017	(r440651)
+++ head/net/geoclue/distinfo	Thu May 11 20:21:48 2017	(r440652)
@@ -1,2 +1,3 @@
-SHA256 (geoclue-2.3.0.tar.xz) = 5d17a3fc275c1437b75f937643eca64857b98b9275e7581c9379eb37f2c7bc26
-SIZE (geoclue-2.3.0.tar.xz) = 338560
+TIMESTAMP = 1494534086
+SHA256 (geoclue-2.4.3.tar.xz) = ada9dba870dd79e1b21923aeda4d82b66cbda39e57978fbe3d83d356cc3c605e
+SIZE (geoclue-2.4.3.tar.xz) = 389260

Modified: head/net/geoclue/pkg-plist
==============================================================================
--- head/net/geoclue/pkg-plist	Thu May 11 20:10:58 2017	(r440651)
+++ head/net/geoclue/pkg-plist	Thu May 11 20:21:48 2017	(r440652)
@@ -1,11 +1,28 @@
 etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
 etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf
 %%ETCDIR%%/geoclue.conf
+include/libgeoclue-2.0/gclue-client.h
+include/libgeoclue-2.0/gclue-enum-types.h
+include/libgeoclue-2.0/gclue-enums.h
+include/libgeoclue-2.0/gclue-helpers.h
+include/libgeoclue-2.0/gclue-location.h
+include/libgeoclue-2.0/gclue-manager.h
+include/libgeoclue-2.0/gclue-simple.h
+include/libgeoclue-2.0/geoclue.h
+lib/girepository-1.0/Geoclue-2.0.typelib
+lib/libgeoclue-2.so
+lib/libgeoclue-2.so.0
+lib/libgeoclue-2.so.0.0.0
 libdata/pkgconfig/geoclue-2.0.pc
+libdata/pkgconfig/libgeoclue-2.0.pc
 libexec/geoclue
 libexec/geoclue-2.0/demos/where-am-i
 share/applications/geoclue-demo-agent.desktop
 share/applications/geoclue-where-am-i.desktop
 share/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml
+share/dbus-1/interfaces/org.freedesktop.GeoClue2.Client.xml
+share/dbus-1/interfaces/org.freedesktop.GeoClue2.Location.xml
+share/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml
 share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
 share/dbus-1/system-services/org.freedesktop.GeoClue2.service
+share/gir-1.0/Geoclue-2.0.gir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705112021.v4BKLmfv018627>