From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 13:15:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F3EDBCC; Wed, 23 Jul 2014 13:15: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 61C8229CF; Wed, 23 Jul 2014 13:15: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 s6NDFwB9054902; Wed, 23 Jul 2014 13:15:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NDFvmV054899; Wed, 23 Jul 2014 13:15:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407231315.s6NDFvmV054899@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Jul 2014 13:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362682 - 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: Wed, 23 Jul 2014 13:15:58 -0000 Author: sunpoet Date: Wed Jul 23 13:15:57 2014 New Revision: 362682 URL: http://svnweb.freebsd.org/changeset/ports/362682 QAT: https://qat.redports.org/buildarchive/r362682/ Log: - Update to 0.5.0 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 Wed Jul 23 13:15:50 2014 (r362681) +++ head/www/nghttp2/Makefile Wed Jul 23 13:15:57 2014 (r362682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet @@ -52,6 +52,6 @@ post-patch: @${REINPLACE_CMD} -e '/JEMALLOC_LIBS/ s|-ljemalloc||' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.3.0.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnghttp2.so.4.0.0 .include Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed Jul 23 13:15:50 2014 (r362681) +++ head/www/nghttp2/distinfo Wed Jul 23 13:15:57 2014 (r362682) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.4.1.tar.xz) = 24d54b8045c2e88109f6f28b610f7571aae963913b18fd6c5ccf0db02bdb5c1b -SIZE (nghttp2-0.4.1.tar.xz) = 744024 +SHA256 (nghttp2-0.5.0.tar.xz) = 31a8dbe845084ff4af28fb8d6c8bf9284f9d12258a81a89a077e8d237cd61890 +SIZE (nghttp2-0.5.0.tar.xz) = 761948 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Wed Jul 23 13:15:50 2014 (r362681) +++ head/www/nghttp2/pkg-plist Wed Jul 23 13:15:57 2014 (r362682) @@ -8,8 +8,8 @@ include/nghttp2/nghttp2.h include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so -lib/libnghttp2.so.3 -lib/libnghttp2.so.3.0.1 +lib/libnghttp2.so.4 +lib/libnghttp2.so.4.0.0 libdata/pkgconfig/libnghttp2.pc man/man1/h2load.1.gz man/man1/nghttp.1.gz