Update to 0.9.12
PR: ports/158285 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer timeout, bapt (mentor)
This commit is contained in:
parent
5564d6d7b9
commit
1013bd7890
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277461
2 changed files with 5 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libmicrohttpd
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -25,7 +24,7 @@ IGNORE= strdup is not available in this OS release
|
|||
.endif
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https
|
||||
.endif
|
||||
|
||||
|
@ -36,7 +35,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|||
MAN3= libmicrohttpd.3
|
||||
INFO= microhttpd microhttpd-tutorial
|
||||
|
||||
PLIST_FILES= lib/libmicrohttpd.so.12 \
|
||||
PLIST_FILES= lib/libmicrohttpd.so.20 \
|
||||
lib/libmicrohttpd.la \
|
||||
lib/libmicrohttpd.so \
|
||||
lib/libmicrohttpd.a \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libmicrohttpd-0.9.4.tar.gz) = 109823c81a846211a88ecd59ab4b8d88448f85d6b217ed2cac14e5364a6f32f2
|
||||
SIZE (libmicrohttpd-0.9.4.tar.gz) = 751887
|
||||
SHA256 (libmicrohttpd-0.9.12.tar.gz) = c5fbfb913a715b45edce494cec45dd233509d0a890701747e34d6f8f343ebea2
|
||||
SIZE (libmicrohttpd-0.9.12.tar.gz) = 770824
|
||||
|
|
Loading…
Reference in a new issue