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

(-)b/net/geoclue/Makefile (-10 / +15 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	geoclue
4
PORTNAME=	geoclue
5
PORTVERSION=	2.4.7
5
PORTVERSION=	2.5.5
6
CATEGORIES=	net devel gnome
6
CATEGORIES=	net devel gnome
7
MASTER_SITES=	http://www.freedesktop.org/software/geoclue/releases/${PORTVERSION:R}/
8
7
9
MAINTAINER=	gnome@FreeBSD.org
8
MAINTAINER=	gnome@FreeBSD.org
10
COMMENT=	D-Bus service that provides location information
9
COMMENT=	D-Bus service that provides location information
Lines 13-29 LICENSE= GPLv2 LGPL21 Link Here
13
LICENSE_COMB=	multi
12
LICENSE_COMB=	multi
14
13
15
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
14
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
16
		libsoup-2.4.so:devel/libsoup
15
		libsoup-2.4.so:devel/libsoup \
16
		libnotify.so:devel/libnotify
17
17
18
USES=		gettext gmake gnome libtool localbase pathfix \
18
USES=		gettext gmake gnome libtool localbase meson pathfix \
19
		pkgconfig tar:xz
19
		pkgconfig tar:xz
20
USE_GITLAB=	yes
21
GL_SITE=	https://gitlab.freedesktop.org
22
GL_COMMIT=	9519d67c7a9a0e97a75115f9ff99d4fb0bb81b21
20
USE_GNOME=	glib20 intlhack introspection:build
23
USE_GNOME=	glib20 intlhack introspection:build
21
GNU_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
23
CONFIGURE_ARGS=	--disable-3g-source \
25
MESON_ARGS=	-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false \
24
		--disable-cdma-source \
26
		-Dnmea-source=false
25
		--disable-nmea-source \
27
26
		--disable-modem-gps-source
28
OPTIONS_DEFINE=	DOCS
27
INSTALL_TARGET=	install-strip
29
OPTIONS_SUB=	yes
30
31
DOCS_MESON_OFF=		-Dgtk-doc=false
32
DOCS_BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
28
33
29
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)b/net/geoclue/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497348876
1
TIMESTAMP = 1575615390
2
SHA256 (geoclue-2.4.7.tar.xz) = d17b96bb5799a84723385ea5704235565e9c3dedd2b7afac475a06e550ae0ea6
2
SHA256 (geoclue-geoclue-9519d67c7a9a0e97a75115f9ff99d4fb0bb81b21_GL0.tar.gz) = 3a8f6efad90d203c30c4e6e01a7deb23b2680ecaab9582cfb28e43af38febdb7
3
SIZE (geoclue-2.4.7.tar.xz) = 368472
3
SIZE (geoclue-geoclue-9519d67c7a9a0e97a75115f9ff99d4fb0bb81b21_GL0.tar.gz) = 114264
(-)b/net/geoclue/pkg-plist (+48 lines)
Lines 1-6 Link Here
1
etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
1
etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
2
etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf
2
etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf
3
%%ETCDIR%%/geoclue.conf
3
%%ETCDIR%%/geoclue.conf
4
etc/xdg/autostart/geoclue-demo-agent.desktop
4
include/libgeoclue-2.0/gclue-client.h
5
include/libgeoclue-2.0/gclue-client.h
5
include/libgeoclue-2.0/gclue-enum-types.h
6
include/libgeoclue-2.0/gclue-enum-types.h
6
include/libgeoclue-2.0/gclue-enums.h
7
include/libgeoclue-2.0/gclue-enums.h
Lines 16-22 lib/libgeoclue-2.so.0.0.0 Link Here
16
libdata/pkgconfig/geoclue-2.0.pc
17
libdata/pkgconfig/geoclue-2.0.pc
17
libdata/pkgconfig/libgeoclue-2.0.pc
18
libdata/pkgconfig/libgeoclue-2.0.pc
18
libexec/geoclue
19
libexec/geoclue
20
libexec/geoclue-2.0/demos/agent
19
libexec/geoclue-2.0/demos/where-am-i
21
libexec/geoclue-2.0/demos/where-am-i
22
man/man5/geoclue.5.gz
20
share/applications/geoclue-demo-agent.desktop
23
share/applications/geoclue-demo-agent.desktop
21
share/applications/geoclue-where-am-i.desktop
24
share/applications/geoclue-where-am-i.desktop
22
share/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml
25
share/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml
Lines 26-28 share/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml Link Here
26
share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
29
share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
27
share/dbus-1/system-services/org.freedesktop.GeoClue2.service
30
share/dbus-1/system-services/org.freedesktop.GeoClue2.service
28
share/gir-1.0/Geoclue-2.0.gir
31
share/gir-1.0/Geoclue-2.0.gir
32
%%DOCS%%share/gtk-doc/html/geoclue/gdbus-org.freedesktop.GeoClue2.Agent.html
33
%%DOCS%%share/gtk-doc/html/geoclue/gdbus-org.freedesktop.GeoClue2.Client.html
34
%%DOCS%%share/gtk-doc/html/geoclue/gdbus-org.freedesktop.GeoClue2.Location.html
35
%%DOCS%%share/gtk-doc/html/geoclue/gdbus-org.freedesktop.GeoClue2.Manager.html
36
%%DOCS%%share/gtk-doc/html/geoclue/geoclue-gclue-enums.html
37
%%DOCS%%share/gtk-doc/html/geoclue/geoclue.devhelp2
38
%%DOCS%%share/gtk-doc/html/geoclue/home.png
39
%%DOCS%%share/gtk-doc/html/geoclue/index.html
40
%%DOCS%%share/gtk-doc/html/geoclue/ix01.html
41
%%DOCS%%share/gtk-doc/html/geoclue/left-insensitive.png
42
%%DOCS%%share/gtk-doc/html/geoclue/left.png
43
%%DOCS%%share/gtk-doc/html/geoclue/license.html
44
%%DOCS%%share/gtk-doc/html/geoclue/ref-agent-dbus.html
45
%%DOCS%%share/gtk-doc/html/geoclue/ref-dbus.html
46
%%DOCS%%share/gtk-doc/html/geoclue/right-insensitive.png
47
%%DOCS%%share/gtk-doc/html/geoclue/right.png
48
%%DOCS%%share/gtk-doc/html/geoclue/style.css
49
%%DOCS%%share/gtk-doc/html/geoclue/up-insensitive.png
50
%%DOCS%%share/gtk-doc/html/geoclue/up.png
51
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueClient.html
52
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueClientProxy.html
53
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueLocation.html
54
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueLocationProxy.html
55
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueManager.html
56
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueManagerProxy.html
57
%%DOCS%%share/gtk-doc/html/libgeoclue/GClueSimple.html
58
%%DOCS%%share/gtk-doc/html/libgeoclue/annotation-glossary.html
59
%%DOCS%%share/gtk-doc/html/libgeoclue/ch01.html
60
%%DOCS%%share/gtk-doc/html/libgeoclue/ch02.html
61
%%DOCS%%share/gtk-doc/html/libgeoclue/ch03.html
62
%%DOCS%%share/gtk-doc/html/libgeoclue/ch04.html
63
%%DOCS%%share/gtk-doc/html/libgeoclue/ch05.html
64
%%DOCS%%share/gtk-doc/html/libgeoclue/home.png
65
%%DOCS%%share/gtk-doc/html/libgeoclue/index.html
66
%%DOCS%%share/gtk-doc/html/libgeoclue/ix01.html
67
%%DOCS%%share/gtk-doc/html/libgeoclue/left-insensitive.png
68
%%DOCS%%share/gtk-doc/html/libgeoclue/left.png
69
%%DOCS%%share/gtk-doc/html/libgeoclue/libgeoclue-gclue-enums.html
70
%%DOCS%%share/gtk-doc/html/libgeoclue/libgeoclue.devhelp2
71
%%DOCS%%share/gtk-doc/html/libgeoclue/license.html
72
%%DOCS%%share/gtk-doc/html/libgeoclue/right-insensitive.png
73
%%DOCS%%share/gtk-doc/html/libgeoclue/right.png
74
%%DOCS%%share/gtk-doc/html/libgeoclue/style.css
75
%%DOCS%%share/gtk-doc/html/libgeoclue/up-insensitive.png
76
%%DOCS%%share/gtk-doc/html/libgeoclue/up.png

Return to bug 242539