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

(-)b/net/libgweather/Makefile (-2 / +5 lines)
Lines 1-9 Link Here
1
# Created by: Koop Mast <kwm@FreeBSD.org>
1
# Created by: Koop Mast <kwm@FreeBSD.org>
2
2
3
PORTNAME=	libgweather
3
PORTNAME=	libgweather
4
PORTVERSION=	3.36.1
4
PORTVERSION=	40.0
5
CATEGORIES=	net gnome
5
CATEGORIES=	net gnome
6
MASTER_SITES=	GNOME
6
MASTER_SITES=	GNOME
7
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
7
DIST_SUBDIR=	gnome
8
DIST_SUBDIR=	gnome
8
9
9
MAINTAINER=	gnome@FreeBSD.org
10
MAINTAINER=	gnome@FreeBSD.org
Lines 18-28 LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ Link Here
18
19
19
PORTSCOUT=	limitw:1,even
20
PORTSCOUT=	limitw:1,even
20
21
21
USES=		gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
22
USES=		gettext gnome localbase meson pkgconfig python:3.6+,build \
23
		tar:xz shebangfix
22
USE_GNOME=	gtk30 introspection:build libxml2
24
USE_GNOME=	gtk30 introspection:build libxml2
23
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
24
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
25
MESON_ARGS=	-Dglade_catalog=false
27
MESON_ARGS=	-Dglade_catalog=false
28
SHEBANG_FILES=	data/gen_locations_variant.py
26
29
27
GLIB_SCHEMAS=	org.gnome.GWeather.enums.xml \
30
GLIB_SCHEMAS=	org.gnome.GWeather.enums.xml \
28
		org.gnome.GWeather.gschema.xml
31
		org.gnome.GWeather.gschema.xml
(-)b/net/libgweather/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600937734
1
TIMESTAMP = 1620127686
2
SHA256 (gnome/libgweather-3.36.1.tar.xz) = de2709f0ee233b20116d5fa9861d406071798c4aa37830ca25f5ef2c0083e450
2
SHA256 (gnome/libgweather-40.0.tar.xz) = ca4e8f2a4baaa9fc6d75d8856adb57056ef1cd6e55c775ba878ae141b6276ee6
3
SIZE (gnome/libgweather-3.36.1.tar.xz) = 2702144
3
SIZE (gnome/libgweather-40.0.tar.xz) = 2704404
(-)b/net/libgweather/pkg-plist (+3 lines)
Lines 11-18 lib/girepository-1.0/GWeather-3.0.typelib Link Here
11
lib/libgweather-3.so
11
lib/libgweather-3.so
12
lib/libgweather-3.so.16
12
lib/libgweather-3.so.16
13
lib/libgweather-3.so.16.0.0
13
lib/libgweather-3.so.16.0.0
14
lib/libgweather/Locations.bin
14
libdata/pkgconfig/gweather-3.0.pc
15
libdata/pkgconfig/gweather-3.0.pc
15
share/gir-1.0/GWeather-3.0.gir
16
share/gir-1.0/GWeather-3.0.gir
17
share/glib-2.0/schemas/org.gnome.GWeather.enums.xml
18
share/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
16
%%DATADIR%%/Locations.xml
19
%%DATADIR%%/Locations.xml
17
%%DATADIR%%/locations.dtd
20
%%DATADIR%%/locations.dtd
18
share/locale/af/LC_MESSAGES/libgweather-3.0.mo
21
share/locale/af/LC_MESSAGES/libgweather-3.0.mo

Return to bug 256318