mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
8e920964e6
commit
e7e0cd5d8f
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue