Date: Sun, 5 Apr 2015 07:04:25 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> 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 Message-ID: <201504050704.t3574P0Y052545@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504050704.t3574P0Y052545>