From owner-svn-ports-branches@freebsd.org Thu Oct 8 20:30:35 2015 Return-Path: Delivered-To: svn-ports-branches@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 7AD7E9D15EF; Thu, 8 Oct 2015 20:30:35 +0000 (UTC) (envelope-from robak@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 4720CFC5; Thu, 8 Oct 2015 20:30:35 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t98KUYmc095266; Thu, 8 Oct 2015 20:30:34 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t98KUYmg095265; Thu, 8 Oct 2015 20:30:34 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201510082030.t98KUYmg095265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 8 Oct 2015 20:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398893 - branches/2015Q4/emulators/linux_base-c6 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 20:30:35 -0000 Author: robak Date: Thu Oct 8 20:30:34 2015 New Revision: 398893 URL: https://svnweb.freebsd.org/changeset/ports/398893 Log: MFH: r398788 emulators/linux_base-c6: fix unfetchable distfiles - After Centos 6.6 was deprecated, the MASTER_SITE_SUBDIR was pointing to no longer existing location. This change gets that fixed, allowing the port to build again. Submitted by: Pawel Biernacki Approved by: ports-secteam Modified: branches/2015Q4/emulators/linux_base-c6/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/emulators/linux_base-c6/Makefile ============================================================================== --- branches/2015Q4/emulators/linux_base-c6/Makefile Thu Oct 8 20:05:22 2015 (r398892) +++ branches/2015Q4/emulators/linux_base-c6/Makefile Thu Oct 8 20:30:34 2015 (r398893) @@ -6,9 +6,8 @@ PORTVERSION= 6.6 PORTREVISION= 6 CATEGORIES= emulators linux MASTER_SITES= CENTOS_LINUX CENTOS_LINUX_UPDATES -MASTER_SITE_SUBDIR= centos/${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/\ - centos/${LINUX_DIST_VER}/updates/${LINUX_REPO_ARCH}/Packages/ \ - ${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/ +MASTER_SITE_SUBDIR= ${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/\ + ${LINUX_DIST_VER}/updates/${LINUX_REPO_ARCH}/Packages/ PKGNAMEPREFIX= linux_base- DISTFILES= ${PRE_BIN_DISTFILES} ${BIN_DISTFILES} ${SRC_DISTFILES}