Sun Nov 26 16:38:40 2017 UTC ()
gama: Update to 1.20

packaging change: Depend on GNU make (not documented upstream).

Upstream changes:

* New test suite for matvec classes and support for valgrind memory
  leak tests for tests/matvec and tests/gama-local.

     This release is a preperation phase for the next release in which
     the base matvec memory handling class (MemRep) will reimplemented
     with C++11 move constructor and move assignemnt operator.


(gdt)
diff -r1.21 -r1.22 pkgsrc/geography/gama/Makefile
diff -r1.8 -r1.9 pkgsrc/geography/gama/distinfo

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

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

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

--- pkgsrc/geography/gama/distinfo 2017/09/28 00:11:11 1.8
+++ pkgsrc/geography/gama/distinfo 2017/11/26 16:38:40 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2017/09/28 00:11:11 gdt Exp $ 1$NetBSD: distinfo,v 1.9 2017/11/26 16:38:40 gdt Exp $
2 2
3SHA1 (gama-1.19.tar.gz) = 7f91c25874d8291e89d1ad9916c952a4398f29d6 3SHA1 (gama-1.20.tar.gz) = 9f6fffce3fab1b256078a1534e229cd0e2fcfe4b
4RMD160 (gama-1.19.tar.gz) = 5333dc6377fbce8421e4d7cf32bc14f0f6e5226a 4RMD160 (gama-1.20.tar.gz) = fac5a65c446c6ffadf1562a7a0bf3007217049cb
5SHA512 (gama-1.19.tar.gz) = 9bc5058045790cc978ae0cbd3a589e4b5c4c2f8fc705fc8ba945cac18b38d6dd70fa33d29e29b17f3adc84876412a5e8612b6c67ffcbc6bb30d771dcc7d4f105 5SHA512 (gama-1.20.tar.gz) = ffcdce60ade656a8af2e644d9fc842410959aa595acfa2760a26cafc5317cfa6a9b2a6f01ffb209d52919bda57bdd89ac25d3a9158013a71f19d5bb9fe7563ad
6Size (gama-1.19.tar.gz) = 1116329 bytes 6Size (gama-1.20.tar.gz) = 1147959 bytes