From owner-svn-ports-head@FreeBSD.ORG Mon Jul 28 20:41:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A8B6C1E; Mon, 28 Jul 2014 20:41:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3802B208C; Mon, 28 Jul 2014 20:41:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SKfqjY090502; Mon, 28 Jul 2014 20:41:52 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SKfpfw090500; Mon, 28 Jul 2014 20:41:51 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201407282041.s6SKfpfw090500@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 28 Jul 2014 20:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363252 - in head/devel: hadoop hadoop2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 20:41:52 -0000 Author: demon Date: Mon Jul 28 20:41:51 2014 New Revision: 363252 URL: http://svnweb.freebsd.org/changeset/ports/363252 QAT: https://qat.redports.org/buildarchive/r363252/ Log: Remove redundant prefix. Modified: head/devel/hadoop/Makefile head/devel/hadoop2/Makefile Modified: head/devel/hadoop/Makefile ============================================================================== --- head/devel/hadoop/Makefile Mon Jul 28 20:40:49 2014 (r363251) +++ head/devel/hadoop/Makefile Mon Jul 28 20:41:51 2014 (r363252) @@ -8,7 +8,6 @@ CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE} \ http://dist.codehaus.org/jetty/jetty-6.1.14/:jetty MASTER_SITE_SUBDIR= ${PORTNAME}/core/${PORTNAME}-${PORTVERSION} -PKGNAMEPREFIX= apache- DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} jetty-6.1.14.zip:jetty DIST_SUBDIR= hadoop Modified: head/devel/hadoop2/Makefile ============================================================================== --- head/devel/hadoop2/Makefile Mon Jul 28 20:40:49 2014 (r363251) +++ head/devel/hadoop2/Makefile Mon Jul 28 20:41:51 2014 (r363252) @@ -11,7 +11,6 @@ MASTER_SITES= ${MASTER_SITE_APACHE} \ http://archive.apache.org/dist/tomcat/tomcat-6/v${TOMCAT_VERSION}/bin/:tomcat \ http://dist.codehaus.org/jetty/jetty-6.1.14/:jetty MASTER_SITE_SUBDIR=${PORTNAME}/common/stable -PKGNAMEPREFIX= apache- 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