Bug 112430 - [NEW PORT] games/djgame2: contains many popular online games
Summary: [NEW PORT] games/djgame2: contains many popular online games
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-05 03:20 UTC by liuyh
Modified: 2007-06-04 11:10 UTC (History)
0 users

See Also:


Attachments
djgame2.shar (10.62 KB, text/plain)
2007-05-05 03:20 UTC, liuyh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description liuyh 2007-05-05 03:20:03 UTC
bluedj contains many popular online games in China, such as mahjong, 
poker and chess. It has a large number of games and game players.

WWW: http://www.bluedj.com/
Comment 1 liu_yinghong 2007-05-08 05:43:45 UTC
Please replace the line:

MAKE_ENV=       QMAKESPEC="{QMAKESPEC}"

with:

MAKE_ENV=       QMAKESPEC="${QMAKESPEC}"

Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=112430
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-05-08 05:58:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 16:37:08 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 liu_yinghong 2007-05-30 00:43:45 UTC
Change the maintainer's e-mail(old mail address have problem)
Add the depend:qt4-uic.Thanks.

http://www.freebsd.org/cgi/query-pr.cgi?pr=112430

diff -uNr djgame2.orig/Makefile djgame2/Makefile
--- djgame2.orig/Makefile	Wed May 30 06:55:40 2007
+++ djgame2/Makefile	Wed May 30 07:11:40 2007
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	djgame2
 # Date created:		4 May 2007
-# Whom:			Yinghong.Liu <liuyh@gmx.net>
+# Whom:			Yinghong.Liu <liu_yinghong@yahoo.com.cn>
 #
 # $FreeBSD$
 #
@@ -12,13 +12,13 @@
 DISTNAME=	source-${PORTVERSION}
 EXTRACT_SUFX=	.zip	
 
-MAINTAINER=	liuyh@gmx.net
+MAINTAINER=	liu_yinghong@yahoo.com.cn
 COMMENT=	bluedj contains many popular online games
 
 NO_BUILD=	yes
 USE_ZIP=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake gui moc qt3support
+QT_COMPONENTS=	qmake gui moc qt3support uic
 
 QMAKE?=		qmake-qt4
 QMAKESPEC?=	${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
Comment 5 liu_yinghong 2007-05-30 07:02:51 UTC
The new patch. Add the depend: qt4-rcc. Thanks. :)

http://www.freebsd.org/cgi/query-pr.cgi?pr=112430

diff -uNr djgame2.orig/Makefile djgame2/Makefile
--- djgame2.orig/Makefile	Wed May 30 13:41:42 2007
+++ djgame2/Makefile	Wed May 30 13:35:21 2007
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	djgame2
 # Date created:		4 May 2007
-# Whom:			Yinghong.Liu <liuyh@gmx.net>
+# Whom:			Yinghong.Liu <liu_yinghong@yahoo.com.cn>
 #
 # $FreeBSD$
 #
@@ -12,13 +12,13 @@
 DISTNAME=	source-${PORTVERSION}
 EXTRACT_SUFX=	.zip	
 
-MAINTAINER=	liuyh@gmx.net
+MAINTAINER=	liu_yinghong@yahoo.com.cn
 COMMENT=	bluedj contains many popular online games
 
 NO_BUILD=	yes
 USE_ZIP=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake gui moc qt3support
+QT_COMPONENTS=	qmake gui moc qt3support uic rcc
 
 QMAKE?=		qmake-qt4
 QMAKESPEC?=	${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-06-04 11:08:09 UTC
miwi        2007-06-04 10:08:02 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/djgame2        Makefile distinfo pkg-descr pkg-plist 
    games/djgame2/files  djgame2.desktop.in startdjg.in 
  Log:
  bluedj contains many popular online games in China, such as mahjong,
  poker and chess. It has a large number of games and game players.
  
  WWW: http://www.bluedj.com/
  
  PR:             ports/112430
  Submitted by:   Yinghong.Liu <liuyh at gmx.net>
  
  Revision  Changes    Path
  1.1116    +1 -0      ports/games/Makefile
  1.1       +59 -0     ports/games/djgame2/Makefile (new)
  1.1       +3 -0      ports/games/djgame2/distinfo (new)
  1.1       +11 -0     ports/games/djgame2/files/djgame2.desktop.in (new)
  1.1       +13 -0     ports/games/djgame2/files/startdjg.in (new)
  1.1       +4 -0      ports/games/djgame2/pkg-descr (new)
  1.1       +211 -0    ports/games/djgame2/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Martin Wilke freebsd_committer freebsd_triage 2007-06-04 11:08:46 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!