Date: Mon, 16 Feb 2015 07:46:56 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379068 - head/devel/hadoop2 Message-ID: <201502160746.t1G7ku4c066038@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Apache Map/Reduce framework
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502160746.t1G7ku4c066038>