diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index 598084ed51a7..593c5ebe2ae6 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -1,41 +1,41 @@ # Created by: Gustau Perez PORTNAME= gnome-maps -DISTVERSION= 41.2 +DISTVERSION= 41.4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Map application for GNOME 3 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= geoclue>=0:net/geoclue LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \ libfolks.so:net-im/folks \ libgee-0.8.so:devel/libgee \ libgeocode-glib.so:net/geocode-glib \ libgfbgraph-0.2.so:net/gfbgraph \ libgjs.so:lang/gjs \ libhandy-1.so:x11-toolkits/libhandy \ libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gl gnome meson pkgconfig tar:xz xorg USE_GNOME= cairo gtk30 intltool libxml2 USE_GL= egl USE_LDCONFIG= yes USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Maps.gschema.xml .include diff --git a/deskutils/gnome-maps/distinfo b/deskutils/gnome-maps/distinfo index eeb3457749aa..6e3e7532bedf 100644 --- a/deskutils/gnome-maps/distinfo +++ b/deskutils/gnome-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640320133 -SHA256 (gnome/gnome-maps-41.2.tar.xz) = 81821b4cafc641cd500d73b330c63ce5a05a84f0430716d63e88b3caeaacfd0c -SIZE (gnome/gnome-maps-41.2.tar.xz) = 2187460 +TIMESTAMP = 1646335269 +SHA256 (gnome/gnome-maps-41.4.tar.xz) = e340b13f46fe0b7d5b0f8f01413291ddcd870c74a5c38fa24cac1f585e70393e +SIZE (gnome/gnome-maps-41.4.tar.xz) = 2187076 diff --git a/deskutils/gnome-maps/files/patch-data_meson.build b/deskutils/gnome-maps/files/patch-data_meson.build deleted file mode 100644 index 44f14839875e..000000000000 --- a/deskutils/gnome-maps/files/patch-data_meson.build +++ /dev/null @@ -1,14 +0,0 @@ -https://gitlab.gnome.org/GNOME/gnome-maps/-/commit/def20cbb26e5 - -data/meson.build:35:0: ERROR: Function does not take positional arguments. - ---- data/meson.build.orig 2021-12-04 21:56:34 UTC -+++ data/meson.build -@@ -33,7 +33,6 @@ install_data( - appdata = app_id + '.appdata.xml' - - appdata_file = i18n.merge_file( -- appdata, - input: appdata + '.in', - output: appdata, - po_dir: po_dir,