pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gama



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Nov 26 16:38:40 UTC 2017

Modified Files:
        pkgsrc/geography/gama: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/geography/gama/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/gama/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gama/Makefile
diff -u pkgsrc/geography/gama/Makefile:1.21 pkgsrc/geography/gama/Makefile:1.22
--- pkgsrc/geography/gama/Makefile:1.21 Sat Oct  7 18:19:06 2017
+++ pkgsrc/geography/gama/Makefile      Sun Nov 26 16:38:40 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/10/07 18:19:06 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2017/11/26 16:38:40 gdt Exp $
 #
 
-DISTNAME=      gama-1.19
+DISTNAME=      gama-1.20
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GNU:=gama/}
 
@@ -11,6 +11,8 @@ COMMENT=      Geodetic network adjustment (su
 LICENSE=       gnu-gpl-v2 # or later
 
 USE_LANGUAGES= c c++11
+# Not documented, but apparent.
+USE_TOOLS+=    gmake
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/info

Index: pkgsrc/geography/gama/distinfo
diff -u pkgsrc/geography/gama/distinfo:1.8 pkgsrc/geography/gama/distinfo:1.9
--- pkgsrc/geography/gama/distinfo:1.8  Thu Sep 28 00:11:11 2017
+++ pkgsrc/geography/gama/distinfo      Sun Nov 26 16:38:40 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/09/28 00:11:11 gdt Exp $
+$NetBSD: distinfo,v 1.9 2017/11/26 16:38:40 gdt Exp $
 
-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
+SHA1 (gama-1.20.tar.gz) = 9f6fffce3fab1b256078a1534e229cd0e2fcfe4b
+RMD160 (gama-1.20.tar.gz) = fac5a65c446c6ffadf1562a7a0bf3007217049cb
+SHA512 (gama-1.20.tar.gz) = ffcdce60ade656a8af2e644d9fc842410959aa595acfa2760a26cafc5317cfa6a9b2a6f01ffb209d52919bda57bdd89ac25d3a9158013a71f19d5bb9fe7563ad
+Size (gama-1.20.tar.gz) = 1147959 bytes



Home | Main Index | Thread Index | Old Index