pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gama Update to 1.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0f93b7780e9
branches:  trunk
changeset: 369285:d0f93b7780e9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 28 00:11:11 2017 +0000

description:
Update to 1.19

gama now requires c++11.  It's likely that 1.18 did also, but that
this was less obvious.

Besides items noted in upstream NEWS, two pkgsrc patches were applied
upstream.

Version 1.19 June 2017

* fixed a bug introduced in 1.16, reported by Pierre Bosser
        <pierre.bosser%ensta-bretagne.fr@localhost>. Implicit value of
        covariance band in XML adjustment output is -1 (full
        bandwidth).

diffstat:

 geography/gama/distinfo                                                         |  12 +++-----
 geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in  |  13 ----------
 geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in |  13 ----------
 3 files changed, 5 insertions(+), 33 deletions(-)

diffs (51 lines):

diff -r 831a1a751b12 -r d0f93b7780e9 geography/gama/distinfo
--- a/geography/gama/distinfo   Wed Sep 27 22:24:46 2017 +0000
+++ b/geography/gama/distinfo   Thu Sep 28 00:11:11 2017 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/08/18 15:57:41 gdt Exp $
+$NetBSD: distinfo,v 1.8 2017/09/28 00:11:11 gdt Exp $
 
-SHA1 (gama-1.18.tar.gz) = 503d938d2f969a97352ebe13f696d3c7736b7973
-RMD160 (gama-1.18.tar.gz) = 12cd52d0136a3f5147d392d57c3ce73a013ce206
-SHA512 (gama-1.18.tar.gz) = a72588e962977961e334dc3f353c52b1ba3063cb199110fa80d33299bff89304e001f36e6e7e095bd4c95cfa75143e6b11515cc92665f96b1cc4976dbb44a432
-Size (gama-1.18.tar.gz) = 1114583 bytes
-SHA1 (patch-tests_gama-local_scripts_gama-local-parameters.in) = e9e96391ac6ad32ed63533d3177a96ba245a8a8d
-SHA1 (patch-tests_gama-local_scripts_gama-local-updated-xml.in) = 5f72be1b1a854fd9825bc9dda73c4a5ce24689dc
+SHA1 (gama-1.19.tar.gz) = 7f91c25874d8291e89d1ad9916c952a4398f29d6
+RMD160 (gama-1.19.tar.gz) = 5333dc6377fbce8421e4d7cf32bc14f0f6e5226a
+SHA512 (gama-1.19.tar.gz) = 9bc5058045790cc978ae0cbd3a589e4b5c4c2f8fc705fc8ba945cac18b38d6dd70fa33d29e29b17f3adc84876412a5e8612b6c67ffcbc6bb30d771dcc7d4f105
+Size (gama-1.19.tar.gz) = 1116329 bytes
diff -r 831a1a751b12 -r d0f93b7780e9 geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in
--- a/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in    Wed Sep 27 22:24:46 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-tests_gama-local_scripts_gama-local-parameters.in,v 1.1 2016/04/30 01:17:44 gdt Exp $
-
---- tests/gama-local/scripts/gama-local-parameters.in.orig     2015-07-31 12:00:08.000000000 +0000
-+++ tests/gama-local/scripts/gama-local-parameters.in
-@@ -32,7 +32,7 @@ if test -n "$(diff $RES/par.txt $RES/nop
-     exit 1
- fi
- 
--if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" == "xyes"; then
-+if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" = "xyes"; then
-     xmllint --schema @GAMA_XML@/gama-local.xsd --noout \
-         @GAMA_INPUT@/gama-local-par.gkf
-     xmllint --schema @GAMA_XML@/gama-local.xsd --noout \
diff -r 831a1a751b12 -r d0f93b7780e9 geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in
--- a/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in   Wed Sep 27 22:24:46 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-tests_gama-local_scripts_gama-local-updated-xml.in,v 1.1 2016/04/30 01:17:44 gdt Exp $
-
---- tests/gama-local/scripts/gama-local-updated-xml.in.orig    2015-07-31 12:00:08.000000000 +0000
-+++ tests/gama-local/scripts/gama-local-updated-xml.in
-@@ -23,7 +23,7 @@ do
-         $RES/$t-1.xml \
-         $RES/$t-2.xml
- 
--if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" == "xyes"; then
-+if test "x$GNU_GAMA_LOCAL_TEST_XMLLINT" = "xyes"; then
-     xmllint --schema $GAMA_LOCAL_XSD \
-        $RES/$t-1.gkf --noout
- fi



Home | Main Index | Thread Index | Old Index