pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/qgis geography/qgis: Update to 3.28.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2ea053e948
branches:  trunk
changeset: 390479:db2ea053e948
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Dec 19 23:32:52 2022 +0000

description:
geography/qgis: Update to 3.28.2

Delete a patch which was applied upstream.

This is a point release; upstream changes are minor.

diffstat:

 geography/qgis/Makefile                                         |   5 +-
 geography/qgis/distinfo                                         |   9 ++--
 geography/qgis/patches/patch-src_gui_plot_qgsplotrubberband.cpp |  17 ----------
 3 files changed, 6 insertions(+), 25 deletions(-)

diffs (56 lines):

diff -r 74767964786a -r db2ea053e948 geography/qgis/Makefile
--- a/geography/qgis/Makefile   Mon Dec 19 23:18:47 2022 +0000
+++ b/geography/qgis/Makefile   Mon Dec 19 23:32:52 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.161 2022/12/02 15:44:27 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2022/12/19 23:32:52 gdt Exp $
 
 # This is intentionally 3.28 Long Term Release.  Please do not update
 # to later branches, and instead discuss whether/how we want multiple
 # versions.
-DISTNAME=      qgis-3.28.1
-PKGREVISION=   1
+DISTNAME=      qgis-3.28.2
 CATEGORIES=    geography
 MASTER_SITES=  https://qgis.org/downloads/
 EXTRACT_SUFX=  .tar.bz2
diff -r 74767964786a -r db2ea053e948 geography/qgis/distinfo
--- a/geography/qgis/distinfo   Mon Dec 19 23:18:47 2022 +0000
+++ b/geography/qgis/distinfo   Mon Dec 19 23:32:52 2022 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.48 2022/12/02 15:44:27 wiz Exp $
+$NetBSD: distinfo,v 1.49 2022/12/19 23:32:52 gdt Exp $
 
-BLAKE2s (qgis-3.28.1.tar.bz2) = 9ad72cb4a2f66403b6326c027c39c05a365379c58ae56f3401558ef9842dcba6
-SHA512 (qgis-3.28.1.tar.bz2) = f10e67b24abe9881ad447495d144a92ad7aa8f5b826606ce6407f65261ef4521e8b7d2e257079cb11247cdd991afbdf6e49e772649e2d1f5827ceff190caa514
-Size (qgis-3.28.1.tar.bz2) = 158612624 bytes
+BLAKE2s (qgis-3.28.2.tar.bz2) = 45a8f0dbd7cbb2ef9c0ec1f95cba52c3ad6d9708b87f93a4e91b2e4916ae0e63
+SHA512 (qgis-3.28.2.tar.bz2) = 287de9041fe1ad55059904ecd99e3ac3a172c566faafd3d113b21e07f63b01afc2536391365dd372baa328fa5976aea6cfbcbc1030e8c61dee8f3a3f409724ad
+Size (qgis-3.28.2.tar.bz2) = 158641485 bytes
 SHA1 (patch-cmake_FindQwt.cmake) = e6999791328ea54cd0e457ade13f4e608df3d903
 SHA1 (patch-mac_CMakeLists.txt) = 7967c0fa4eed8dc2ce24192bdbec8ae8a336be1c
 SHA1 (patch-mac_cmake_1qt.cmake.in) = d74f7201849ef6dd83f39251e466eb04c791c0e6
 SHA1 (patch-src_core_qgsapplication.cpp) = 54bba734969cd9fd90a2317d8c1531da2827d145
 SHA1 (patch-src_crssync_CMakeLists.txt) = a751be3f55b57a3d039e07c441a4ac81ba735e60
-SHA1 (patch-src_gui_plot_qgsplotrubberband.cpp) = 29a2994bcfc01f601bfe7b337d1928b366496db7
diff -r 74767964786a -r db2ea053e948 geography/qgis/patches/patch-src_gui_plot_qgsplotrubberband.cpp
--- a/geography/qgis/patches/patch-src_gui_plot_qgsplotrubberband.cpp   Mon Dec 19 23:18:47 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_gui_plot_qgsplotrubberband.cpp,v 1.1 2022/11/28 14:25:31 gdt Exp $
-
-Use standards-required include for std::fabs().
-
-Reported upstream at https://github.com/qgis/QGIS/pull/51040
-
---- src/gui/plot/qgsplotrubberband.cpp.orig    2022-11-18 12:10:21.000000000 +0000
-+++ src/gui/plot/qgsplotrubberband.cpp
-@@ -20,7 +20,7 @@
- 
- #include <QGraphicsScene>
- #include <QGraphicsRectItem>
--#include <math.h>
-+#include <cmath>
- 
- QgsPlotRubberBand::QgsPlotRubberBand( QgsPlotCanvas *canvas )
-   : mCanvas( canvas )



Home | Main Index | Thread Index | Old Index