Hi ports --

Attached is an update for libmicrohttpd.
No symbol changes. I built everything that depends on libmicrohttpd and everything checked out OK. Added debug packages, since there were times I definitely could have used it with drawpile.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile	11 Jan 2020 18:35:11 -0000	1.11
+++ Makefile	16 Feb 2020 15:11:56 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.11 2020/01/11 18:35:11 bcallah Exp $
 
 COMMENT =	tiny embeddable httpd library written in C
-DISTNAME =	libmicrohttpd-0.9.69
+DISTNAME =	libmicrohttpd-0.9.70
 CATEGORIES =	www
 
 SHARED_LIBS +=	microhttpd                0.4 # 65.0
@@ -16,6 +16,8 @@ WANTLIB += ffi gmp gnutls hogweed iconv 
 WANTLIB += pthread tasn1 unistring
 
 MASTER_SITES =	${MASTER_SITE_GNU:=libmicrohttpd/}
+
+DEBUG_PACKAGES =	${BUILD_PACKAGES}
 
 CONFIGURE_STYLE =	gnu
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo	11 Jan 2020 18:35:11 -0000	1.10
+++ distinfo	16 Feb 2020 15:11:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (libmicrohttpd-0.9.69.tar.gz) = +5trFIt4dJPmN9MINYhxHmXLy3JvoCzuLNVDxd4n434=
-SIZE (libmicrohttpd-0.9.69.tar.gz) = 1884511
+SHA256 (libmicrohttpd-0.9.70.tar.gz) = kNCj05b5b5vEHrD36Bh3lgSShfq++CYErNSHlZCXcwc=
+SIZE (libmicrohttpd-0.9.70.tar.gz) = 1886435

Reply via email to