summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-03-01 01:19:45 +0000
committergdt <gdt@pkgsrc.org>2021-03-01 01:19:45 +0000
commitbc94ad17e9f62e70ee9bce62e4314120969a1277 (patch)
tree80ab461de79055944a7e8e654f64c5b48779cab7
parentde4335f7d06efff901cddca17f1accc62ddc7a75 (diff)
downloadpkgsrc-bc94ad17e9f62e70ee9bce62e4314120969a1277.tar.gz
geography/gama: Update to 2.14
Changes in release 2.14 (2021-02-28) * fixed html output format
-rw-r--r--geography/gama/Makefile5
-rw-r--r--geography/gama/distinfo11
-rw-r--r--geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp17
3 files changed, 7 insertions, 26 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile
index 4b46f2ee28e..e9c5ce851dd 100644
--- a/geography/gama/Makefile
+++ b/geography/gama/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2021/01/24 15:05:04 gdt Exp $
+# $NetBSD: Makefile,v 1.44 2021/03/01 01:19:45 gdt Exp $
#
-DISTNAME= gama-2.13
-PKGREVISION= 1
+DISTNAME= gama-2.14
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
diff --git a/geography/gama/distinfo b/geography/gama/distinfo
index e147634bc57..b207e233277 100644
--- a/geography/gama/distinfo
+++ b/geography/gama/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/01/24 15:05:04 gdt Exp $
+$NetBSD: distinfo,v 1.21 2021/03/01 01:19:45 gdt Exp $
-SHA1 (gama-2.13.tar.gz) = cdf41c511d10bb4e6253828b1f9809ce4dcbc8e3
-RMD160 (gama-2.13.tar.gz) = 37921c03ac243f9b0d5e51402bc238b9d34d7957
-SHA512 (gama-2.13.tar.gz) = 431221c8a6316ab38e10f09ff9764165b25ee63da3f1f3ca68d2189a84c4cb38343d7085c43d683e31b4aaaf320787292cb5c36f6c1b8c5ebab713f01ce40604
-Size (gama-2.13.tar.gz) = 14697638 bytes
-SHA1 (patch-lib_gnu__gama_g3_g3__model.cpp) = c6ad931ca118fa0b0ab9dc4f101fc66effe9120b
+SHA1 (gama-2.14.tar.gz) = 149f6df78b8220c9d55d97115792305af0af16f8
+RMD160 (gama-2.14.tar.gz) = 163944c1d26a8918171b2eea50d8268b366941b8
+SHA512 (gama-2.14.tar.gz) = db5b9ef5aac8f8c8a5cc9b75f33729df8eac5474978376e60fe787bcfafff1621696705ace39f842ad35e31a3323b2b35999abe69d4073d7ab5098a708ac5828
+Size (gama-2.14.tar.gz) = 14697948 bytes
diff --git a/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp b/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp
deleted file mode 100644
index 93f5a90218d..00000000000
--- a/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-lib_gnu__gama_g3_g3__model.cpp,v 1.1 2021/01/24 15:05:05 gdt Exp $
-
-Initialize class member to avoid later uninitialized use.
-
-Sent to upstream maintainer via email 2020-01-24.
-
---- lib/gnu_gama/g3/g3_model.cpp.orig 2020-11-28 19:50:40.000000000 +0000
-+++ lib/gnu_gama/g3/g3_model.cpp
-@@ -40,6 +40,8 @@ Model::Model()
- adj = new Adj;
- adj_input_data = 0;
-
-+ A = NULL;
-+
- points->set_common_data(this);
- set(&ellipsoid, ellipsoid_wgs84);
-