Date: Sun, 5 Apr 2015 23:23:33 +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: r383391 - head/emulators/xl Message-ID: <201504052323.t35NNXVf027593@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 5 23:23:32 2015 New Revision: 383391 URL: https://svnweb.freebsd.org/changeset/ports/383391 Log: Fix MASTER_SITES Modified: head/emulators/xl/Makefile Modified: head/emulators/xl/Makefile ============================================================================== --- head/emulators/xl/Makefile Sun Apr 5 23:17:29 2015 (r383390) +++ head/emulators/xl/Makefile Sun Apr 5 23:23:32 2015 (r383391) @@ -3,7 +3,7 @@ PORTNAME= xl PORTVERSION= 4.5.0 CATEGORIES= emulators -MASTER_SITES= http://bits.xensource.com/oss-xen/release/ \ +MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ http://code.coreboot.org/p/seabios/downloads/get/:seabios MAINTAINER= bapt@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504052323.t35NNXVf027593>