Subject: CVS commit: pkgsrc/textproc/uriparser
From: Adam Ciarcinski
Date: 2019-05-20 09:44:59
Message id: 20190520074459.B61F4FBF5@cvs.NetBSD.org

Log Message:
uriparser: updated to 0.9.3

0.9.3:
* Fixed: pkg-config: Fix version line in liburiparser.pc
* Changed: MinGW: Add library version suffix to DLL name
* Soname: 1:26:0

0.9.2:
* Fixed: Add missing extern "C" wrapper to UriIp4.h for use from C++
* Fixed: Linking error for symbol defaultMemoryManager from mixing C and C++
* Fixed: Link errors on Haiku regarding function inet_ntop
* Fixed: Mark API functions with __declspec(dllexport) and
    __declspec(dllimport) in *.h files for Visual Studio
* Improved: Use -fvisibility=hidden by default with supporting compilers,
     e.g. GCC and Clang
* Changed: Migrated from GNU Autotools to CMake
* Removed: All Windows-related build systems other than CMake
* Soname: 1:25:0

Files:
RevisionActionfile
1.13modifypkgsrc/textproc/uriparser/Makefile
1.5modifypkgsrc/textproc/uriparser/PLIST
1.11modifypkgsrc/textproc/uriparser/distinfo
1.1addpkgsrc/textproc/uriparser/patches/patch-include_uriparser_UriBase.h
1.1.1.1removepkgsrc/textproc/uriparser/patches/patch-aa