diff options
-rw-r--r-- | emulators/gcube/Makefile | 4 | ||||
-rw-r--r-- | emulators/gnuboy/Makefile | 6 | ||||
-rw-r--r-- | emulators/mednafen/Makefile | 6 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 8 | ||||
-rw-r--r-- | fonts/kcfonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/ttftot42/Makefile | 6 |
6 files changed, 15 insertions, 19 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index 3aead3b6b9a..9976c5b1b31 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2006/06/12 16:28:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/25 11:52:44 wiz Exp $ # DISTNAME= gcube-0.4-src PKGNAME= ${DISTNAME:S/-src//} PKGREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://gcube.exemu.net/downloads/ +MASTER_SITES= http://www.liquidx.org/distfiles/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index e9f6217f6ed..1aebc3969c2 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2007/02/19 11:56:55 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/11/25 11:52:44 wiz Exp $ DISTNAME= gnuboy-1.0.3 PKGREVISION= 2 CATEGORIES= emulators games -MASTER_SITES= http://gnuboy.unix-fu.org/src/ +MASTER_SITES= http://brightrain.aerifal.cx/~laguna/src/ MAINTAINER= njl@sdf.lonestar.org -HOMEPAGE= http://gnuboy.unix-fu.org/ +#HOMEPAGE= http://gnuboy.unix-fu.org/ COMMENT= Gameboy emulator GNU_CONFIGURE= yes diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 17cb7af5c07..bf457ad4a58 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/19 12:39:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/11/25 11:52:44 wiz Exp $ # DISTNAME= mednafen-0.8.1 CATEGORIES= emulators -MASTER_SITES= http://mednafen.com/releases/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mednafen/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://mednafen.com/ +HOMEPAGE= http://mednafen.sourceforge.net/ COMMENT= Portable multi-system emulator WRKSRC= ${WRKDIR}/mednafen diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 3fb542e51dc..a2a018af87f 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,14 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2007/08/23 18:20:31 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2007/11/25 11:52:45 wiz Exp $ DISTNAME= VMware-workstation-3.2.1-2242 PKGNAME= vmware-3.2.1pl1 PKGREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://download3.vmware.com/software/wkst/ \ - http://vmware-svca.www.conxion.com/software/ \ - http://vmware-chil.www.conxion.com/software/ \ - http://vmware-heva.www.conxion.com/software/ \ - ftp://mirror.aarnet.edu.au/pub/vmware/software/ +MASTER_SITES= http://download3.vmware.com/software/wkst/ # Binary patch to fix an problem with the nice(3) interface in an # newer glibc (>= v2.3.3) diff --git a/fonts/kcfonts/Makefile b/fonts/kcfonts/Makefile index 63735359404..b61f7b5d3d4 100644 --- a/fonts/kcfonts/Makefile +++ b/fonts/kcfonts/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/09/22 21:53:57 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/11/25 11:55:57 wiz Exp $ DISTNAME= kcfonts-1.05 PKGREVISION= 3 CATEGORIES= fonts -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/distfiles/ +MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} MAINTAINER= kevlo@midassol.com COMMENT= Kuo Chauo Chinese Fonts collection diff --git a/fonts/ttftot42/Makefile b/fonts/ttftot42/Makefile index cc3ee02fa70..2f99639b819 100644 --- a/fonts/ttftot42/Makefile +++ b/fonts/ttftot42/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/11/25 11:55:57 wiz Exp $ # DISTNAME= ttftot42-0.3.1 PKGREVISION= 2 CATEGORIES= fonts print -MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ +MASTER_SITES= http://www.nih.at/ttftot42/ MAINTAINER= rxg@NetBSD.org -HOMEPAGE= http://ftp.giga.or.at/pub/nih/ttftot42/ +HOMEPAGE= http://www.nih.at/ttftot42/index.html COMMENT= TrueType font to Type 42 converter GNU_CONFIGURE= yes |