svn commit: r354469 - in head/games: dcross openbubbles pythonsudoku robocalypto sudoku-sensei

Rusmir Dusko nemysis at FreeBSD.org
Sun May 18 21:04:18 UTC 2014


Author: nemysis
Date: Sun May 18 21:04:16 2014
New Revision: 354469
URL: http://svnweb.freebsd.org/changeset/ports/354469
QAT: https://qat.redports.org/buildarchive/r354469/

Log:
  games/dcross
  
  - Transfer maintainership to games@ team
  
  games/openbubbles
  
  - Mastersite disappeared, mirror on my SF site
  - Transfer maintainership to games@ team
  - Use tar:bzip2 instead of USE_BZIP2=yes
  - Don't silence warnings
  - Change WWW to WayBack
  
  games/pythonsudoku
  
  - Transfer maintainership to games@ team
  
  games/robocalypto
  
  - Transfer maintainership to games@ team
  
  games/sudoku-sensei
  
  - Transfer maintainership to games@ team

Modified:
  head/games/dcross/Makefile
  head/games/openbubbles/Makefile
  head/games/openbubbles/pkg-descr
  head/games/pythonsudoku/Makefile
  head/games/robocalypto/Makefile
  head/games/sudoku-sensei/Makefile

Modified: head/games/dcross/Makefile
==============================================================================
--- head/games/dcross/Makefile	Sun May 18 20:46:47 2014	(r354468)
+++ head/games/dcross/Makefile	Sun May 18 21:04:16 2014	(r354469)
@@ -12,7 +12,7 @@ DISTFILES=	${PORTNAME}_${DISTVERSION}${E
 		${PORTNAME}_icons${EXTRACT_SUFX}:icons
 DIST_SUBDIR=	python
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Unconventional falling block game
 
 LICENSE=	GPLv2

Modified: head/games/openbubbles/Makefile
==============================================================================
--- head/games/openbubbles/Makefile	Sun May 18 20:46:47 2014	(r354468)
+++ head/games/openbubbles/Makefile	Sun May 18 21:04:16 2014	(r354469)
@@ -5,23 +5,20 @@ PORTNAME=	openbubbles
 PORTVERSION=	1.2
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	http://www.freewebs.com/lasindi/${PORTNAME}/ \
-		SF/nemysisfreebsdp/${CATEGORIES}/:icons
+MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
-		${PORTNAME}_icons${EXTRACT_SUFX}:icons
+		${PORTNAME}_icons${EXTRACT_SUFX}
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Clone of Evan Bailey's game Bubbles
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_SDL=	sdl gfx image
 GNU_CONFIGURE=	yes
-CFLAGS+=	-w
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README
-
 OPTIONS_DEFINE=	DOCS
 
 INSTALLS_ICONS=	yes

Modified: head/games/openbubbles/pkg-descr
==============================================================================
--- head/games/openbubbles/pkg-descr	Sun May 18 20:46:47 2014	(r354468)
+++ head/games/openbubbles/pkg-descr	Sun May 18 21:04:16 2014	(r354469)
@@ -1,3 +1,3 @@
 OpenBubbles is a clone of Evan Bailey's game Bubbles.
 
-WWW: http://www.freewebs.com/lasindi/openbubbles/
+WWW: https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/

Modified: head/games/pythonsudoku/Makefile
==============================================================================
--- head/games/pythonsudoku/Makefile	Sun May 18 20:46:47 2014	(r354468)
+++ head/games/pythonsudoku/Makefile	Sun May 18 21:04:16 2014	(r354469)
@@ -12,7 +12,7 @@ DISTFILES=	${PORTNAME}-${DISTVERSION}${E
 DIST_SUBDIR=	python
 EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Text and graphical program to create or resolve Sudokus
 
 LICENSE=	GPLv2

Modified: head/games/robocalypto/Makefile
==============================================================================
--- head/games/robocalypto/Makefile	Sun May 18 20:46:47 2014	(r354468)
+++ head/games/robocalypto/Makefile	Sun May 18 21:04:16 2014	(r354469)
@@ -13,7 +13,7 @@ DISTFILES=	PYGGEL-V${DISTVERSION}${DISTV
 DIST_SUBDIR=	python
 EXTRACT_ONLY=	PYGGEL-V${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	PYGGEL demo game
 
 LICENSE=	Public_Domain_LICENSE

Modified: head/games/sudoku-sensei/Makefile
==============================================================================
--- head/games/sudoku-sensei/Makefile	Sun May 18 20:46:47 2014	(r354468)
+++ head/games/sudoku-sensei/Makefile	Sun May 18 21:04:16 2014	(r354469)
@@ -10,7 +10,7 @@ DISTFILES=	${PORTNAME}-src-${DISTVERSION
 		${PORTNAME}.png:icons
 EXTRACT_ONLY=	${PORTNAME}-src-${DISTVERSION:S/./-/}${EXTRACT_SUFX}
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	games at FreeBSD.org
 COMMENT=	Enjoy playing with Sudoku boards designed by yourself
 
 LICENSE=	GPLv2


More information about the svn-ports-all mailing list