git: 4d7722ed6b69 - main - deskutils/gnome-maps: Update to 41.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 19:39:14 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d7722ed6b69a9636a67ddef0f4cafd901a6a5a4
commit 4d7722ed6b69a9636a67ddef0f4cafd901a6a5a4
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-03-03 19:39:13 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-03 19:39:13 +0000
deskutils/gnome-maps: Update to 41.4
---
deskutils/gnome-maps/Makefile | 2 +-
deskutils/gnome-maps/distinfo | 6 +++---
deskutils/gnome-maps/files/patch-data_meson.build | 14 --------------
3 files changed, 4 insertions(+), 18 deletions(-)
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,7 +1,7 @@
# Created by: Gustau Perez <gustau.perez@gmail.com>
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
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,