uriparser 0.8.5 has been released. Changelog can be found at
https://github.com/uriparser/uriparser/blob/master/ChangeLog

The shared lib received a major number bump as a function has been
removed. While here set SEPARATE_BUILD=Yes.

Output Make test:

# TOTAL: 1
# # PASS:  1
# # SKIP:  0
# # XFAIL: 0
# # FAIL:  0
# # XPASS: 0
# # ERROR: 0

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git Makefile Makefile
index 5da6c9af144..e4b66ad137d 100644
--- Makefile
+++ Makefile
@@ -2,9 +2,9 @@
 
 COMMENT =              URI parsing library
 
-DISTNAME =             uriparser-0.8.4
+DISTNAME =             uriparser-0.8.5
 
-SHARED_LIBS +=  uriparser                 0.1 # 1.19
+SHARED_LIBS +=  uriparser                 1.0 # 1.21
 
 CATEGORIES =           www
 
@@ -22,7 +22,7 @@ EXTRACT_SUFX =                .tar.bz2
 BUILD_DEPENDS =                devel/cpptest
 TEST_DEPENDS =         devel/cpptest
 
-
+SEPARATE_BUILD =       Yes
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS =       --disable-doc
 CONFIGURE_ENV =                CPPFLAGS="-I${LOCALBASE}/include"
diff --git distinfo distinfo
index 5f3f74cc57e..93fc4163f9f 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (uriparser-0.8.4.tar.bz2) = znzNpBNpdIiSMehCanhedXjmamKDAJz9E/GySl5leyM=
-SIZE (uriparser-0.8.4.tar.bz2) = 358408
+SHA256 (uriparser-0.8.5.tar.bz2) = WOrNXAPZ40HATrCzCDH67InztBWUn/jXIlTmNDI1LN0=
+SIZE (uriparser-0.8.5.tar.bz2) = 359469
diff --git patches/patch-tool_uriparse_c patches/patch-tool_uriparse_c
index 955a6bd7185..7aebd07b94f 100644
--- patches/patch-tool_uriparse_c
+++ patches/patch-tool_uriparse_c
@@ -1,7 +1,8 @@
 $OpenBSD: patch-tool_uriparse_c,v 1.1.1.1 2013/12/24 20:43:25 bentley Exp $
---- tool/uriparse.c.orig       Mon Dec 23 08:36:39 2013
-+++ tool/uriparse.c    Mon Dec 23 08:36:41 2013
-@@ -41,6 +41,7 @@
+Index: tool/uriparse.c
+--- tool/uriparse.c.orig
++++ tool/uriparse.c
+@@ -42,6 +42,7 @@
  #include <uriparser/Uri.h>
  #include <arpa/inet.h>
  #include <netinet/in.h>

Reply via email to