Date: Tue, 2 Sep 2014 17:32:31 +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: r367059 - head/devel/py-protobuf Message-ID: <201409021732.s82HWVqg058977@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 2 17:32:31 2014 New Revision: 367059 URL: http://svnweb.freebsd.org/changeset/ports/367059 QAT: https://qat.redports.org/buildarchive/r367059/ Log: - Fix build for DEFAULT_VERSIONS=python=3.* users - Use single space after WWW: Approved by: portmgr (blanket) With hat: python Modified: head/devel/py-protobuf/Makefile head/devel/py-protobuf/pkg-descr Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Tue Sep 2 17:31:01 2014 (r367058) +++ head/devel/py-protobuf/Makefile Tue Sep 2 17:32:31 2014 (r367059) @@ -19,7 +19,7 @@ BUILD_DEPENDS= protoc:${PORTSDIR}/devel/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python PROJECTHOST= protobuf -USES= python tar:bzip2 +USES= python:2 tar:bzip2 USE_PYTHON= autoplist distutils pre-build: Modified: head/devel/py-protobuf/pkg-descr ============================================================================== --- head/devel/py-protobuf/pkg-descr Tue Sep 2 17:31:01 2014 (r367058) +++ head/devel/py-protobuf/pkg-descr Tue Sep 2 17:32:31 2014 (r367059) @@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding s yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. -WWW: http://code.google.com/p/protobuf/ +WWW: http://code.google.com/p/protobuf/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021732.s82HWVqg058977>