svn commit: r455446 - head/www/libhpack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:35:36 UTC 2017


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


More information about the svn-ports-head mailing list