diff options
author | gdt <gdt@pkgsrc.org> | 2016-04-30 01:17:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-04-30 01:17:44 +0000 |
commit | b649bd1251088d0ee71e53f3d7a228e6e1d8a6a5 (patch) | |
tree | c922c5f522b494b80991ac2e291b6a0e6fc71a12 /geography | |
parent | 5e9a7e1bf3b19ccce2eabb4f9332d6954feaa649 (diff) | |
download | pkgsrc-b649bd1251088d0ee71e53f3d7a228e6e1d8a6a5.tar.gz |
Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.
Upstream news:
Version 1.17 (no upstream NEWS; bug about this reported upstream)
Version 1.16 Jula 2015
* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs
Diffstat (limited to 'geography')
4 files changed, 35 insertions, 8 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile index 757a7827a33..603ce4fce07 100644 --- a/geography/gama/Makefile +++ b/geography/gama/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2016/04/11 19:01:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/30 01:17:44 gdt Exp $ # -DISTNAME= gama-1.15 -PKGREVISION= 5 +DISTNAME= gama-1.17 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} diff --git a/geography/gama/distinfo b/geography/gama/distinfo index bf2e8c02df3..8158cca7f7f 100644 --- a/geography/gama/distinfo +++ b/geography/gama/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:08:41 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/04/30 01:17:44 gdt Exp $ -SHA1 (gama-1.15.tar.gz) = d29689bb8e7d1ceef378df4c50db9a5302cdf60e -RMD160 (gama-1.15.tar.gz) = 4a6db7ed30a37a46f0c42ae8d295bb90cf98872a -SHA512 (gama-1.15.tar.gz) = b87693146999fd36a67e97ff4383db5e1c29d808ca1a181519fd3d8c8e79fc069df3b5e521005f5bea57a4ab9f026ed2673b8ad7b278183a6ebbec41d344fb6c -Size (gama-1.15.tar.gz) = 1078852 bytes +SHA1 (gama-1.17.tar.gz) = b0d79b4133ec5052a2e70e50cf82a32eb1978785 +RMD160 (gama-1.17.tar.gz) = a5d90d171935115bc69b85b5086ffda182437700 +SHA512 (gama-1.17.tar.gz) = 56994ff7f9385c758c32e1794fb4263ecf8c838979029e0fceed70650314e40d3507b3b10224d1acfc4e5f63884b5f193407f2d49dbde32244fcaa38ff3aaf04 +Size (gama-1.17.tar.gz) = 1114918 bytes +SHA1 (patch-tests_gama-local_scripts_gama-local-parameters.in) = e9e96391ac6ad32ed63533d3177a96ba245a8a8d +SHA1 (patch-tests_gama-local_scripts_gama-local-updated-xml.in) = 5f72be1b1a854fd9825bc9dda73c4a5ce24689dc diff --git a/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in new file mode 100644 index 00000000000..04512a826fb --- /dev/null +++ b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in @@ -0,0 +1,13 @@ +$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 --git a/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in new file mode 100644 index 00000000000..fb63494b7af --- /dev/null +++ b/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in @@ -0,0 +1,13 @@ +$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 |