svn commit: r383258 - in head/emulators: linux-c6 linux-f10
Johannes Jost Meixner
xmj at FreeBSD.org
Sun Apr 5 07:04:26 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list