From nobody@FreeBSD.org  Wed Oct  6 11:21:09 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 8B333106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Oct 2010 11:21:09 +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 7A0288FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Oct 2010 11:21:09 +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 o96BL9KN009721
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 6 Oct 2010 11:21:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o96BL9Do009720;
	Wed, 6 Oct 2010 11:21:09 GMT
	(envelope-from nobody)
Message-Id: <201010061121.o96BL9Do009720@www.freebsd.org>
Date: Wed, 6 Oct 2010 11:21:09 GMT
From: Anatoly Borodin <anatoly.borodin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update]  www/xpi-google_shortcuts: 2.0.6b3 -> 2.1.2b3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151254
>Category:       ports
>Synopsis:       [maintainer update]  www/xpi-google_shortcuts: 2.0.6b3 -> 2.1.2b3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 06 11:30:01 UTC 2010
>Closed-Date:    Wed Oct 06 20:12:50 UTC 2010
>Last-Modified:  Wed Oct  6 20:20:02 UTC 2010
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
www/xpi-google_shortcuts is being updated from 2.0.6b3 to 2.1.2b3

This files and dirs should be removed:

www/xpi-google_shortcuts/files/chrome.manifest
www/xpi-google_shortcuts/files

PS Also don't forget to remove the bogus repocopy www/google_shortcuts
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

From 31e7165bf62a1b19b8249b1272daed1f319ef714 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Sat, 17 Jul 2010 10:09:31 +0200
Subject: [PATCH] TBC: www/xpi-google_shortcuts: 2.0.6b3 -> 2.1.2b3


diff --git www/xpi-google_shortcuts/Makefile www/xpi-google_shortcuts/Makefile
index f81a4ad..a419bec 100644
--- www/xpi-google_shortcuts/Makefile
+++ www/xpi-google_shortcuts/Makefile
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	google_shortcuts
-PORTVERSION=	2.0.6b3
+PORTVERSION=	2.1.2b3
 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_ID=		{5C46D283-ABDE-4dce-B83C-08881401921C}
 XPI_NUM=	3576
 XPI_FILES=	chrome/googleshortcuts.jar chrome.manifest \
-	defaults/preferences/install.js install.rdf
+		defaults/preferences/install.js install.rdf
 XPI_DIRS=	chrome defaults/preferences defaults
 
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
diff --git www/xpi-google_shortcuts/distinfo www/xpi-google_shortcuts/distinfo
index 0ec4dc3..a7e1c7e 100644
--- www/xpi-google_shortcuts/distinfo
+++ www/xpi-google_shortcuts/distinfo
@@ -1,3 +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
+MD5 (xpi/google_shortcuts-2.1.2b3-fx.xpi) = 5cd17dc775123db1283de6f81c782bd6
+SHA256 (xpi/google_shortcuts-2.1.2b3-fx.xpi) = 7a641105670a8666735cf7cd5eba1574fbbdba9f7ca52720d10ee4a5aaa38d60
+SIZE (xpi/google_shortcuts-2.1.2b3-fx.xpi) = 215609
diff --git www/xpi-google_shortcuts/files/chrome.manifest www/xpi-google_shortcuts/files/chrome.manifest
deleted file mode 100644
index 173b12f..0000000
--- www/xpi-google_shortcuts/files/chrome.manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-
-overlay	chrome://browser/content/browser.xul	chrome://google_shortcuts/content/google_shortcutsOverlay.xul
-overlay	chrome://navigator/content/navigator.xul	chrome://google_shortcuts/content/google_shortcutsOverlay.xul
-content	google_shortcuts	jar:chrome/google_shortcuts.jar!/content/
-
-skin	google_shortcuts	classic/1.0	jar:chrome/google_shortcuts.jar!/skin/
diff --git www/xpi-google_shortcuts/pkg-descr www/xpi-google_shortcuts/pkg-descr
index b938a1b..ecd4489 100644
--- www/xpi-google_shortcuts/pkg-descr
+++ www/xpi-google_shortcuts/pkg-descr
@@ -6,13 +6,4 @@ 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/
-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/
+WWW: http://www.googleshortcuts.org/
-- 
1.7.3



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 6 11:30:14 UTC 2010 
Responsible-Changed-Why:  
pgollucci@ wants this port PRs (via the GNATS Auto Assign Tool) 

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

From: Anatoly Borodin <anatoly.borodin@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/151254: [maintainer update] www/xpi-google_shortcuts:
 2.0.6b3 -&gt; 2.1.2b3
Date: Wed, 6 Oct 2010 15:48:50 +0200

 www/Makefile should be updated too!
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Oct 6 20:12:49 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151254: commit references a PR
Date: Wed,  6 Oct 2010 20:12:48 +0000 (UTC)

 pgollucci    2010-10-06 20:12:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
     www/xpi-google_shortcuts Makefile distinfo pkg-descr 
   Removed files:
     www/xpi-google_shortcuts/files chrome.manifest 
   Log:
   - Update to 2.1.2b3
   - Connect to build
   
   PR:             ports/151254
   Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2706    +1 -0      ports/www/Makefile
   1.6       +3 -3      ports/www/xpi-google_shortcuts/Makefile
   1.6       +3 -3      ports/www/xpi-google_shortcuts/distinfo
   1.3       +0 -6      ports/www/xpi-google_shortcuts/files/chrome.manifest (dead)
   1.4       +1 -10     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"
 
>Unformatted:
