Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:35:32 +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: r455446 - head/www/libhpack
Message-ID:  <201712032035.vB3KZWYF057060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032035.vB3KZWYF057060>