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:           Thu Aug 18 15:57:41 UTC 2016

Modified Files:
        pkgsrc/geography/gama: Makefile distinfo

Log Message:
Update to 1.18

Version 1.18 August 2016

* configure.ac : patch by Greg Troxel <gdt%lexort.com@localhost>
     CPPFLAGS was set with +=, which is a bash extension and fails on
     POSIX-conforming shells.  This resulted in sqlite3 support not being
     enabled on NetBSD, even though the sqlite3 library was found and
     linked in.
* fixed some minor problems reported by Greg Troxel (doc, NEWS)
* in local/network.cpp commented out // removed_obs.clear();
* fixed a formatting bug in outlaying terms (due to c++11)
* fixed a bug in HTML parser test
* simplified class LocalPoint
* fixed a bug in sql export reported by Dominik Hladik
* added @documentencoding UTF-8 into gama.texi


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/geography/gama/Makefile
cvs rdiff -u -r1.6 -r1.7 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.16 pkgsrc/geography/gama/Makefile:1.17
--- pkgsrc/geography/gama/Makefile:1.16 Sat Apr 30 01:17:44 2016
+++ pkgsrc/geography/gama/Makefile      Thu Aug 18 15:57:41 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2016/04/30 01:17:44 gdt Exp $
+# $NetBSD: Makefile,v 1.17 2016/08/18 15:57:41 gdt Exp $
 #
 
-DISTNAME=      gama-1.17
+DISTNAME=      gama-1.18
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GNU:=gama/}
 

Index: pkgsrc/geography/gama/distinfo
diff -u pkgsrc/geography/gama/distinfo:1.6 pkgsrc/geography/gama/distinfo:1.7
--- pkgsrc/geography/gama/distinfo:1.6  Sat Apr 30 01:17:44 2016
+++ pkgsrc/geography/gama/distinfo      Thu Aug 18 15:57:41 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2016/04/30 01:17:44 gdt Exp $
+$NetBSD: distinfo,v 1.7 2016/08/18 15:57:41 gdt Exp $
 
-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 (gama-1.18.tar.gz) = 503d938d2f969a97352ebe13f696d3c7736b7973
+RMD160 (gama-1.18.tar.gz) = 12cd52d0136a3f5147d392d57c3ce73a013ce206
+SHA512 (gama-1.18.tar.gz) = a72588e962977961e334dc3f353c52b1ba3063cb199110fa80d33299bff89304e001f36e6e7e095bd4c95cfa75143e6b11515cc92665f96b1cc4976dbb44a432
+Size (gama-1.18.tar.gz) = 1114583 bytes
 SHA1 (patch-tests_gama-local_scripts_gama-local-parameters.in) = e9e96391ac6ad32ed63533d3177a96ba245a8a8d
 SHA1 (patch-tests_gama-local_scripts_gama-local-updated-xml.in) = 5f72be1b1a854fd9825bc9dda73c4a5ce24689dc



Home | Main Index | Thread Index | Old Index