svn commit: r367059 - head/devel/py-protobuf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 2 17:32:32 UTC 2014
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/
More information about the svn-ports-all
mailing list