pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qemu-git: Switch to upstream git repo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Apr 25 14:51:20 2017 +0200
Changeset:	4184a282a30212c9640141948f877992b310f40c

Modified Files:
	qemu-git/Makefile

Log Message:
qemu-git: Switch to upstream git repo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4184a282a30212c9640141948f877992b310f40c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qemu-git/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/qemu-git/Makefile b/qemu-git/Makefile
index 2013b37ad1..a0ec1a70f1 100644
--- a/qemu-git/Makefile
+++ b/qemu-git/Makefile
@@ -2,8 +2,11 @@
 
 DISTNAME=	qemu-2.8.1
 CATEGORIES=	emulators
-MASTER_SITES=	http://download.qemu-project.org/
-EXTRACT_SUFX=	.tar.bz2
+
+GIT_REPOSITORIES=	qemu
+GIT_REPO.qemu=		git://git.qemu-project.org/qemu.git
+
+WRKSRC=		${WRKDIR}/qemu
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.qemu-project.org/
@@ -132,6 +135,7 @@ post-install:
 	${INSTALL_DATA} ${FILESDIR}/Makefile.multinode-NetBSD \
 		${DESTDIR}${PREFIX}/share/doc/qemu/
 
+.include "../../wip/mk/git-package.mk"
 # On Darwin, qemu uses Cocoa and CoreAudio
 .if empty(OPSYS:MDarwin)
 .include "../../mk/oss.buildlink3.mk"


Home | Main Index | Thread Index | Old Index