svn commit: r514137 - in head/games: eif quake2lnx tetrinet xtris

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 9 11:47:23 UTC 2019


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 at 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/ \


More information about the svn-ports-head mailing list