Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:21:55 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159447: Update port: games/gtktetcolor
Message-ID:  <20110804032155.51a17db8.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeLZu075710@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159447
>Category:       ports
>Synopsis:       Update port: games/gtktetcolor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/gtktetcolor/Makefile games/gtktetcolor/Makefile
--- /usr/ports/games/gtktetcolor/Makefile	2010-03-28 17:37:07.000000000 +0900
+++ games/gtktetcolor/Makefile	2011-08-03 18:48:27.000000000 +0900
@@ -9,18 +9,23 @@
 PORTVERSION=	0.6.4
 PORTREVISION=	10
 CATEGORIES=	games gnome
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		http://www.dvgu.ru/ifit/~panov/gtktetcolor/
-MASTER_SITE_SUBDIR=	games
+MASTER_SITES=	SUNSITE/games \
+		http://canopus.iacp.dvo.ru/~panov/gtktetcolor/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A game for GNOME that resembles well-known tetris and columns
 
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
 USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+MAKE_JOBS_SAFE=	yes
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 post-patch:
 	@${REINPLACE_CMD} -e \
diff -urN /usr/ports/games/gtktetcolor/pkg-descr games/gtktetcolor/pkg-descr
--- /usr/ports/games/gtktetcolor/pkg-descr	2011-08-03 15:32:07.000000000 +0900
+++ games/gtktetcolor/pkg-descr	2011-08-03 18:43:53.000000000 +0900
@@ -5,3 +5,5 @@
 will collapse. If two or more sequences will be removed simultaneously the
 player has got bonus points. The game will be over when new block cannot be
 placed on screen. 
+
+WWW: http://canopus.iacp.dvo.ru/~panov/gtktetcolor/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032155.51a17db8.tkato432>