From nobody@FreeBSD.org  Sun May 23 01:00:19 2010
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 0462D106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 May 2010 01:00:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E675D8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 May 2010 01:00:18 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4N10IFt022943
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 May 2010 01:00:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4N10I1F022942;
	Sun, 23 May 2010 01:00:18 GMT
	(envelope-from nobody)
Message-Id: <201005230100.o4N10I1F022942@www.freebsd.org>
Date: Sun, 23 May 2010 01:00:18 GMT
From: Anatoly Borodin <anatoly.borodin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: www/xpi-gbutts update to 2.0.6b3, rename to www/google_shortcuts
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146854
>Category:       ports
>Synopsis:       Update port: www/xpi-gbutts update to 2.0.6b3, rename to www/google_shortcuts
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 01:10:01 UTC 2010
>Closed-Date:    Tue Sep 28 02:08:24 UTC 2010
>Last-Modified:  Tue Sep 28 02:20:07 UTC 2010
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
www/xpi-gbutts: 1.6.3 -> 2.0.6b3

The plugin has been renamed as "google_shortcuts", so the port probably should be renamed accordingly. MOVED should be updated in that case.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

From 87aff8cff8aee73acf24d241586190120f9340de Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Sat, 22 May 2010 23:48:51 +0200
Subject: [PATCH 5/5] www/xpi-gbutts: 1.6.3 -> 2.0.6b3 , rename to www/google_shortcuts


diff --git www/Makefile www/Makefile
index c72a9d1..d207e32 100644
--- www/Makefile
+++ www/Makefile
@@ -1846,9 +1846,9 @@
     SUBDIR += xpi-foxmarks
     SUBDIR += xpi-foxyproxy
     SUBDIR += xpi-gbrain
-    SUBDIR += xpi-gbutts
     SUBDIR += xpi-gmail-manager
     SUBDIR += xpi-google-notebook
+    SUBDIR += xpi-google_shortcuts
     SUBDIR += xpi-googlevideoonwooztalk
     SUBDIR += xpi-grab_and_drag
     SUBDIR += xpi-greasemonkey
diff --git www/xpi-gbutts/Makefile www/xpi-gbutts/Makefile
deleted file mode 100644
index 610e345..0000000
--- www/xpi-gbutts/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for:	xpi-gbutts
-# Date created:		2008-05-22
-# Whom:			Anatoly Borodin <anatoly.borodin@gmail.com>
-#
-# $FreeBSD: ports/www/xpi-gbutts/Makefile,v 1.3 2009/09/18 23:39:51 miwi Exp $
-#
-
-PORTNAME=	gbutts
-PORTVERSION=	1.6.3
-DISTVERSIONSUFFIX=	-fx
-CATEGORIES=	www
-
-MAINTAINER=	anatoly.borodin@gmail.com
-COMMENT=	Display all of your Google Services as buttons just next to your addressbar
-
-XPI_ID=		{5C46D283-ABDE-4dce-B83C-08881401921C}
-XPI_NUM=	3576
-XPI_FILES=	chrome/gbutts.jar defaults/preferences/install.js \
-		install.rdf chrome.manifest
-XPI_DIRS=	chrome defaults/preferences defaults
-
-.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
-.include <bsd.port.mk>
diff --git www/xpi-gbutts/distinfo www/xpi-gbutts/distinfo
deleted file mode 100644
index f0e9912..0000000
--- www/xpi-gbutts/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xpi/gbutts-1.6.3-fx.xpi) = 2726196daca3e9eb8212b3f2928a6288
-SHA256 (xpi/gbutts-1.6.3-fx.xpi) = a128a602063710ba5a4552bf8a6021aa7cabdbbe1ed13a7dc903e881540dee52
-SIZE (xpi/gbutts-1.6.3-fx.xpi) = 69836
diff --git www/xpi-gbutts/files/chrome.manifest www/xpi-gbutts/files/chrome.manifest
deleted file mode 100644
index 36b248b..0000000
--- www/xpi-gbutts/files/chrome.manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-
-overlay	chrome://browser/content/browser.xul	chrome://gbutts/content/gbuttsOverlay.xul
-overlay	chrome://navigator/content/navigator.xul	chrome://gbutts/content/gbuttsOverlay.xul
-content	gbutts	jar:chrome/gbutts.jar!/content/
-
-skin	gbutts	classic/1.0	jar:chrome/gbutts.jar!/skin/
diff --git www/xpi-gbutts/pkg-descr www/xpi-gbutts/pkg-descr
deleted file mode 100644
index 2527b7c..0000000
--- www/xpi-gbutts/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Display all of your Google Services as buttons just next to your addressbar
-or anywhere you like it!
-
-You can go to settings to change which services should be available for you
-as buttons. Left click on a button opens the service in the current tab,
-MIDDLE CLICK opens a new tab. If you like you can change the main appearance
-from a Toolbar with all buttons you've selected to a single Dropdown Menu.
-
-WWW: http://www.soerenrinne.de/
diff --git www/xpi-google_shortcuts/Makefile www/xpi-google_shortcuts/Makefile
new file mode 100644
index 0000000..46762f8
--- /dev/null
+++ www/xpi-google_shortcuts/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for:	xpi-gbutts
+# Date created:		2008-05-22
+# Whom:			Anatoly Borodin <anatoly.borodin@gmail.com>
+#
+# $FreeBSD: ports/www/xpi-google_shortcuts/Makefile,v 1.3 2009/09/18 23:39:51 miwi Exp $
+#
+
+PORTNAME=	google_shortcuts
+PORTVERSION=	2.0.6b3
+DISTVERSIONSUFFIX=	-fx
+CATEGORIES=	www
+
+MAINTAINER=	anatoly.borodin@gmail.com
+COMMENT=	Display all of your Google Services as buttons just next to your addressbar
+
+XPI_ID=		{5C46D283-ABDE-4dce-B83C-08881401921C}
+XPI_NUM=	3576
+XPI_FILES=	chrome/googleshortcuts.jar chrome.manifest \
+		defaults/preferences/install.js install.rdf
+XPI_DIRS=	chrome defaults/preferences defaults
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git www/xpi-google_shortcuts/distinfo www/xpi-google_shortcuts/distinfo
new file mode 100644
index 0000000..0ec4dc3
--- /dev/null
+++ www/xpi-google_shortcuts/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/google_shortcuts-2.0.6b3-fx.xpi) = 0238e61fef76ac5f4bc343524a28504a
+SHA256 (xpi/google_shortcuts-2.0.6b3-fx.xpi) = 28ea0e2fe00a32658debf14690389677636ade167d0f5d996dba00784e1973ce
+SIZE (xpi/google_shortcuts-2.0.6b3-fx.xpi) = 161546
diff --git www/xpi-google_shortcuts/pkg-descr www/xpi-google_shortcuts/pkg-descr
new file mode 100644
index 0000000..2527b7c
--- /dev/null
+++ www/xpi-google_shortcuts/pkg-descr
@@ -0,0 +1,9 @@
+Display all of your Google Services as buttons just next to your addressbar
+or anywhere you like it!
+
+You can go to settings to change which services should be available for you
+as buttons. Left click on a button opens the service in the current tab,
+MIDDLE CLICK opens a new tab. If you like you can change the main appearance
+from a Toolbar with all buttons you've selected to a single Dropdown Menu.
+
+WWW: http://www.soerenrinne.de/
-- 
1.7.1



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon May 24 02:12:54 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
Responsible-Changed-From-To: miwi->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Sep 7 17:35:39 UTC 2010 
Responsible-Changed-Why:  
maintainer timeout (miwi ; 106 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
State-Changed-From-To: open->repocopy 
State-Changed-By: pgollucci 
State-Changed-When: Tue Sep 7 17:41:57 UTC 2010 
State-Changed-Why:  
repo copy www/xpi-gbutss www/google_shortcuts 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
Responsible-Changed-From-To: pgollucci->portmgr 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Sep 7 17:42:55 UTC 2010 
Responsible-Changed-Why:  
repo copy request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Mon Sep 20 16:22:45 UTC 2010 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->pgollucci 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Mon Sep 20 16:22:45 UTC 2010 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
State-Changed-From-To: open->repocopy 
State-Changed-By: pgollucci 
State-Changed-When: Wed Sep 22 03:50:03 UTC 2010 
State-Changed-Why:  
repo copy my bad, that was supposed to be www/xpi-google_shortcuts 


Responsible-Changed-From-To: pgollucci->portmgr 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Sep 22 03:50:03 UTC 2010 
Responsible-Changed-Why:  
repo copy my bad, that was supposed to be www/xpi-google_shortcuts 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Mon Sep 27 05:45:38 UTC 2010 
State-Changed-Why:  
Repocopy complete. 


Responsible-Changed-From-To: portmgr->pgollucci 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Mon Sep 27 05:45:38 UTC 2010 
Responsible-Changed-Why:  
Repocopy complete. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146854 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Sep 28 02:08:23 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146854: commit references a PR
Date: Tue, 28 Sep 2010 02:10:23 +0000 (UTC)

 pgollucci    2010-09-28 02:10:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/xpi-google_shortcuts Makefile distinfo pkg-descr 
   Log:
   - forced commit to not repo copy www/xpi-gbutts -> www/xpi-google_shortcuts
   
   PR:             ports/146854
   Reop copy by:   marcus
   
   Revision  Changes    Path
   1.4       +0 -0      ports/www/xpi-google_shortcuts/Makefile
   1.4       +0 -0      ports/www/xpi-google_shortcuts/distinfo
   1.2       +0 -0      ports/www/xpi-google_shortcuts/pkg-descr
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146854: commit references a PR
Date: Tue, 28 Sep 2010 02:10:46 +0000 (UTC)

 pgollucci    2010-09-28 02:10:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/xpi-google_shortcuts Makefile distinfo pkg-descr 
     www/xpi-google_shortcuts/files chrome.manifest 
   Log:
   - Rename www/xpi-gbutts -> www/xpi-google_shortcuts
   - Update 1.6.3 2.0.
   
   PR:             ports/146854
   Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +8 -8      ports/www/xpi-google_shortcuts/Makefile
   1.5       +3 -3      ports/www/xpi-google_shortcuts/distinfo
   1.2       +4 -4      ports/www/xpi-google_shortcuts/files/chrome.manifest
   1.3       +9 -0      ports/www/xpi-google_shortcuts/pkg-descr
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146854: commit references a PR
Date: Tue, 28 Sep 2010 02:12:39 +0000 (UTC)

 pgollucci    2010-09-28 02:12:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    MOVED 
     www                  Makefile 
   Removed files:
     www/xpi-gbutts       Makefile distinfo pkg-descr 
     www/xpi-gbutts/files chrome.manifest 
   Log:
   - Disconnect www/xpi-gbutts
   
   PR:             ports/146854
   Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2266    +2 -1      ports/MOVED
   1.2703    +0 -1      ports/www/Makefile
   1.4       +0 -23     ports/www/xpi-gbutts/Makefile (dead)
   1.4       +0 -3      ports/www/xpi-gbutts/distinfo (dead)
   1.2       +0 -6      ports/www/xpi-gbutts/files/chrome.manifest (dead)
   1.2       +0 -9      ports/www/xpi-gbutts/pkg-descr (dead)
 _______________________________________________
 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:
