svn commit: r367521 - in head/games: . djgame2 djgame2/files

Tijl Coosemans tijl at FreeBSD.org
Sun Sep 7 12:18:13 UTC 2014


On Sun, 7 Sep 2014 11:34:28 +0000 (UTC) Rusmir Dusko <nemysis at FreeBSD.org> wrote:
> Author: nemysis
> Date: Sun Sep  7 11:34:27 2014
> New Revision: 367521
> URL: http://svnweb.freebsd.org/changeset/ports/367521
> QAT: https://qat.redports.org/buildarchive/r367521/
> 
> Log:
>   - Readdition of games/djgame2 which was removed on r367488
>   - Mastersite disappeared, mirror on my SF site
>   - Transfer maintainership to games@ team
>   - Add license GPLv2
> 
> Added:
>   head/games/djgame2/
>   head/games/djgame2/Makefile   (contents, props changed)
>   head/games/djgame2/distinfo   (contents, props changed)
>   head/games/djgame2/files/
>   head/games/djgame2/files/djgame2.desktop.in   (contents, props changed)
>   head/games/djgame2/files/patch-Base__src__DJGraphicsChessTimerItem.cpp   (contents, props changed)
>   head/games/djgame2/files/patch-Shisensho__src__DJGameRank.h   (contents, props changed)
>   head/games/djgame2/files/patch-Shisensho__src__LLKPanelController.cpp   (contents, props changed)
>   head/games/djgame2/files/startdjg.in   (contents, props changed)
>   head/games/djgame2/pkg-descr   (contents, props changed)
>   head/games/djgame2/pkg-plist   (contents, props changed)
> Modified:
>   head/games/Makefile
> 
> Modified: head/games/Makefile
> ==============================================================================
> --- head/games/Makefile	Sun Sep  7 11:33:59 2014	(r367520)
> +++ head/games/Makefile	Sun Sep  7 11:34:27 2014	(r367521)
> @@ -187,6 +187,7 @@
>      SUBDIR += defendguin
>      SUBDIR += diameter
>      SUBDIR += digger-vgl
> +    SUBDIR += djgame2
>      SUBDIR += dmjava
>      SUBDIR += dodgindiamond2
>      SUBDIR += domination
> 
> Added: head/games/djgame2/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/games/djgame2/Makefile	Sun Sep  7 11:34:27 2014	(r367521)
> @@ -0,0 +1,54 @@
> +# Created by: Yinghong Liu <relaxbsd at gmail.com>
> +# $FreeBSD$
> +
> +PORTNAME=	djgame2
> +PORTVERSION=	3.2.0
> +PORTREVISION=	4
> +CATEGORIES=	games
> +MASTER_SITES=	SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
> +DISTNAME=	source-${PORTVERSION}
> +
> +MAINTAINER=	games at FreeBSD.org
> +COMMENT=	bluedj contains many popular online games

Online games with upstream gone.  Are you sure this port still works?
Google cannot find anything about "bluedj".


More information about the svn-ports-head mailing list