From owner-svn-ports-head@freebsd.org Wed Oct 9 11:47:23 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 034C91497A6; Wed, 9 Oct 2019 11:47:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46pCBL6LHLz4Jxj; Wed, 9 Oct 2019 11:47:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC68BFFEC; Wed, 9 Oct 2019 11:47:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x99BlMUR094396; Wed, 9 Oct 2019 11:47:22 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x99BlMZF094391; Wed, 9 Oct 2019 11:47:22 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201910091147.x99BlMZF094391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 9 Oct 2019 11:47:22 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/games: eif quake2lnx tetrinet xtris X-SVN-Commit-Revision: 514137 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2019 11:47:23 -0000 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/ \