From nobody@FreeBSD.org  Tue Aug  9 18:15:04 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7C0B9106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Aug 2011 18:15:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6236C8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Aug 2011 18:15:04 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p79IF4tm021462
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Aug 2011 18:15:04 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p79IF45w021461;
	Tue, 9 Aug 2011 18:15:04 GMT
	(envelope-from nobody)
Message-Id: <201108091815.p79IF45w021461@red.freebsd.org>
Date: Tue, 9 Aug 2011 18:15:04 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] games/gbrainy: update to 2.01
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159633
>Category:       ports
>Synopsis:       [UPDATE] games/gbrainy: update to 2.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kevlo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 09 18:20:08 UTC 2011
>Closed-Date:    Mon Aug 29 04:37:12 UTC 2011
>Last-Modified:  Mon Aug 29 04:40:11 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
- update to 2.01
- add license
- remove bogus `gnometarget` component

changelog:
http://git.gnome.org/browse/gbrainy/commit/?id=91a91854bfb3d17c5f151e94d60aa1a7433153fb

tinderbuild logs:
7.4: http://happy-nation.by.ru/ports/tb/7.4-gbrainy-2.01.log
8.2: http://happy-nation.by.ru/ports/tb/8.2-gbrainy-2.01.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa gbrainy.orig/Makefile gbrainy/Makefile
--- gbrainy.orig/Makefile	2011-07-08 11:55:41.000000000 +0400
+++ gbrainy/Makefile	2011-08-09 22:10:04.000000000 +0400
@@ -6,18 +6,21 @@
 #
 
 PORTNAME=	gbrainy
-PORTVERSION=	2.00
+PORTVERSION=	2.01
 CATEGORIES=	games
 MASTER_SITES=	http://gent.softcatala.org/jmas/gbrainy/
 
 MAINTAINER=	kevlo@FreeBSD.org
 COMMENT=	A brain teaser game and trainer
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	mautil:${PORTSDIR}/devel/mono-addins \
 		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_GNOME=	desktopfileutils gnometarget gnomehack gtksharp20 gnomesharp20
+USE_GNOME=	desktopfileutils gnomehack gtksharp20 gnomesharp20
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
diff -ruNa gbrainy.orig/distinfo gbrainy/distinfo
--- gbrainy.orig/distinfo	2011-07-08 10:26:52.000000000 +0400
+++ gbrainy/distinfo	2011-08-08 23:01:26.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (gbrainy-2.00.tar.gz) = 95df612d00e12f5bda4a7df4c77818e20aec163fd1da5bade7e5fbd5acef624a
-SIZE (gbrainy-2.00.tar.gz) = 2250228
+SHA256 (gbrainy-2.01.tar.gz) = 777bbc0ce1c8d511d3ccf6802cbf7768438e6840b3fd4d52db9196764fe0729a
+SIZE (gbrainy-2.01.tar.gz) = 2331026


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kevlo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Aug 9 18:20:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159633 
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Mon Aug 29 04:36:59 UTC 2011 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159633: commit references a PR
Date: Mon, 29 Aug 2011 04:36:52 +0000 (UTC)

 kevlo       2011-08-29 04:36:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/gbrainy        Makefile distinfo 
   Log:
   Update to 2.01
   
   PR:             ports/159633
   Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex dot ru>
   
   Revision  Changes    Path
   1.10      +4 -1      ports/games/gbrainy/Makefile
   1.8       +2 -2      ports/games/gbrainy/distinfo
 _______________________________________________
 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"
 
>Unformatted:
