Mon Aug 4 06:55:39 2008 UTC ()
Update HOMEPAGE and MASTER_SITES, from Zafer Aydogan via private mail.


(obache)
diff -r1.50 -r1.51 pkgsrc/emulators/qemu/Makefile

cvs diff -r1.50 -r1.51 pkgsrc/emulators/qemu/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/qemu/Makefile 2007/12/24 10:18:22 1.50
+++ pkgsrc/emulators/qemu/Makefile 2008/08/04 06:55:39 1.51
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.50 2007/12/24 10:18:22 apb Exp $ 1# $NetBSD: Makefile,v 1.51 2008/08/04 06:55:39 obache Exp $
2# 2#
3 3
4DISTNAME= qemu-0.9.0 4DISTNAME= qemu-0.9.0
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= emulators 6CATEGORIES= emulators
7MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ 7MASTER_SITES= http://bellard.org/qemu/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.qemu.org/ 10HOMEPAGE= http://bellard.org/qemu/
11COMMENT= CPU emulator using dynamic translation 11COMMENT= CPU emulator using dynamic translation
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15CONFLICTS+= qemu-bin-[0-9]* 15CONFLICTS+= qemu-bin-[0-9]*
16NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* 16NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-*
17 17
18USE_TOOLS+= gmake perl:build 18USE_TOOLS+= gmake perl:build
19HAS_CONFIGURE= yes 19HAS_CONFIGURE= yes
20 20
21BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html 21BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
22 22
23.include "../../mk/bsd.prefs.mk" 23.include "../../mk/bsd.prefs.mk"