Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/uriparser uriparser: Update to 0.9.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e49da7232844
branches:  trunk
changeset: 433421:e49da7232844
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 02 09:59:45 2020 +0000

description:
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

diffstat:

 textproc/uriparser/Makefile |   7 +++++--
 textproc/uriparser/PLIST    |  12 ++++++------
 textproc/uriparser/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 13 deletions(-)

diffs (65 lines):

diff -r e86eeffb5482 -r e49da7232844 textproc/uriparser/Makefile
--- a/textproc/uriparser/Makefile       Tue Jun 02 09:18:13 2020 +0000
+++ b/textproc/uriparser/Makefile       Tue Jun 02 09:59:45 2020 +0000
@@ -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 @@
 
 CMAKE_ARGS+=           -DURIPARSER_BUILD_DOCS=OFF
 
+# reallocarray etc
+CFLAGS.NetBSD+=                -D_OPENBSD_SOURCE
+
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "../../devel/googletest/buildlink3.mk"
diff -r e86eeffb5482 -r e49da7232844 textproc/uriparser/PLIST
--- a/textproc/uriparser/PLIST  Tue Jun 02 09:18:13 2020 +0000
+++ b/textproc/uriparser/PLIST  Tue Jun 02 09:59:45 2020 +0000
@@ -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/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
diff -r e86eeffb5482 -r e49da7232844 textproc/uriparser/distinfo
--- a/textproc/uriparser/distinfo       Tue Jun 02 09:18:13 2020 +0000
+++ b/textproc/uriparser/distinfo       Tue Jun 02 09:59:45 2020 +0000
@@ -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