svn commit: r383432 - head/sysutils/xen-tools
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 6 14:32:43 UTC 2015
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}
More information about the svn-ports-all
mailing list