From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 02:45:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 091CCB11; Wed, 1 Apr 2015 02:45:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8A681A4; Wed, 1 Apr 2015 02:45:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t312jM7C076542; Wed, 1 Apr 2015 02:45:22 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t312jMft076541; Wed, 1 Apr 2015 02:45:22 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201504010245.t312jMft076541@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 1 Apr 2015 02:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382889 - head/games/xtris X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 02:45:23 -0000 Author: jgh Date: Wed Apr 1 02:45:21 2015 New Revision: 382889 URL: https://svnweb.freebsd.org/changeset/ports/382889 QAT: https://qat.redports.org/buildarchive/r382889/ Log: - unbreak, add mirrors MFH: 2015Q1 PR: 199057 Submitted by: lightside@gmx.com Approved by: sec@42.org (maintainer) Modified: head/games/xtris/Makefile Modified: head/games/xtris/Makefile ============================================================================== --- head/games/xtris/Makefile Wed Apr 1 01:11:46 2015 (r382888) +++ head/games/xtris/Makefile Wed Apr 1 02:45:21 2015 (r382889) @@ -5,7 +5,9 @@ PORTNAME= xtris PORTVERSION= 1.15 PORTREVISION= 2 CATEGORIES= games ipv6 -MASTER_SITES= http://www.iagora.com/~espel/xtris/ \ +MASTER_SITES= http://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ + http://ftp.uni-erlangen.de/mirrors/gentoo/distfiles/ \ + http://www.iagora.com/~espel/xtris/ \ ftp://quatramaran.ens.fr/pub/orabidoo/ PATCH_SITES= ftp://ftp.42.org/pub/orphan/ @@ -17,8 +19,6 @@ COMMENT= Multi-player version of a popul LICENSE= GPLv2 -BROKEN= Does not fetch - RESTRICTED= Possible trademark infringement WRKSRC= ${WRKDIR}/xtris USE_XORG= x11 xext