From owner-svn-ports-head@freebsd.org Mon Dec 28 15:18:17 2015 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 C6E7EA534C2; Mon, 28 Dec 2015 15:18:17 +0000 (UTC) (envelope-from rakuco@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 7E90B15AF; Mon, 28 Dec 2015 15:18:17 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSFIGTi038052; Mon, 28 Dec 2015 15:18:16 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSFIG0E038048; Mon, 28 Dec 2015 15:18:16 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512281518.tBSFIG0E038048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Dec 2015 15:18:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404661 - head/games/teg 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.20 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, 28 Dec 2015 15:18:17 -0000 Author: rakuco Date: Mon Dec 28 15:18:16 2015 New Revision: 404661 URL: https://svnweb.freebsd.org/changeset/ports/404661 Log: Unbreak `make fetch'. The project moved to GitHub and removed all files from SourceForge. diff -uprN from the old tarball from SF and the new one from GitHub indicates that a .gitignore file was added and the debian/ directory was removed. Modified: head/games/teg/Makefile head/games/teg/distinfo head/games/teg/pkg-descr Modified: head/games/teg/Makefile ============================================================================== --- head/games/teg/Makefile Mon Dec 28 15:13:32 2015 (r404660) +++ head/games/teg/Makefile Mon Dec 28 15:18:16 2015 (r404661) @@ -5,16 +5,16 @@ PORTNAME= teg PORTVERSION= 0.11.2 PORTREVISION= 7 CATEGORIES= games gnome -MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based strategy game for GNOME -BROKEN= unfetchable - LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING +USE_GITHUB= yes +GH_ACCOUNT= wfx +GH_PROJECT= teg USES= gettext-tools gmake iconv libtool pathfix pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/teg/distinfo ============================================================================== --- head/games/teg/distinfo Mon Dec 28 15:13:32 2015 (r404660) +++ head/games/teg/distinfo Mon Dec 28 15:18:16 2015 (r404661) @@ -1,2 +1,2 @@ -SHA256 (teg-0.11.2.tar.gz) = 9a0135870c01ff70b63a95f7224556fdf70f21d977c369085ef3c2cf7697ddf9 -SIZE (teg-0.11.2.tar.gz) = 5790172 +SHA256 (wfx-teg-0.11.2_GH0.tar.gz) = 06578b043fb470039744c8a4217135757267e590a4ce47ccb40b61b8ee9ac904 +SIZE (wfx-teg-0.11.2_GH0.tar.gz) = 5784397 Modified: head/games/teg/pkg-descr ============================================================================== --- head/games/teg/pkg-descr Mon Dec 28 15:13:32 2015 (r404660) +++ head/games/teg/pkg-descr Mon Dec 28 15:18:16 2015 (r404661) @@ -2,4 +2,4 @@ Tenes Emapandas Graciela (TEG) is a clon de la Guerra', which is a pseudo-clone of Risk, a turn-based strategy game. Some rules are different. -WWW: http://teg.sourceforge.net/ +WWW: https://github.com/wfx/teg