Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 09:13:15 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313862 - head/emulators/linux_base-c6
Message-ID:  <201303110913.r2B9DFkB068991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Mar 11 09:13:14 2013
New Revision: 313862
URL: http://svnweb.freebsd.org/changeset/ports/313862

Log:
  - Fix fetch [1]
  - Convert Makefile header
  - Slightly pet portlint
  Submitted by:	tijl@ via freebsd-emulation@ [1]
  Tested with:	'make checksum' (before and after)

Modified:
  head/emulators/linux_base-c6/Makefile   (contents, props changed)

Modified: head/emulators/linux_base-c6/Makefile
==============================================================================
--- head/emulators/linux_base-c6/Makefile	Mon Mar 11 08:28:30 2013	(r313861)
+++ head/emulators/linux_base-c6/Makefile	Mon Mar 11 09:13:14 2013	(r313862)
@@ -1,17 +1,10 @@
-# New ports collection makefile for:	emulators/linux_base-c6
-# Date created:				2012-03-10
-# Whom:					Svyatoslav Lempert <svyatoslav.lempert@gmail dot com>
-#
+# Created by: Svyatoslav Lempert <svyatoslav.lempert@gmail dot com>
 # $FreeBSD$
-#
 
 PORTNAME=		c6
 PORTVERSION=		6.2
 CATEGORIES=		emulators linux
-MASTER_SITES=		http://mirror.yandex.ru/centos/${PORTVERSION}/os/i386/Packages/ \
-			http://mirrors.kernel.org/centos/${PORTVERSION}/os/i386/Packages/ \
-			http://mirror.centos.org/centos/${PORTVERSION}/os/i386/Packages/
-			
+MASTER_SITES=		http://vault.centos.org/${PORTVERSION}/os/i386/Packages/
 PKGNAMEPREFIX=		linux_base-
 DISTFILES=		${BIN_DISTFILES} ${SRC_DISTFILES}
 DIST_SUBDIR=		rpm/${LINUX_RPM_ARCH}/centos/${PORTVERSION}
@@ -63,8 +56,6 @@ BIN_DISTFILES=	basesystem-10.0-4.el6.noa
 
 .if defined(PACKAGE_BUILDING)
 
-MASTER_SITES+=	http://vault.centos.org/6.2/os/Source/SPackages/
-
 SRC_DISTFILES=	basesystem-10.0-4.el6.src.rpm \
 		bash-4.1.2-8.el6.centos.src.rpm \
 		bzip2-1.0.5-7.el6_0.src.rpm \
@@ -121,7 +112,6 @@ PLIST_SUB=		GLIBCVER="2.12"
 # - research what are the important differences between 2.6.16 and 2.6.18, and
 #   if we need to add something to the linuxulator
 
-
 RPM2CPIO?=		${LOCALBASE}/bin/rpm2cpio
 
 EXTRACT_DEPENDS+=	${RPM2CPIO}:${PORTSDIR}/archivers/rpm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303110913.r2B9DFkB068991>