Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 20:26:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475276 - in head: emulators emulators/xen-kernel411 emulators/xen-kernel47 sysutils sysutils/xen-tools411 sysutils/xen-tools47
Message-ID:  <201807242026.w6OKQAdj054624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jul 24 20:26:10 2018
New Revision: 475276
URL: https://svnweb.freebsd.org/changeset/ports/475276

Log:
  Fix INDEX and duplicate PKGBASEs

Modified:
  head/emulators/Makefile
  head/emulators/xen-kernel411/Makefile
  head/emulators/xen-kernel47/Makefile
  head/sysutils/Makefile
  head/sysutils/xen-tools411/Makefile
  head/sysutils/xen-tools47/Makefile

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Tue Jul 24 20:25:50 2018	(r475275)
+++ head/emulators/Makefile	Tue Jul 24 20:26:10 2018	(r475276)
@@ -176,8 +176,8 @@
     SUBDIR += x49gp
     SUBDIR += xbraitenberg
     SUBDIR += xcpc
-    SUBDIR += xen
-    SUBDIR += xen-kernel
+    SUBDIR += xen-kernel411
+    SUBDIR += xen-kernel47
     SUBDIR += xhomer
     SUBDIR += xsystem35
     SUBDIR += xzx

Modified: head/emulators/xen-kernel411/Makefile
==============================================================================
--- head/emulators/xen-kernel411/Makefile	Tue Jul 24 20:25:50 2018	(r475275)
+++ head/emulators/xen-kernel411/Makefile	Tue Jul 24 20:26:10 2018	(r475276)
@@ -5,7 +5,7 @@ PORTVERSION=	4.11.0
 PORTREVISION=	0
 CATEGORIES=	emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
-PKGNAMESUFFIX=	-kernel
+PKGNAMESUFFIX=	-kernel411
 
 MAINTAINER=	royger@FreeBSD.org
 COMMENT=	Hypervisor using a microkernel design

Modified: head/emulators/xen-kernel47/Makefile
==============================================================================
--- head/emulators/xen-kernel47/Makefile	Tue Jul 24 20:25:50 2018	(r475275)
+++ head/emulators/xen-kernel47/Makefile	Tue Jul 24 20:26:10 2018	(r475276)
@@ -5,7 +5,7 @@ PORTVERSION=	4.7.2
 PORTREVISION=	9
 CATEGORIES=	emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
-PKGNAMESUFFIX=	-kernel
+PKGNAMESUFFIX=	-kernel47
 
 MAINTAINER=	royger@FreeBSD.org
 COMMENT=	Hypervisor using a microkernel design

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Jul 24 20:25:50 2018	(r475275)
+++ head/sysutils/Makefile	Tue Jul 24 20:26:10 2018	(r475276)
@@ -1424,7 +1424,8 @@
     SUBDIR += xe
     SUBDIR += xe-guest-utilities
     SUBDIR += xen-guest-tools
-    SUBDIR += xen-tools
+    SUBDIR += xen-tools411
+    SUBDIR += xen-tools47
     SUBDIR += xfburn
     SUBDIR += xfce4-battery-plugin
     SUBDIR += xfce4-bsdcpufreq-plugin

Modified: head/sysutils/xen-tools411/Makefile
==============================================================================
--- head/sysutils/xen-tools411/Makefile	Tue Jul 24 20:25:50 2018	(r475275)
+++ head/sysutils/xen-tools411/Makefile	Tue Jul 24 20:26:10 2018	(r475276)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xen
-PKGNAMESUFFIX=	-tools
+PKGNAMESUFFIX=	-tools411
 PORTVERSION=	4.11.0
 PORTREVISION=	0
 CATEGORIES=	sysutils emulators

Modified: head/sysutils/xen-tools47/Makefile
==============================================================================
--- head/sysutils/xen-tools47/Makefile	Tue Jul 24 20:25:50 2018	(r475275)
+++ head/sysutils/xen-tools47/Makefile	Tue Jul 24 20:26:10 2018	(r475276)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xen
-PKGNAMESUFFIX=	-tools
+PKGNAMESUFFIX=	-tools47
 PORTVERSION=	4.7.2
 PORTREVISION=	4
 CATEGORIES=	sysutils emulators



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