Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 11:47:22 +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: r514137 - in head/games: eif quake2lnx tetrinet xtris
Message-ID:  <201910091147.x99BlMZF094391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  9 11:47:21 2019
New Revision: 514137
URL: https://svnweb.freebsd.org/changeset/ports/514137

Log:
  Drop the ipv6 virtual category for g* category as it is not relevant anymore

Modified:
  head/games/eif/Makefile
  head/games/quake2lnx/Makefile
  head/games/tetrinet/Makefile
  head/games/xtris/Makefile

Modified: head/games/eif/Makefile
==============================================================================
--- head/games/eif/Makefile	Wed Oct  9 11:36:18 2019	(r514136)
+++ head/games/eif/Makefile	Wed Oct  9 11:47:21 2019	(r514137)
@@ -4,7 +4,7 @@
 PORTNAME=	eif
 PORTVERSION=	1.3.4
 PORTREVISION=	4
-CATEGORIES=	games ipv6
+CATEGORIES=	games
 MASTER_SITES=	http://www.stack.nl/~marcolz/empire/ \
 		ftp://ftp.stack.nl/pub/users/johans/eif/
 

Modified: head/games/quake2lnx/Makefile
==============================================================================
--- head/games/quake2lnx/Makefile	Wed Oct  9 11:36:18 2019	(r514136)
+++ head/games/quake2lnx/Makefile	Wed Oct  9 11:47:21 2019	(r514137)
@@ -177,7 +177,6 @@ MAKE_ARGS+=	BUILD_REDBLUE=YES
 .endif
 
 .if ${PORT_OPTIONS:MIPV6}
-CATEGORIES+=	ipv6
 MAKE_ARGS+=	HAVE_IPV6=YES
 .endif
 

Modified: head/games/tetrinet/Makefile
==============================================================================
--- head/games/tetrinet/Makefile	Wed Oct  9 11:36:18 2019	(r514136)
+++ head/games/tetrinet/Makefile	Wed Oct  9 11:47:21 2019	(r514137)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tetrinet
 PORTVERSION=	0.11
-CATEGORIES=	games net ipv6
+CATEGORIES=	games net
 MASTER_SITES=	http://tetrinet.or.cz/download/
 
 MAINTAINER=	johans@FreeBSD.org

Modified: head/games/xtris/Makefile
==============================================================================
--- head/games/xtris/Makefile	Wed Oct  9 11:36:18 2019	(r514136)
+++ head/games/xtris/Makefile	Wed Oct  9 11:47:21 2019	(r514137)
@@ -4,7 +4,7 @@
 PORTNAME=	xtris
 PORTVERSION=	1.15
 PORTREVISION=	2
-CATEGORIES=	games ipv6
+CATEGORIES=	games
 MASTER_SITES=	http://ftp.netbsd.org/pub/pkgsrc/distfiles/ \
 		http://ftp.uni-erlangen.de/mirrors/gentoo/distfiles/ \
 		http://www.iagora.com/~espel/xtris/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091147.x99BlMZF094391>