From owner-svn-ports-head@freebsd.org Thu Oct 27 10:23:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11783C23689; Thu, 27 Oct 2016 10:23:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D776FAF2; Thu, 27 Oct 2016 10:23:24 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9RANO5J025937; Thu, 27 Oct 2016 10:23:24 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9RANOZM025936; Thu, 27 Oct 2016 10:23:24 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201610271023.u9RANOZM025936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Thu, 27 Oct 2016 10:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424756 - head/devel/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.23 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: Thu, 27 Oct 2016 10:23:25 -0000 Author: demon Date: Thu Oct 27 10:23:23 2016 New Revision: 424756 URL: https://svnweb.freebsd.org/changeset/ports/424756 Log: Fix fetch. Modified: head/devel/hadoop2/Makefile Modified: head/devel/hadoop2/Makefile ============================================================================== --- head/devel/hadoop2/Makefile Thu Oct 27 10:16:09 2016 (r424755) +++ head/devel/hadoop2/Makefile Thu Oct 27 10:23:23 2016 (r424756) @@ -9,10 +9,10 @@ PORTNAME= hadoop PORTVERSION= 2.7.2 PORTREVISION= 1 CATEGORIES= devel java -MASTER_SITES= APACHE/${PORTNAME}/common/stable \ +MASTER_SITES= APACHE/${PORTNAME}/common/hadoop-${PORTVERSION} \ LOCAL/demon/:maven \ http://archive.apache.org/dist/tomcat/tomcat-6/v${TOMCAT_VERSION}/bin/:tomcat \ - http://dist.codehaus.org/jetty/jetty-6.1.14/:jetty + LOCAL/demon/:jetty PKGNAMESUFFIX= 2 DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} FreeBSD-hadoop2-${PORTVERSION}-maven-repository.tar.gz:maven apache-tomcat-${TOMCAT_VERSION}.tar.gz:tomcat jetty-6.1.14.zip:jetty