svn commit: r376395 - in head/games: bloboats ctris filters textmaze

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jan 6 09:37:54 UTC 2015


Author: ehaupt
Date: Tue Jan  6 09:37:52 2015
New Revision: 376395
URL: https://svnweb.freebsd.org/changeset/ports/376395
QAT: https://qat.redports.org/buildarchive/r376395/

Log:
  Move MASTER_SITES from CRITICAL to LOCAL/ehaupt

Modified:
  head/games/bloboats/Makefile
  head/games/ctris/Makefile
  head/games/filters/Makefile
  head/games/textmaze/Makefile

Modified: head/games/bloboats/Makefile
==============================================================================
--- head/games/bloboats/Makefile	Tue Jan  6 09:37:41 2015	(r376394)
+++ head/games/bloboats/Makefile	Tue Jan  6 09:37:52 2015	(r376395)
@@ -6,7 +6,7 @@ PORTVERSION=	1.0.2
 PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://mirror.kapsi.fi/bloboats.dy.fi/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Boat racing game in the spirit of Elasto Mania or X-Moto

Modified: head/games/ctris/Makefile
==============================================================================
--- head/games/ctris/Makefile	Tue Jan  6 09:37:41 2015	(r376394)
+++ head/games/ctris/Makefile	Tue Jan  6 09:37:52 2015	(r376395)
@@ -5,7 +5,7 @@ PORTNAME=	ctris
 PORTVERSION=	0.42
 CATEGORIES=	games
 MASTER_SITES=	http://www.hackl.dhs.org/data/download/files/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Colorized, small, and flexible Tetris(TM)-clone for the console

Modified: head/games/filters/Makefile
==============================================================================
--- head/games/filters/Makefile	Tue Jan  6 09:37:41 2015	(r376394)
+++ head/games/filters/Makefile	Tue Jan  6 09:37:52 2015	(r376395)
@@ -5,7 +5,7 @@ PORTNAME=	filters
 PORTVERSION=	2.53
 CATEGORIES=	games perl5
 MASTER_SITES=	http://ftp.debian.org/debian/pool/main/f/filters/ \
-		CRITICAL
+		LOCAL/ehaupt
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	ehaupt at FreeBSD.org

Modified: head/games/textmaze/Makefile
==============================================================================
--- head/games/textmaze/Makefile	Tue Jan  6 09:37:41 2015	(r376394)
+++ head/games/textmaze/Makefile	Tue Jan  6 09:37:52 2015	(r376395)
@@ -5,7 +5,7 @@ PORTNAME=	textmaze
 PORTVERSION=	1.2
 CATEGORIES=	games perl5
 MASTER_SITES=	http://www.robobunny.com/projects/textmaze/ \
-		CRITICAL
+		LOCAL/ehaupt
 DISTNAME=	${PORTNAME}_v${PORTVERSION}
 
 MAINTAINER=	ehaupt at FreeBSD.org


More information about the svn-ports-all mailing list