diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-26 04:16:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-26 04:16:44 +0800 |
commit | 99e8cdffd366cb75807707632de9b6d4fe64738e (patch) | |
tree | de836cc1ab91de22cd6e4c97d0121fa0754c8922 /www | |
parent | 350cda9f888838d07ced61483f2f57c41e0421d4 (diff) | |
download | freebsd-ports-gnome-99e8cdffd366cb75807707632de9b6d4fe64738e.tar.gz freebsd-ports-gnome-99e8cdffd366cb75807707632de9b6d4fe64738e.tar.zst freebsd-ports-gnome-99e8cdffd366cb75807707632de9b6d4fe64738e.zip |
- Update to 0.9.33
Changes: https://gnunet.org/svn/libmicrohttpd/ChangeLog
PR: ports/185184
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
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 adf96623425b..35e15005228f 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmicrohttpd -PORTVERSION= 0.9.31 +PORTVERSION= 0.9.33 CATEGORIES= www MASTER_SITES= GNU @@ -27,7 +27,7 @@ PLIST_FILES= include/microhttpd.h \ lib/libmicrohttpd.a \ lib/libmicrohttpd.la \ lib/libmicrohttpd.so \ - lib/libmicrohttpd.so.30 \ + lib/libmicrohttpd.so.32 \ libdata/pkgconfig/libmicrohttpd.pc \ man/man3/libmicrohttpd.3.gz @@ -35,6 +35,6 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lc|' ${WRKSRC}/src/examples/Makefile.in post-build: - @${STRIP_CMD} ${WRKSRC}/src/microhttpd/.libs/libmicrohttpd.so.30 + @${STRIP_CMD} ${WRKSRC}/src/microhttpd/.libs/libmicrohttpd.so.32 .include <bsd.port.mk> diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 48ea5083f201..5d886e6dff0b 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (libmicrohttpd-0.9.31.tar.gz) = cac177d1081ae23e97713972499c24e13a0fa13d112a30132a249d4055ec5d1b -SIZE (libmicrohttpd-0.9.31.tar.gz) = 1118373 +SHA256 (libmicrohttpd-0.9.33.tar.gz) = d9587e8497548f820650cd607daf3615ea3272435779378983032c570f1cd559 +SIZE (libmicrohttpd-0.9.33.tar.gz) = 1104292 |