pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/shapelib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 23 22:16:52 UTC 2025

Modified Files:
        pkgsrc/geography/shapelib: Makefile distinfo

Log Message:
geography/shapelib: Update to 1.6.2

Changes since 1.6.1:

* Nullify userdata also in SASetupUtf8Hooks
* Test suite enhancements
* CMake: no longer use CTest and add manual BUILD_TESTING option
  instead (default to ON)
* Prefer tagged version of Google Benchmark
* dbfcreate: allow creation of Date and Logical fields #167 (#168)
* Fix cppcheck nullPointerOutOfMemory warnings
* DBFWriteAttribute(): return true when no precision loss occured when
  writing a double
* SHPCreateLL()/DBFCreate(): make error message contains full filename
  (in case it is very long)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/shapelib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/shapelib/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/shapelib/Makefile
diff -u pkgsrc/geography/shapelib/Makefile:1.11 pkgsrc/geography/shapelib/Makefile:1.12
--- pkgsrc/geography/shapelib/Makefile:1.11     Wed Aug 14 11:30:45 2024
+++ pkgsrc/geography/shapelib/Makefile  Tue Sep 23 22:16:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/08/14 11:30:45 gdt Exp $
+# $NetBSD: Makefile,v 1.12 2025/09/23 22:16:52 gdt Exp $
 
-VERSION=               1.6.1
+VERSION=               1.6.2
 #VERSION_RC=           rc2
 DISTNAME=              shapelib-${VERSION}${VERSION_RC}
 CATEGORIES=            geography

Index: pkgsrc/geography/shapelib/distinfo
diff -u pkgsrc/geography/shapelib/distinfo:1.9 pkgsrc/geography/shapelib/distinfo:1.10
--- pkgsrc/geography/shapelib/distinfo:1.9      Wed Aug 14 11:30:45 2024
+++ pkgsrc/geography/shapelib/distinfo  Tue Sep 23 22:16:52 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2024/08/14 11:30:45 gdt Exp $
+$NetBSD: distinfo,v 1.10 2025/09/23 22:16:52 gdt Exp $
 
-BLAKE2s (shapelib-1.6.1.tar.gz) = e6e1255666bc816883af304b06e1c47284cd8ed02a7890c02dccc5d2aecd67cb
-SHA512 (shapelib-1.6.1.tar.gz) = 66823f67e7c46017b16683a28d5c5783a799756d220c8ed1aa6dd7f971b41ca73dfd8c5674f214a0a35339f885b095e12b2ac52263968a6247b6895d43136e3f
-Size (shapelib-1.6.1.tar.gz) = 1036372 bytes
+BLAKE2s (shapelib-1.6.2.tar.gz) = 54eb761a95f613a64197bae5df9597cedebc8396f789160d8a4742a0005d400b
+SHA512 (shapelib-1.6.2.tar.gz) = 5537ede3433d293f8b7cae9b62e6247c2a2ec02330de594d02e9359dfa4dca43e63fa023124340362bf7535c04f05c2f73dd4238e92e67575252a784efb35c46
+Size (shapelib-1.6.2.tar.gz) = 1039342 bytes
 SHA1 (patch-Makefile.in) = 5077d62222e06184321b66e860d74a689f23b052



Home | Main Index | Thread Index | Old Index