From owner-svn-ports-head@FreeBSD.ORG Sun Apr 5 07:04:26 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CDE8853; Sun, 5 Apr 2015 07:04:26 +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 4849F370; Sun, 5 Apr 2015 07:04:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3574Pwg052547; Sun, 5 Apr 2015 07:04:25 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3574P0Y052545; Sun, 5 Apr 2015 07:04:25 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201504050704.t3574P0Y052545@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 5 Apr 2015 07:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383258 - in head/emulators: linux-c6 linux-f10 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-1 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: Sun, 05 Apr 2015 07:04:26 -0000 Author: xmj Date: Sun Apr 5 07:04:24 2015 New Revision: 383258 URL: https://svnweb.freebsd.org/changeset/ports/383258 Log: emulators/linux-{c6,f10}: uses metaport - use new USES= metaport, killing six lines. DiffRev: https://reviews.freebsd.org/D2222 Approved by: swills (mentor) Modified: head/emulators/linux-c6/Makefile head/emulators/linux-f10/Makefile Modified: head/emulators/linux-c6/Makefile ============================================================================== --- head/emulators/linux-c6/Makefile Sun Apr 5 06:58:00 2015 (r383257) +++ head/emulators/linux-c6/Makefile Sun Apr 5 07:04:24 2015 (r383258) @@ -4,20 +4,14 @@ PORTNAME= linux-c6 PORTVERSION= 0.2 CATEGORIES= emulators linux -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= emulation@FreeBSD.org COMMENT= Meta-port for all things CentOS ${LINUX_DIST_VER} -NO_BUILD= yes -NO_MTREE= yes -NO_INSTALL= yes +USES= metaport # base USE_LINUX= c6 -#RUN_DEPENDS+= linux_base-c6>0:${PORTSDIR}/emulators/linux_base-c6 # non-base Modified: head/emulators/linux-f10/Makefile ============================================================================== --- head/emulators/linux-f10/Makefile Sun Apr 5 06:58:00 2015 (r383257) +++ head/emulators/linux-f10/Makefile Sun Apr 5 07:04:24 2015 (r383258) @@ -4,16 +4,11 @@ PORTNAME= linux-f10 PORTVERSION= 0.2 CATEGORIES= emulators linux -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= emulation@FreeBSD.org COMMENT= Meta-port for all things Fedora ${LINUX_DIST_VER} -NO_BUILD= yes -NO_MTREE= yes -NO_INSTALL= yes +USES= metaport # base USE_LINUX= f10