From owner-svn-ports-head@freebsd.org Tue Apr 12 15:05:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEFACB0DF05; Tue, 12 Apr 2016 15:05:10 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id BFDAE112F; Tue, 12 Apr 2016 15:05:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CF59gD029253; Tue, 12 Apr 2016 15:05:09 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CF592Y029251; Tue, 12 Apr 2016 15:05:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604121505.u3CF592Y029251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 12 Apr 2016 15:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413123 - head/games/atris X-SVN-Group: ports-head 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.21 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: Tue, 12 Apr 2016 15:05:11 -0000 Author: mat Date: Tue Apr 12 15:05:09 2016 New Revision: 413123 URL: https://svnweb.freebsd.org/changeset/ports/413123 Log: Unbreak. PR: 208706 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/games/atris/Makefile (contents, props changed) head/games/atris/pkg-descr (contents, props changed) Modified: head/games/atris/Makefile ============================================================================== --- head/games/atris/Makefile Tue Apr 12 15:04:30 2016 (r413122) +++ head/games/atris/Makefile Tue Apr 12 15:05:09 2016 (r413123) @@ -5,13 +5,11 @@ PORTNAME= atris PORTVERSION= 1.0.7 PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= http://www.sourcefiles.org/Games/Arcade/Block_Based/Tetris/ +MASTER_SITES= http://www.cs.virginia.edu/~weimer/atris/ MAINTAINER= ports@FreeBSD.org COMMENT= Atris: Alizarin Tetris -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/atris/pkg-descr ============================================================================== --- head/games/atris/pkg-descr Tue Apr 12 15:04:30 2016 (r413122) +++ head/games/atris/pkg-descr Tue Apr 12 15:05:09 2016 (r413123) @@ -3,4 +3,4 @@ systems. It includes multi-player suppor sound styles, can use TCP/IP networking and features a few different AI opponents. It was written using the SDL Library. -WWW: http://www.wkiri.com/projects/atris/ +WWW: http://www.cs.virginia.edu/~weimer/atris/