Thu Sep 28 00:11:11 2017 UTC ()
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>. Implicit value of
	covariance band in XML adjustment output is -1 (full
	bandwidth).


(gdt)
diff -r1.20 -r1.20.4.1 pkgsrc/geography/gama/Makefile
diff -r1.7 -r1.8 pkgsrc/geography/gama/distinfo
diff -r1.1 -r0 pkgsrc/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-parameters.in
diff -r1.1 -r0 pkgsrc/geography/gama/patches/patch-tests_gama-local_scripts_gama-local-updated-xml.in

cvs diff -r1.20 -r1.20.4.1 pkgsrc/geography/gama/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gama/Makefile 2017/09/18 09:53:21 1.20
+++ pkgsrc/geography/gama/Makefile 2017/09/28 00:11:11 1.20.4.1
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.20 2017/09/18 09:53:21 maya Exp $ 1# $NetBSD: Makefile,v 1.20.4.1 2017/09/28 00:11:11 gdt Exp $
2# 2#
3 3
4DISTNAME= gama-1.18 4DISTNAME= gama-1.19
5PKGREVISION= 3 
6CATEGORIES= geography 5CATEGORIES= geography
7MASTER_SITES= ${MASTER_SITE_GNU:=gama/} 6MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
8 7
9MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://www.gnu.org/s/gama/ 9HOMEPAGE= http://www.gnu.org/s/gama/
11COMMENT= Geodetic network adjustment (surveying) 10COMMENT= Geodetic network adjustment (surveying)
12LICENSE= gnu-gpl-v2 # or later 11LICENSE= gnu-gpl-v2 # or later
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++11
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --infodir=${PREFIX}/info 16CONFIGURE_ARGS+= --infodir=${PREFIX}/info
18 17
19INFO_FILES= yes 18INFO_FILES= yes
20 19
21TEST_TARGET= check 20TEST_TARGET= check
22 21
23.include "../../databases/sqlite3/buildlink3.mk" 22.include "../../databases/sqlite3/buildlink3.mk"
24.include "../../textproc/expat/buildlink3.mk" 23.include "../../textproc/expat/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/geography/gama/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/gama/distinfo 2016/08/18 15:57:41 1.7
+++ pkgsrc/geography/gama/distinfo 2017/09/28 00:11:11 1.8
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.7 2016/08/18 15:57:41 gdt Exp $ 1$NetBSD: distinfo,v 1.8 2017/09/28 00:11:11 gdt Exp $
2 2
3SHA1 (gama-1.18.tar.gz) = 503d938d2f969a97352ebe13f696d3c7736b7973 3SHA1 (gama-1.19.tar.gz) = 7f91c25874d8291e89d1ad9916c952a4398f29d6
4RMD160 (gama-1.18.tar.gz) = 12cd52d0136a3f5147d392d57c3ce73a013ce206 4RMD160 (gama-1.19.tar.gz) = 5333dc6377fbce8421e4d7cf32bc14f0f6e5226a
5SHA512 (gama-1.18.tar.gz) = a72588e962977961e334dc3f353c52b1ba3063cb199110fa80d33299bff89304e001f36e6e7e095bd4c95cfa75143e6b11515cc92665f96b1cc4976dbb44a432 5SHA512 (gama-1.19.tar.gz) = 9bc5058045790cc978ae0cbd3a589e4b5c4c2f8fc705fc8ba945cac18b38d6dd70fa33d29e29b17f3adc84876412a5e8612b6c67ffcbc6bb30d771dcc7d4f105
6Size (gama-1.18.tar.gz) = 1114583 bytes 6Size (gama-1.19.tar.gz) = 1116329 bytes
7SHA1 (patch-tests_gama-local_scripts_gama-local-parameters.in) = e9e96391ac6ad32ed63533d3177a96ba245a8a8d 
8SHA1 (patch-tests_gama-local_scripts_gama-local-updated-xml.in) = 5f72be1b1a854fd9825bc9dda73c4a5ce24689dc 

File Deleted: pkgsrc/geography/gama/patches/Attic/patch-tests_gama-local_scripts_gama-local-parameters.in

File Deleted: pkgsrc/geography/gama/patches/Attic/patch-tests_gama-local_scripts_gama-local-updated-xml.in