pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/mapcode
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Oct 3 12:15:02 UTC 2017
Modified Files:
pkgsrc/geography/mapcode: Makefile distinfo
Log Message:
Update geography/mapcode to 2.5.4.
- Added encodeLatLonToSelectedMapcode as a convenience for languages
that use the C library, but have difficulties dealing with
multi-dimensional arrays (like Swift).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/mapcode/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/mapcode/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/mapcode/Makefile
diff -u pkgsrc/geography/mapcode/Makefile:1.5 pkgsrc/geography/mapcode/Makefile:1.6
--- pkgsrc/geography/mapcode/Makefile:1.5 Mon Jan 16 13:49:40 2017
+++ pkgsrc/geography/mapcode/Makefile Tue Oct 3 12:15:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/16 13:49:40 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/03 12:15:02 fhajny Exp $
-DISTNAME= mapcode-cpp-2.5.2
+DISTNAME= mapcode-cpp-2.5.4
PKGNAME= ${DISTNAME:S/-cpp//}
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=mapcode-foundation/}
@@ -32,7 +32,7 @@ do-install:
${INSTALL_LIB} ${WRKSRC}/build/libmapcode.so ${DESTDIR}${PREFIX}/lib
do-test:
- cd ${WRKSRC}/unittest && ${SETENV} ${TEST_ENV} LD_LIBRARY_PATH=${WRKSRC}/build ${WRKSRC}/build/unittest
+ cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} LD_LIBRARY_PATH=${WRKSRC}/build ../build/unittest
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/mapcode/distinfo
diff -u pkgsrc/geography/mapcode/distinfo:1.4 pkgsrc/geography/mapcode/distinfo:1.5
--- pkgsrc/geography/mapcode/distinfo:1.4 Mon Jan 16 13:49:40 2017
+++ pkgsrc/geography/mapcode/distinfo Tue Oct 3 12:15:02 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/01/16 13:49:40 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2017/10/03 12:15:02 fhajny Exp $
-SHA1 (mapcode-cpp-2.5.2.tar.gz) = 6ee4f7757c38aa047ce989fd68c35973009ce4d0
-RMD160 (mapcode-cpp-2.5.2.tar.gz) = 3a8101f20fade6d0d06af99d466bd5ae1e7a3d6b
-SHA512 (mapcode-cpp-2.5.2.tar.gz) = 9e1815c5a6f154185ba7651d99b5f389df093a0f4d9bd2caffefb7ef536adaca6fbb21f5c12c230500aafb0191a31606c836b24ba113c353fd90ad389582c5f5
-Size (mapcode-cpp-2.5.2.tar.gz) = 1163456 bytes
+SHA1 (mapcode-cpp-2.5.4.tar.gz) = b093ca5dce86ecd208d6499bf132dfcc241eea16
+RMD160 (mapcode-cpp-2.5.4.tar.gz) = 36451979806b7524c3af70a428bfb42451f7be7e
+SHA512 (mapcode-cpp-2.5.4.tar.gz) = 8c87cbb955b0172c71ab08a3770f941b1d17874d889d0cbbeef4a125c9295e7c2cb920fba925b088226e1f3004e380bfd4a3fd04d614c75210f684436ba46bc7
+Size (mapcode-cpp-2.5.4.tar.gz) = 1164087 bytes
SHA1 (patch-CMakeLists.txt) = b700ffd3efe7d1daa25a87186db304d8d5b6a34c
Home |
Main Index |
Thread Index |
Old Index