diff options
author | gdt <gdt@pkgsrc.org> | 2017-10-07 18:19:06 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2017-10-07 18:19:06 +0000 |
commit | 833c05b88a4f06fd226e18c5fe1388c995cd4812 (patch) | |
tree | e3548662eaf2d58000512cd2fa2c3fc06f738b74 /geography | |
parent | b1be344c09a357e2e15156a5fe895864d4df9cc5 (diff) | |
download | pkgsrc-833c05b88a4f06fd226e18c5fe1388c995cd4812.tar.gz |
gama: update to 1.19
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).
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gama/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile index 7652f755cad..b3493ad202f 100644 --- a/geography/gama/Makefile +++ b/geography/gama/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2017/09/18 09:53:21 maya Exp $ +# $NetBSD: Makefile,v 1.21 2017/10/07 18:19:06 gdt Exp $ # -DISTNAME= gama-1.18 -PKGREVISION= 3 +DISTNAME= gama-1.19 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} @@ -11,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/s/gama/ COMMENT= Geodetic network adjustment (surveying) LICENSE= gnu-gpl-v2 # or later -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --infodir=${PREFIX}/info |