svn commit: r404661 - head/games/teg

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 15:18:17 UTC 2015


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 at 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


More information about the svn-ports-all mailing list