mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
www/libmicrohttpd from 0.9.52 to 0.9.58
switch to pkg-plist and from http to https in pkg-descr Changelog: * Better support for automatic port detection for sockets provided by MHD_OPTION_LISTEN_SOCKET option. * Documentation installation fixes. * Removed usage of 3DES mode from test-suite to avoid test failures on modern platforms. * Minor compiler warning fix. PR: 224535 Reported by: Greg Fitzgerald <gregf@hugops.pw) Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13676
This commit is contained in:
parent
f6c0c8f117
commit
79e3dbd451
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457552
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmicrohttpd
|
||||
PORTVERSION= 0.9.52
|
||||
DISTVERSION= 0.9.58
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -28,14 +28,6 @@ GNUTLS_CONFIGURE_ENABLE=https
|
||||
|
||||
INFO= libmicrohttpd libmicrohttpd-tutorial
|
||||
|
||||
PLIST_FILES= include/microhttpd.h \
|
||||
lib/libmicrohttpd.a \
|
||||
lib/libmicrohttpd.so \
|
||||
lib/libmicrohttpd.so.12 \
|
||||
lib/libmicrohttpd.so.12.40.0 \
|
||||
libdata/pkgconfig/libmicrohttpd.pc \
|
||||
man/man3/libmicrohttpd.3.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \
|
||||
${WRKSRC}/src/examples/Makefile.in
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485197562
|
||||
SHA256 (libmicrohttpd-0.9.52.tar.gz) = 54797f6e763d417627f89f60e4ae0a431dab0523f92f83def23ea02d0defafea
|
||||
SIZE (libmicrohttpd-0.9.52.tar.gz) = 1244489
|
||||
TIMESTAMP = 1514008410
|
||||
SHA256 (libmicrohttpd-0.9.58.tar.gz) = 7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3
|
||||
SIZE (libmicrohttpd-0.9.58.tar.gz) = 1333687
|
||||
|
@ -3,4 +3,4 @@ into other applications. It is reentrant, fast, supports HTTP 1.1, and
|
||||
permits listening on multiple ports. The API is simple and still powerful
|
||||
enough to allow programmers to use the entire HTTP feature set.
|
||||
|
||||
WWW: http://www.gnu.org/software/libmicrohttpd/
|
||||
WWW: https://www.gnu.org/software/libmicrohttpd/
|
||||
|
8
www/libmicrohttpd/pkg-plist
Normal file
8
www/libmicrohttpd/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
include/microhttpd.h
|
||||
info/libmicrohttpd_performance_data.png
|
||||
lib/libmicrohttpd.a
|
||||
lib/libmicrohttpd.so
|
||||
lib/libmicrohttpd.so.12
|
||||
lib/libmicrohttpd.so.12.46.0
|
||||
libdata/pkgconfig/libmicrohttpd.pc
|
||||
man/man3/libmicrohttpd.3.gz
|
Loading…
Reference in New Issue
Block a user