diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-12 11:54:46 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-12 11:54:46 +0000 |
commit | 8d1b7b46dc74f72328cd538499d58513d86cc22c (patch) | |
tree | 317c3b78b24324cacb96dd579b5f3a257fc380b7 /www | |
parent | 9855b481e615a869ec60d13444193e80247c0fc7 (diff) | |
download | ports-8d1b7b46dc74f72328cd538499d58513d86cc22c.tar.gz ports-8d1b7b46dc74f72328cd538499d58513d86cc22c.zip |
Notes
Diffstat (limited to 'www')
-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 |