svn commit: r369992 - head/devel/hadoop2

Dmitry Sivachenko demon at FreeBSD.org
Sat Oct 4 18:20:59 UTC 2014


Author: demon
Date: Sat Oct  4 18:20:58 2014
New Revision: 369992
URL: https://svnweb.freebsd.org/changeset/ports/369992
QAT: https://qat.redports.org/buildarchive/r369992/

Log:
  Use version 2.5 of protobuf.

Modified:
  head/devel/hadoop2/Makefile

Modified: head/devel/hadoop2/Makefile
==============================================================================
--- head/devel/hadoop2/Makefile	Sat Oct  4 18:19:49 2014	(r369991)
+++ head/devel/hadoop2/Makefile	Sat Oct  4 18:20:58 2014	(r369992)
@@ -22,7 +22,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven3/bin/mvn:${PORTSDIR}/devel/maven3 \
 		cmake:${PORTSDIR}/devel/cmake \
-		protoc:${PORTSDIR}/devel/protobuf
+		protoc:${PORTSDIR}/devel/protobuf25
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 CONFLICTS_INSTALL=	apache-hadoop-1*


More information about the svn-ports-head mailing list