diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
commit | 4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch) | |
tree | 497694cf293ada6bbb344103e4bfae0a92927e87 /games | |
parent | e2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff) | |
download | pkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz |
Comment out dead sites.
Diffstat (limited to 'games')
-rw-r--r-- | games/qstat/Makefile | 4 | ||||
-rw-r--r-- | games/quadrupleback/Makefile | 4 | ||||
-rw-r--r-- | games/quake6/Makefile | 4 | ||||
-rw-r--r-- | games/quarry/Makefile | 4 | ||||
-rw-r--r-- | games/sudoku-cli/Makefile | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 69a083eabab..c2bdb65bece 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2012/10/06 11:54:51 asau Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/04 18:00:55 wiz Exp $ DISTNAME= qstat-2.10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qstat/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.qstat.org/ +#HOMEPAGE= http://www.qstat.org/ COMMENT= Program that gathers real-time statistics from game servers GNU_CONFIGURE= yes diff --git a/games/quadrupleback/Makefile b/games/quadrupleback/Makefile index 30ccdc6c6a0..1e8a69afe75 100644 --- a/games/quadrupleback/Makefile +++ b/games/quadrupleback/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2016/07/28 22:48:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/04 18:00:55 wiz Exp $ DISTNAME= quadrupleback-0.1.0 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/quadrupleback.html +#HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/quadrupleback.html COMMENT= Game where intruders must be circled LICENSE= gnu-gpl-v2 diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 988db4db2e5..fe508b953bc 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/04/25 14:23:03 tnn Exp $ +# $NetBSD: Makefile,v 1.41 2017/09/04 18:00:55 wiz Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://www.viagenie.qc.ca/quake/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml +#HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml COMMENT= Quake over IPv6 DEPENDS+= quakedata-[0-9]*:../../games/quakedata diff --git a/games/quarry/Makefile b/games/quarry/Makefile index 9e0e372de4f..71f93f902ff 100644 --- a/games/quarry/Makefile +++ b/games/quarry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/02/12 06:25:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.36 2017/09/04 18:00:55 wiz Exp $ # DISTNAME= quarry-0.2.0 @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://download.gna.org/quarry/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://home.gna.org/quarry/index.html +#HOMEPAGE= http://home.gna.org/quarry/index.html COMMENT= Multi-purpose GUI for several board games GNU_CONFIGURE= yes diff --git a/games/sudoku-cli/Makefile b/games/sudoku-cli/Makefile index 9909d482c64..5e258416e6d 100644 --- a/games/sudoku-cli/Makefile +++ b/games/sudoku-cli/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2015/08/18 07:31:09 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/04 18:00:55 wiz Exp $ # DISTNAME= sudoku-1.0.1 PKGREVISION= 2 PKGNAME= ${DISTNAME:S/sudoku/sudoku-cli/} CATEGORIES= games -MASTER_SITES= http://www.laurasia.com.au/downloads/ +#MASTER_SITES= http://www.laurasia.com.au/downloads/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.laurasia.com.au/downloads/ +#HOMEPAGE= http://www.laurasia.com.au/downloads/ COMMENT= Commandline version of sudoku board game LICENSE= public-domain |