mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.9.20
PR: 169100 Submitted by: gahr Approved by: maintainer (timeout > 15 days)
This commit is contained in:
parent
9855b481e6
commit
8d1b7b46dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300797
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libmicrohttpd
|
||||
PORTVERSION= 0.9.15
|
||||
PORTVERSION= 0.9.20
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -25,7 +25,7 @@ IGNORE= strdup is not available in this OS release
|
|||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||
gnutls.47:${PORTSDIR}/security/gnutls
|
||||
gnutls:${PORTSDIR}/security/gnutls
|
||||
CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https
|
||||
.endif
|
||||
|
||||
|
@ -36,7 +36,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|||
MAN3= libmicrohttpd.3
|
||||
INFO= microhttpd microhttpd-tutorial
|
||||
|
||||
PLIST_FILES= lib/libmicrohttpd.so.23 \
|
||||
PLIST_FILES= lib/libmicrohttpd.so.25 \
|
||||
lib/libmicrohttpd.la \
|
||||
lib/libmicrohttpd.so \
|
||||
lib/libmicrohttpd.a \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libmicrohttpd-0.9.15.tar.gz) = 2f12993598cb36596990985d68192ac6d19618bec8189e63628e78c39be35162
|
||||
SIZE (libmicrohttpd-0.9.15.tar.gz) = 807774
|
||||
SHA256 (libmicrohttpd-0.9.20.tar.gz) = 92caeee6acb05f39bcc9f2736df9f0720c8b3dac3a537198031909d38b3353cb
|
||||
SIZE (libmicrohttpd-0.9.20.tar.gz) = 828176
|
||||
|
|
Loading…
Add table
Reference in a new issue