pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/uriparser
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 2 09:59:45 UTC 2020
Modified Files:
pkgsrc/textproc/uriparser: Makefile PLIST distinfo
Log Message:
uriparser: Update to 0.9.4
2020-05-31 -- 0.9.4
* Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67)
* Fixed: CMake: Support GTest 1.8.0 (GitHub #68)
Thanks to Ryan Schmidt for the related report!
* Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
GTEST_INCLUDE_DIR (GitHub #79, #81)
Thanks to Wouter Beek for the related report!
* Improved: CMake: Send config summary to stdout, not stderr (GitHub #72)
Thanks to Scott Donelan for the patch!
* Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69)
* Added: Functions to make UriUri[AW] instances independent of the original
URI string (GitHub #77 and #78)
New functions:
uriMakeOwner[AW]
uriMakeOwnerMm[AW]
* Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
files, defaults to "ON" (GitHub #74, #75)
Thanks to Scott Donelan for the patch!
* Soname: 1:26:0
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/uriparser/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/uriparser/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/uriparser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/uriparser/Makefile
diff -u pkgsrc/textproc/uriparser/Makefile:1.13 pkgsrc/textproc/uriparser/Makefile:1.14
--- pkgsrc/textproc/uriparser/Makefile:1.13 Mon May 20 07:44:59 2019
+++ pkgsrc/textproc/uriparser/Makefile Tue Jun 2 09:59:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/05/20 07:44:59 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/06/02 09:59:45 nia Exp $
-DISTNAME= uriparser-0.9.3
+DISTNAME= uriparser-0.9.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=uriparser/}
GITHUB_RELEASE= ${DISTNAME}
@@ -19,6 +19,9 @@ TEST_TARGET= test
CMAKE_ARGS+= -DURIPARSER_BUILD_DOCS=OFF
+# reallocarray etc
+CFLAGS.NetBSD+= -D_OPENBSD_SOURCE
+
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../devel/googletest/buildlink3.mk"
Index: pkgsrc/textproc/uriparser/PLIST
diff -u pkgsrc/textproc/uriparser/PLIST:1.5 pkgsrc/textproc/uriparser/PLIST:1.6
--- pkgsrc/textproc/uriparser/PLIST:1.5 Mon May 20 07:44:59 2019
+++ pkgsrc/textproc/uriparser/PLIST Tue Jun 2 09:59:45 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/05/20 07:44:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/06/02 09:59:45 nia Exp $
bin/uriparse
include/uriparser/Uri.h
include/uriparser/UriBase.h
@@ -6,11 +6,11 @@ include/uriparser/UriDefsAnsi.h
include/uriparser/UriDefsConfig.h
include/uriparser/UriDefsUnicode.h
include/uriparser/UriIp4.h
-lib/cmake/uriparser-0.9.3/uriparser-config-version.cmake
-lib/cmake/uriparser-0.9.3/uriparser-config.cmake
-lib/cmake/uriparser-0.9.3/uriparser-noconfig.cmake
-lib/cmake/uriparser-0.9.3/uriparser.cmake
+lib/cmake/uriparser-${PKGVERSION}/uriparser-config-version.cmake
+lib/cmake/uriparser-${PKGVERSION}/uriparser-config.cmake
+lib/cmake/uriparser-${PKGVERSION}/uriparser-noconfig.cmake
+lib/cmake/uriparser-${PKGVERSION}/uriparser.cmake
lib/liburiparser.so
lib/liburiparser.so.1
-lib/liburiparser.so.1.0.26
+lib/liburiparser.so.1.0.27
lib/pkgconfig/liburiparser.pc
Index: pkgsrc/textproc/uriparser/distinfo
diff -u pkgsrc/textproc/uriparser/distinfo:1.12 pkgsrc/textproc/uriparser/distinfo:1.13
--- pkgsrc/textproc/uriparser/distinfo:1.12 Sun Mar 22 13:51:23 2020
+++ pkgsrc/textproc/uriparser/distinfo Tue Jun 2 09:59:45 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2020/03/22 13:51:23 tnn Exp $
+$NetBSD: distinfo,v 1.13 2020/06/02 09:59:45 nia Exp $
-SHA1 (uriparser-0.9.3.tar.xz) = b9b424a3e16d32fadfc603de3f5f4a9d5dbe7c76
-RMD160 (uriparser-0.9.3.tar.xz) = a8b4b08a42c1dca7404a2bc592f928437aa44157
-SHA512 (uriparser-0.9.3.tar.xz) = fd821c5b441c5bbf9477ec9e3abfb4b3bf3789e1d874905ac8ba23b4a301a586a5fa03328dc62bc2b261d3b99b5c7c44f84b8faf57377bc2275ce0b78b58887b
-Size (uriparser-0.9.3.tar.xz) = 166328 bytes
+SHA1 (uriparser-0.9.4.tar.xz) = 3f7102e2a2e59e1cbdcaa7dc974fc8d0775703c7
+RMD160 (uriparser-0.9.4.tar.xz) = 475d616bb0a845964c3f32550bbdef7c0bec0a0b
+SHA512 (uriparser-0.9.4.tar.xz) = b62f13232be58f90b8d3ccd8d5de6759a2146ac67555ffbf1c32318c52073300e7ead55eb73254bef84d2273aa5eb815a66d3e81aafb30bfdb60a9ffb8233c55
+Size (uriparser-0.9.4.tar.xz) = 167456 bytes
SHA1 (patch-CMakeLists.txt) = af3b6b9531f82956ce7aa4294d505d035b8c76f0
SHA1 (patch-include_uriparser_UriBase.h) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd
Home |
Main Index |
Thread Index |
Old Index