From owner-svn-ports-head@freebsd.org Mon Oct 31 23:51:36 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 0ECF8C285EF; Mon, 31 Oct 2016 23:51:36 +0000 (UTC) (envelope-from makc@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 BF6181CD9; Mon, 31 Oct 2016 23:51:35 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9VNpYgY046246; Mon, 31 Oct 2016 23:51:34 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9VNpYsC046245; Mon, 31 Oct 2016 23:51:34 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201610312351.u9VNpYsC046245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 31 Oct 2016 23:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425038 - head/games/supertux 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.23 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: Mon, 31 Oct 2016 23:51:36 -0000 Author: makc Date: Mon Oct 31 23:51:34 2016 New Revision: 425038 URL: https://svnweb.freebsd.org/changeset/ports/425038 Log: games/supertux: update MASTER_SITES Modified: head/games/supertux/Makefile Modified: head/games/supertux/Makefile ============================================================================== --- head/games/supertux/Makefile Mon Oct 31 23:26:00 2016 (r425037) +++ head/games/supertux/Makefile Mon Oct 31 23:51:34 2016 (r425038) @@ -5,13 +5,11 @@ PORTNAME= supertux PORTVERSION= 0.1.3 PORTREVISION= 12 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/SuperTux/downloads/raw/master/ MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers -BROKEN= Unfetchable (google code has gone away) - USES= gmake tar:bzip2 USE_SDL= image mixer USE_GL= gl