Date: Thu, 24 Jul 2014 16:22:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362825 - head/www/nghttp2 Message-ID: <201407241622.s6OGMwis028007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 24 16:22:57 2014 New Revision: 362825 URL: http://svnweb.freebsd.org/changeset/ports/362825 QAT: https://qat.redports.org/buildarchive/r362825/ Log: - Update to 0.5.1 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Thu Jul 24 16:22:04 2014 (r362824) +++ head/www/nghttp2/Makefile Thu Jul 24 16:22:57 2014 (r362825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ @@ -53,6 +53,6 @@ post-patch: @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.1 .include <bsd.port.post.mk> Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Thu Jul 24 16:22:04 2014 (r362824) +++ head/www/nghttp2/distinfo Thu Jul 24 16:22:57 2014 (r362825) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.5.0.tar.xz) = 31a8dbe845084ff4af28fb8d6c8bf9284f9d12258a81a89a077e8d237cd61890 -SIZE (nghttp2-0.5.0.tar.xz) = 761948 +SHA256 (nghttp2-0.5.1.tar.xz) = a3ace4a966e6d70fa1e76c03274692d2c0efa9c51666cb89145db62daa6d439e +SIZE (nghttp2-0.5.1.tar.xz) = 753896 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Thu Jul 24 16:22:04 2014 (r362824) +++ head/www/nghttp2/pkg-plist Thu Jul 24 16:22:57 2014 (r362825) @@ -9,7 +9,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.4 -lib/libnghttp2.so.4.0.0 +lib/libnghttp2.so.4.0.1 libdata/pkgconfig/libnghttp2.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241622.s6OGMwis028007>