Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2011 22:04:09 +0100
From:      "Grzegorz Blach" <magik@roorback.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/155681: www/firefox-sync updated to 1.7
Message-ID:  <1300482249.64125@silver.nine>
Resent-Message-ID: <201103182110.p2ILAA31071978@freefall.freebsd.org>

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

>Number:         155681
>Category:       ports
>Synopsis:       www/firefox-sync updated to 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 18 21:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011
    magik@silver.nine:/usr/obj/usr/src/sys/SILVER



>Description:


Port www/firefox-sync updated from 1.6.3 to 1.7



>How-To-Repeat:





>Fix:


--- firefox-sync.diff.txt begins here ---
diff -x .svn -ruN /var/cache/portshaker/ports/www/firefox-sync/Makefile www/firefox-sync/Makefile
--- /var/cache/portshaker/ports/www/firefox-sync/Makefile	2011-03-07 07:18:57.000000000 +0100
+++ www/firefox-sync/Makefile	2011-03-18 21:56:59.216519675 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	firefox-sync
-PORTVERSION=	1.6.3
-PORTREVISION=	1
+PORTVERSION=	1.7
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://hg.mozilla.org/services/fx-sync/archive/${DISTVERSION}${EXTRACT_SUFX}/
diff -x .svn -ruN /var/cache/portshaker/ports/www/firefox-sync/distinfo www/firefox-sync/distinfo
--- /var/cache/portshaker/ports/www/firefox-sync/distinfo	2011-03-07 07:18:57.000000000 +0100
+++ www/firefox-sync/distinfo	2011-03-18 21:56:59.216519675 +0100
@@ -1,2 +1,2 @@
-SHA256 (firefox-sync-1.6.3.tar.bz2) = 3b46638a433d42be7a8db344d22be0caecf487a291b0dc197b5f7b88dd44c7bc
-SIZE (firefox-sync-1.6.3.tar.bz2) = 533410
+SHA256 (firefox-sync-1.7.tar.bz2) = 665293f645bf46c7cc5de2dac18a2985a8ae2336e88f69a41c0bd25332a34787
+SIZE (firefox-sync-1.7.tar.bz2) = 562404
diff -x .svn -ruN /var/cache/portshaker/ports/www/firefox-sync/pkg-plist www/firefox-sync/pkg-plist
--- /var/cache/portshaker/ports/www/firefox-sync/pkg-plist	2011-01-11 12:59:11.000000000 +0100
+++ www/firefox-sync/pkg-plist	2011-03-18 21:56:59.217521995 +0100
@@ -7,9 +7,6 @@
 %%XPI_XPIDIR%%/components/IWeaveCrypto.xpt
 %%XPI_XPIDIR%%/components/Weave.js
 %%XPI_XPIDIR%%/crypto-modules/WeaveCrypto.js
-%%XPI_XPIDIR%%/modules/base_records/collection.js
-%%XPI_XPIDIR%%/modules/base_records/crypto.js
-%%XPI_XPIDIR%%/modules/base_records/wbo.js
 %%XPI_XPIDIR%%/modules/engines/clients.js
 %%XPI_XPIDIR%%/modules/engines/forms.js
 %%XPI_XPIDIR%%/modules/engines/history.js
@@ -17,24 +14,14 @@
 %%XPI_XPIDIR%%/modules/engines/prefs.js
 %%XPI_XPIDIR%%/modules/engines/tabs.js
 %%XPI_XPIDIR%%/modules/engines/bookmarks.js
-%%XPI_XPIDIR%%/modules/type_records/bookmark.js
-%%XPI_XPIDIR%%/modules/type_records/clients.js
-%%XPI_XPIDIR%%/modules/type_records/forms.js
-%%XPI_XPIDIR%%/modules/type_records/history.js
-%%XPI_XPIDIR%%/modules/type_records/passwords.js
-%%XPI_XPIDIR%%/modules/type_records/prefs.js
-%%XPI_XPIDIR%%/modules/type_records/tabs.js
 %%XPI_XPIDIR%%/modules/ext/Observers.js
 %%XPI_XPIDIR%%/modules/ext/Preferences.js
 %%XPI_XPIDIR%%/modules/ext/StringBundle.js
-%%XPI_XPIDIR%%/modules/ext/Sync.js
-%%XPI_XPIDIR%%/modules/auth.js
 %%XPI_XPIDIR%%/modules/notifications.js
 %%XPI_XPIDIR%%/modules/resource.js
+%%XPI_XPIDIR%%/modules/record.js
 %%XPI_XPIDIR%%/modules/service.js
 %%XPI_XPIDIR%%/modules/status.js
-%%XPI_XPIDIR%%/modules/stores.js
-%%XPI_XPIDIR%%/modules/trackers.js
 %%XPI_XPIDIR%%/modules/util.js
 %%XPI_XPIDIR%%/modules/main.js
 %%XPI_XPIDIR%%/modules/log4moz.js
@@ -50,9 +37,7 @@
 @dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%%
 @dirrm %%XPI_XPIDIR%%/platform
 @dirrm %%XPI_XPIDIR%%/modules/ext
-@dirrm %%XPI_XPIDIR%%/modules/type_records
 @dirrm %%XPI_XPIDIR%%/modules/engines
-@dirrm %%XPI_XPIDIR%%/modules/base_records
 @dirrm %%XPI_XPIDIR%%/modules
 @dirrm %%XPI_XPIDIR%%/crypto-modules
 @dirrm %%XPI_XPIDIR%%/components
--- firefox-sync.diff.txt ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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