git: e7e0cd5d8f6a - main - www/libmicrohttpd: Update to 0.9.75
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jan 2022 19:16:34 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7e0cd5d8f6af162339256317f2d4ca03e04dba8 commit e7e0cd5d8f6af162339256317f2d4ca03e04dba8 Author: Hung-Yi Chen <gaod@hychen.org> AuthorDate: 2022-01-10 19:05:27 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-01-10 19:15:47 +0000 www/libmicrohttpd: Update to 0.9.75 - Correct license declaration. - Remove libgcrypt dependency. Neither MHD nor GnuTLS needs it. - Enforce configure to use libcurl if TESTCURL is enabled. PR: 260777 Reported by: Evgeny Grin (co-maintainer of GNU libmicrohttpd, via mail) --- www/libmicrohttpd/Makefile | 9 ++++----- www/libmicrohttpd/distinfo | 6 +++--- www/libmicrohttpd/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 1212a8641ee6..40b7e9a64af4 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,14 +1,14 @@ # Created by: David Barksdale <amatus@gnu.org> PORTNAME= libmicrohttpd -DISTVERSION= 0.9.74 +DISTVERSION= 0.9.75 CATEGORIES= www MASTER_SITES= GNU MAINTAINER= gaod@hychen.org COMMENT= C library for embedding HTTP server functionality -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool localbase pathfix @@ -26,12 +26,11 @@ OPTIONS_DEFINE= GNUTLS TESTCURL OPTIONS_DEFAULT= GNUTLS TESTCURL_DESC= Use curl when running unit tests -GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgnutls.so:security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ENABLE=https TESTCURL_LIB_DEPENDS= libcurl.so:ftp/curl -TESTCURL_CONFIGURE_OFF= --disable-curl +TESTCURL_CONFIGURE_ENABLE= curl INFO= libmicrohttpd libmicrohttpd-tutorial diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index d2d45039d887..ae19a1dab17e 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640159971 -SHA256 (libmicrohttpd-0.9.74.tar.gz) = 42035d0261373324bfb434018f4ab892514b10253d1af232e41b4cc2c11e650b -SIZE (libmicrohttpd-0.9.74.tar.gz) = 1962057 +TIMESTAMP = 1640747817 +SHA256 (libmicrohttpd-0.9.75.tar.gz) = 9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb +SIZE (libmicrohttpd-0.9.75.tar.gz) = 1952076 diff --git a/www/libmicrohttpd/pkg-plist b/www/libmicrohttpd/pkg-plist index 1fe0a9f7bfcf..5679da2c7806 100644 --- a/www/libmicrohttpd/pkg-plist +++ b/www/libmicrohttpd/pkg-plist @@ -2,7 +2,7 @@ include/microhttpd.h lib/libmicrohttpd.a lib/libmicrohttpd.so lib/libmicrohttpd.so.12 -lib/libmicrohttpd.so.12.59.0 +lib/libmicrohttpd.so.12.60.0 libdata/pkgconfig/libmicrohttpd.pc man/man3/libmicrohttpd.3.gz share/info/libmicrohttpd_performance_data.png