Date: Sun, 7 Sep 2014 14:18:07 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Rusmir Dusko <nemysis@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r367521 - in head/games: . djgame2 djgame2/files Message-ID: <20140907141807.024965be@kalimero.tijl.coosemans.org> In-Reply-To: <201409071134.s87BYSrS031383@svn.freebsd.org> References: <201409071134.s87BYSrS031383@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 Sep 2014 11:34:28 +0000 (UTC) Rusmir Dusko <nemysis@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@gmail.com> > +# $FreeBSD$ > + > +PORTNAME= djgame2 > +PORTVERSION= 3.2.0 > +PORTREVISION= 4 > +CATEGORIES= games > +MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/ > +DISTNAME= source-${PORTVERSION} > + > +MAINTAINER= games@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".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140907141807.024965be>