update to uriparser-0.8.5, from Björn Ketelaars
This commit is contained in:
parent
9bd8717512
commit
beaeb214ff
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/10/31 23:02:07 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2018/02/08 13:01:30 sthen Exp $
|
||||
|
||||
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"
|
||||
|
@ -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
|
||||
|
@ -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 @@
|
||||
$OpenBSD: patch-tool_uriparse_c,v 1.2 2018/02/08 13:01:30 sthen Exp $
|
||||
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user