diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-16 00:12:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-16 00:12:51 +0000 |
commit | c9f8c9c76f0af71645dda6a0bf4f224fc906e5a2 (patch) | |
tree | 5dbe06df16d0289c34bb985fbf53680dbef43528 /www/firefox-sync | |
parent | eb240a6883f7ddd64cc527f5992d45d4bb6d1602 (diff) | |
download | ports-c9f8c9c76f0af71645dda6a0bf4f224fc906e5a2.tar.gz ports-c9f8c9c76f0af71645dda6a0bf4f224fc906e5a2.zip |
Notes
Diffstat (limited to 'www/firefox-sync')
-rw-r--r-- | www/firefox-sync/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-sync/distinfo | 6 | ||||
-rw-r--r-- | www/firefox-sync/files/patch-Makefile | 2 | ||||
-rw-r--r-- | www/firefox-sync/pkg-plist | 6 |
4 files changed, 5 insertions, 11 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index 6026d567e70b..fdc6d1e89ab6 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weave -PORTVERSION= 1.0b2 +PORTVERSION= 1.0b3 CATEGORIES= www MASTER_SITES= http://files.roorback.net/ \ LOCAL/glarkin diff --git a/www/firefox-sync/distinfo b/www/firefox-sync/distinfo index 31b20608d9b1..cc1dad8db07b 100644 --- a/www/firefox-sync/distinfo +++ b/www/firefox-sync/distinfo @@ -1,3 +1,3 @@ -MD5 (weave-1.0b2.tar.bz2) = a5d1680aa09d24e7ef5337f18d9decd2 -SHA256 (weave-1.0b2.tar.bz2) = ad51ae92eacd5fb9a3858f2230c97f1ef88a3b83c686e7f45799362551927523 -SIZE (weave-1.0b2.tar.bz2) = 435106 +MD5 (weave-1.0b3.tar.bz2) = cd4cd8956c6e23dd3207e250913a93de +SHA256 (weave-1.0b3.tar.bz2) = 29c0a20871ab00f3028451198f1848e2165d6c669bc5ebe6bbc1d672f66450b9 +SIZE (weave-1.0b3.tar.bz2) = 398324 diff --git a/www/firefox-sync/files/patch-Makefile b/www/firefox-sync/files/patch-Makefile index 70f6e35158aa..367cffe37f39 100644 --- a/www/firefox-sync/files/patch-Makefile +++ b/www/firefox-sync/files/patch-Makefile @@ -5,7 +5,7 @@ ifeq ($(buildid),) date := $(shell date -u +%Y%m%d%H%M) - revid := $(shell hg tip --template '{node|short}') -+ revid := fe353cf870d1 ++ revid := 0ff643d2615e buildid := $(date)-$(revid) buildid_short := $(date) endif diff --git a/www/firefox-sync/pkg-plist b/www/firefox-sync/pkg-plist index 2324b972afc4..08cee9751303 100644 --- a/www/firefox-sync/pkg-plist +++ b/www/firefox-sync/pkg-plist @@ -6,16 +6,10 @@ %%XPI_XPIDIR%%/modules/base_records/crypto.js %%XPI_XPIDIR%%/modules/base_records/keys.js %%XPI_XPIDIR%%/modules/base_records/wbo.js -%%XPI_XPIDIR%%/modules/engines/themes.js %%XPI_XPIDIR%%/modules/engines/clientData.js -%%XPI_XPIDIR%%/modules/engines/cookies.js -%%XPI_XPIDIR%%/modules/engines/extensions.js %%XPI_XPIDIR%%/modules/engines/forms.js %%XPI_XPIDIR%%/modules/engines/history.js -%%XPI_XPIDIR%%/modules/engines/input.js -%%XPI_XPIDIR%%/modules/engines/microformats.js %%XPI_XPIDIR%%/modules/engines/passwords.js -%%XPI_XPIDIR%%/modules/engines/plugins.js %%XPI_XPIDIR%%/modules/engines/prefs.js %%XPI_XPIDIR%%/modules/engines/tabs.js %%XPI_XPIDIR%%/modules/engines/bookmarks.js |