From owner-svn-ports-head@FreeBSD.ORG Sun Mar 30 15:51:32 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 C1E4357B; Sun, 30 Mar 2014 15:51:32 +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 9F3FDC90; Sun, 30 Mar 2014 15:51:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UFpWG4048540; Sun, 30 Mar 2014 15:51:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2UFpW29048537; Sun, 30 Mar 2014 15:51:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403301551.s2UFpW29048537@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Mar 2014 15:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349640 - head/www/libhpack 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.17 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: Sun, 30 Mar 2014 15:51:32 -0000 Author: sunpoet Date: Sun Mar 30 15:51:31 2014 New Revision: 349640 URL: http://svnweb.freebsd.org/changeset/ports/349640 QAT: https://qat.redports.org/buildarchive/r349640/ Log: - Update to 0.0.20140329 Changes: https://github.com/alobbs/libhpack/commits/master Modified: head/www/libhpack/Makefile head/www/libhpack/distinfo head/www/libhpack/pkg-plist Modified: head/www/libhpack/Makefile ============================================================================== --- head/www/libhpack/Makefile Sun Mar 30 15:47:58 2014 (r349639) +++ head/www/libhpack/Makefile Sun Mar 30 15:51:31 2014 (r349640) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libhpack -PORTVERSION= 0.0.20140206 +PORTVERSION= 0.0.20140329 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -21,11 +21,12 @@ USE_LDCONFIG= yes USE_PYTHON_BUILD= 2 USES= cmake pkgconfig shebangfix tar:xz -SHEBANG_FILES= gen-config.py +SHEBANG_FILES= gen-config.py libhpack/huffman-gen.py python_OLD_CMD= ${SETENV} python python_CMD= ${PYTHON_CMD} post-patch: @${REINPLACE_CMD} -e 's|STATIC|SHARED|' ${WRKSRC}/libchula/CMakeLists.txt ${WRKSRC}/libhpack/CMakeLists.txt + @${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt ${WRKSRC}/libchula/CMakeLists.txt .include Modified: head/www/libhpack/distinfo ============================================================================== --- head/www/libhpack/distinfo Sun Mar 30 15:47:58 2014 (r349639) +++ head/www/libhpack/distinfo Sun Mar 30 15:51:31 2014 (r349640) @@ -1,2 +1,2 @@ -SHA256 (libhpack-0.0.20140206.tar.xz) = e9ac4a784eb76371cf98f06c0bf3bc5fba82ba97369aca6eea5daa4512ae7801 -SIZE (libhpack-0.0.20140206.tar.xz) = 644080 +SHA256 (libhpack-0.0.20140329.tar.xz) = e357a06cf783bd2f4a537bf2acb163aacc39d82e5f5ab1d3910f3b71b9148f49 +SIZE (libhpack-0.0.20140329.tar.xz) = 666520 Modified: head/www/libhpack/pkg-plist ============================================================================== --- head/www/libhpack/pkg-plist Sun Mar 30 15:47:58 2014 (r349639) +++ head/www/libhpack/pkg-plist Sun Mar 30 15:51:31 2014 (r349640) @@ -1,6 +1,33 @@ +include/libchula/avl.h +include/libchula/avl_generic.h +include/libchula/buffer.h +include/libchula/common-internal.h +include/libchula/common.h +include/libchula/crc32.h +include/libchula/debug.h +include/libchula/list.h +include/libchula/macros.h +include/libchula/md5.h +include/libchula/missing_sysfuncs.h +include/libchula/sha1.h +include/libchula/sha512.h +include/libchula/testing_macros.h +include/libchula/util.h +include/libhpack/header_field.h +include/libhpack/header_parser.h +include/libhpack/header_store.h +include/libhpack/header_table.h +include/libhpack/huffman.h +include/libhpack/huffman_tables.h +include/libhpack/integer.h +include/libhpack/macros.h lib/libchula.so lib/libchula.so.1 lib/libchula.so.1.0.0 lib/libhpack.so lib/libhpack.so.1 lib/libhpack.so.1.0.0 +libdata/pkgconfig/libchula.pc +libdata/pkgconfig/libhpack.pc +@dirrm include/libhpack +@dirrm include/libchula