From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 16:22:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB6404A9; Thu, 24 Jul 2014 16:22:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE61121A4; Thu, 24 Jul 2014 16:22:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OGMwDi028011; Thu, 24 Jul 2014 16:22:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6OGMwis028007; Thu, 24 Jul 2014 16:22:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407241622.s6OGMwis028007@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Jul 2014 16:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362825 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 16:22:59 -0000 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 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