From nobody@FreeBSD.org  Tue Apr  5 12:43:13 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 A8ACD106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Apr 2011 12:43:13 +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 8BB6E8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Apr 2011 12:43:13 +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 p35ChCLM081637
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 5 Apr 2011 12:43:12 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p35ChCLv081631;
	Tue, 5 Apr 2011 12:43:12 GMT
	(envelope-from nobody)
Message-Id: <201104051243.p35ChCLv081631@red.freebsd.org>
Date: Tue, 5 Apr 2011 12:43:12 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/gitg: update to 0.0.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156196
>Category:       ports
>Synopsis:       [UPDATE] devel/gitg: update to 0.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 05 12:50:09 UTC 2011
>Closed-Date:    Wed May 25 14:40:43 UTC 2011
>Last-Modified:  Wed May 25 14:50:08 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-STABLE
>Organization:
>Environment:
8.2-STABLE i386
>Description:
- update to 0.0.8
- add licence
- remove md5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa gitg.orig/Makefile gitg/Makefile
--- gitg.orig/Makefile	2010-05-31 05:58:11.000000000 +0400
+++ gitg/Makefile	2011-04-05 16:14:51.000000000 +0400
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	gitg
-PORTVERSION=	0.0.6
-PORTREVISION=	1
+PORTVERSION=	0.0.8
 CATEGORIES=	devel deskutils gnome
-MASTER_SITES=	http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/ \
+MASTER_SITES=	GNOME \
 		http://mirror.amdmi3.ru/distfiles/
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -17,6 +16,9 @@
 
 RUN_DEPENDS=	git>=1.7.0.2:${PORTSDIR}/devel/git
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
diff -ruNa gitg.orig/distinfo gitg/distinfo
--- gitg.orig/distinfo	2010-04-15 22:00:49.000000000 +0400
+++ gitg/distinfo	2011-04-05 15:28:39.000000000 +0400
@@ -1,3 +1,2 @@
-MD5 (gitg-0.0.6.tar.bz2) = 5aab2b6fc97d72f2063f91f12dc014d8
-SHA256 (gitg-0.0.6.tar.bz2) = 1b4ae8f61ce0ba12e12645eca87799076dae961ca03a3906c35686aa3287e0bd
-SIZE (gitg-0.0.6.tar.bz2) = 455034
+SHA256 (gitg-0.0.8.tar.bz2) = 255018ffdc04298f87234d2fcce56acda983fe6efc6e31d53349fa241cf2f4c4
+SIZE (gitg-0.0.8.tar.bz2) = 535076
diff -ruNa gitg.orig/pkg-descr gitg/pkg-descr
--- gitg.orig/pkg-descr	2010-04-15 22:00:49.000000000 +0400
+++ gitg/pkg-descr	2011-04-05 16:09:34.000000000 +0400
@@ -1,4 +1,4 @@
-An alternative Git GUI with an emphasis on graphical 
+An alternative Git GUI with an emphasis on graphical
 representation of data and actions. It can:
 
  * Browse revision history
diff -ruNa gitg.orig/pkg-plist gitg/pkg-plist
--- gitg.orig/pkg-plist	2010-04-15 22:00:49.000000000 +0400
+++ gitg/pkg-plist	2011-04-05 16:04:44.000000000 +0400
@@ -1,4 +1,23 @@
 bin/gitg
+include/libgitg-1.0/libgitg/gitg-changed-file.h
+include/libgitg-1.0/libgitg/gitg-color.h
+include/libgitg-1.0/libgitg/gitg-command.h
+include/libgitg-1.0/libgitg/gitg-commit.h
+include/libgitg-1.0/libgitg/gitg-config.h
+include/libgitg-1.0/libgitg/gitg-hash.h
+include/libgitg-1.0/libgitg/gitg-io.h
+include/libgitg-1.0/libgitg/gitg-lane.h
+include/libgitg-1.0/libgitg/gitg-line-parser.h
+include/libgitg-1.0/libgitg/gitg-ref.h
+include/libgitg-1.0/libgitg/gitg-repository.h
+include/libgitg-1.0/libgitg/gitg-revision.h
+include/libgitg-1.0/libgitg/gitg-runner.h
+include/libgitg-1.0/libgitg/gitg-shell.h
+lib/libgitg-1.0.a
+lib/libgitg-1.0.la
+lib/libgitg-1.0.so
+lib/libgitg-1.0.so.0
+libdata/pkgconfig/libgitg-1.0.pc
 share/applications/gitg.desktop
 %%DATADIR%%/icons/gitg.svg
 %%DATADIR%%/icons/gitg128x128.png
@@ -12,8 +31,12 @@
 %%DATADIR%%/styles/gitgstyle.xml
 %%DATADIR%%/ui/gitg-commit-menu.ui
 %%DATADIR%%/ui/gitg-menus.xml
+%%DATADIR%%/ui/gitg-new-branch.ui
 %%DATADIR%%/ui/gitg-preferences.ui
 %%DATADIR%%/ui/gitg-repository.ui
+%%DATADIR%%/ui/gitg-revision-changes-panel.ui
+%%DATADIR%%/ui/gitg-revision-details-panel.ui
+%%DATADIR%%/ui/gitg-revision-files-panel.ui
 %%DATADIR%%/ui/gitg-tag.ui
 %%DATADIR%%/ui/gitg-ui.xml
 %%DATADIR%%/ui/gitg-window.ui
@@ -22,7 +45,6 @@
 share/icons/hicolor/24x24/apps/gitg.png
 share/icons/hicolor/32x32/apps/gitg.png
 share/icons/hicolor/48x48/apps/gitg.png
-share/icons/hicolor/icon-theme.cache
 share/icons/hicolor/scalable/apps/gitg.svg
 share/locale/da/LC_MESSAGES/gitg.mo
 share/locale/de/LC_MESSAGES/gitg.mo
@@ -32,10 +54,14 @@
 share/locale/gl/LC_MESSAGES/gitg.mo
 share/locale/it/LC_MESSAGES/gitg.mo
 share/locale/lt/LC_MESSAGES/gitg.mo
+share/locale/nb/LC_MESSAGES/gitg.mo
 share/locale/nl/LC_MESSAGES/gitg.mo
 share/locale/pa/LC_MESSAGES/gitg.mo
+share/locale/pt_BR/LC_MESSAGES/gitg.mo
+share/locale/ro/LC_MESSAGES/gitg.mo
 share/locale/sl/LC_MESSAGES/gitg.mo
 share/locale/sv/LC_MESSAGES/gitg.mo
+share/locale/zh_CN/LC_MESSAGES/gitg.mo
 @dirrmtry share/icons/hicolor/scalable/apps
 @dirrmtry share/icons/hicolor/scalable
 @dirrmtry share/icons/hicolor/48x48/apps
@@ -56,3 +82,5 @@
 @dirrm %%DATADIR%%/icons
 @dirrm %%DATADIR%%
 @dirrmtry share/applications
+@dirrm include/libgitg-1.0/libgitg
+@dirrm include/libgitg-1.0


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 5 12:50:23 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156196 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Wed May 25 14:40:41 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156196: commit references a PR
Date: Wed, 25 May 2011 14:40:38 +0000 (UTC)

 amdmi3      2011-05-25 14:40:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/gitg           Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 0.0.8
   
   PR:             156196
   Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   
   Revision  Changes    Path
   1.3       +5 -4      ports/devel/gitg/Makefile
   1.2       +2 -3      ports/devel/gitg/distinfo
   1.2       +1 -1      ports/devel/gitg/pkg-descr
   1.2       +29 -1     ports/devel/gitg/pkg-plist
 _______________________________________________
 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:
