svn commit: r379068 - head/devel/hadoop2

Dmitry Sivachenko demon at FreeBSD.org
Mon Feb 16 07:46:57 UTC 2015


Author: demon
Date: Mon Feb 16 07:46:56 2015
New Revision: 379068
URL: https://svnweb.freebsd.org/changeset/ports/379068
QAT: https://qat.redports.org/buildarchive/r379068/

Log:
  No reason to extract tomcat distribution.

Modified:
  head/devel/hadoop2/Makefile

Modified: head/devel/hadoop2/Makefile
==============================================================================
--- head/devel/hadoop2/Makefile	Mon Feb 16 07:44:54 2015	(r379067)
+++ head/devel/hadoop2/Makefile	Mon Feb 16 07:46:56 2015	(r379068)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 # Please do not submit untested updates.  Be sure to start hadoop in
-# distributed mode and run few map/reduce.  Be sure there are no exception
-# in any of it's log files.  This version is tested under the load and
+# distributed mode and to run few map/reduce.  Be sure there are no exception
+# in any of it's log files.  This version was tested under the load and
 # no problems encountered so far.  Thanks.
 PORTNAME=	hadoop
 PORTVERSION=	2.4.1
@@ -18,6 +18,7 @@ MASTER_SITE_SUBDIR=${PORTNAME}/common/st
 PKGNAMESUFFIX=	2
 DISTFILES=	${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-hadoop2-${PORTVERSION}-maven-repository.tar.gz:maven apache-tomcat-${TOMCAT_VERSION}.tar.gz:tomcat jetty-6.1.14.zip:jetty
 DIST_SUBDIR=	hadoop
+EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-hadoop2-${PORTVERSION}-maven-repository.tar.gz jetty-6.1.14.zip
 
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Apache Map/Reduce framework


More information about the svn-ports-all mailing list