svn commit: r475276 - in head: emulators emulators/xen-kernel411 emulators/xen-kernel47 sysutils sysutils/xen-tools411 sysutils/xen-tools47

Antoine Brodin antoine at FreeBSD.org
Tue Jul 24 20:26:12 UTC 2018


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 at 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 at 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


More information about the svn-ports-all mailing list