Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 14:32:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383432 - head/sysutils/xen-tools
Message-ID:  <201504061432.t36EWh7f065177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  6 14:32:42 2015
New Revision: 383432
URL: https://svnweb.freebsd.org/changeset/ports/383432

Log:
  Correctly rename into xen-tools

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Mon Apr  6 14:31:17 2015	(r383431)
+++ head/sysutils/xen-tools/Makefile	Mon Apr  6 14:32:42 2015	(r383432)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
-PORTNAME=	xl
+PORTNAME=	xen
+PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.5.0
 CATEGORIES=	emulators
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \
@@ -24,7 +25,7 @@ RUN_DEPENDS=	/boot/xen:${PORTSDIR}/emula
 CONFIGURE_ARGS=	--disable-xen
 
 SEABIOSVERSION=	1.8.1
-DISTFILES+=	xen-${PORTVERSION}.tar.gz \
+DISTFILES+=	${PORTNAME}-${PORTVERSION}.tar.gz \
 		seabios-${SEABIOSVERSION}.tar.gz:seabios
 
 WRKSRC=		${WRKDIR}/xen-${PORTVERSION}



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