From owner-svn-ports-all@freebsd.org Sun Dec 3 20:35:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6285E675A9; Sun, 3 Dec 2017 20:35:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0F69E667FD; Sun, 3 Dec 2017 20:35:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB3KZW44057061; Sun, 3 Dec 2017 20:35:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB3KZWYF057060; Sun, 3 Dec 2017 20:35:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712032035.vB3KZWYF057060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Dec 2017 20:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455446 - head/www/libhpack X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/libhpack X-SVN-Commit-Revision: 455446 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 20:35:36 -0000 Author: sunpoet Date: Sun Dec 3 20:35:32 2017 New Revision: 455446 URL: https://svnweb.freebsd.org/changeset/ports/455446 Log: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change Modified: head/www/libhpack/Makefile Modified: head/www/libhpack/Makefile ============================================================================== --- head/www/libhpack/Makefile Sun Dec 3 20:35:27 2017 (r455445) +++ head/www/libhpack/Makefile Sun Dec 3 20:35:32 2017 (r455446) @@ -3,7 +3,7 @@ PORTNAME= libhpack PORTVERSION= 0.0.20140710 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://raw.github.com/http2/http2-spec/master/:ec_xml DISTFILES= draft-ietf-httpbis-header-compression.xml:ec_xml @@ -27,7 +27,7 @@ CMAKE_ARGS= -DBUILD_DOCS=OFF \ -DUSE_VALGRIND=OFF MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cmake pathfix pkgconfig python:2,build shebangfix +USES= cmake pathfix pkgconfig python:2.7,build shebangfix GH_ACCOUNT= alobbs GH_TAGNAME= b0ade19