diff options
author | gahr <gahr@FreeBSD.org> | 2012-07-12 19:54:46 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-07-12 19:54:46 +0800 |
commit | 521ce0b0e9775120a575b46d90faad133f1553f4 (patch) | |
tree | c3c3bb70264947ac1fcf139d4cf419b19f11f673 /www/libmicrohttpd | |
parent | 9d685d8ec2b144dc19c766fd6ccbd6458d436424 (diff) | |
download | freebsd-ports-gnome-521ce0b0e9775120a575b46d90faad133f1553f4.tar.gz freebsd-ports-gnome-521ce0b0e9775120a575b46d90faad133f1553f4.tar.zst freebsd-ports-gnome-521ce0b0e9775120a575b46d90faad133f1553f4.zip |
- Update to 0.9.20
PR: 169100
Submitted by: gahr
Approved by: maintainer (timeout > 15 days)
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r-- | www/libmicrohttpd/Makefile | 6 | ||||
-rw-r--r-- | www/libmicrohttpd/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index c3c71674418c..b6dfcd6ef6e0 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -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 \ diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index d21a673d41d3..85e3262f4ee6 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -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 |