diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-25 08:41:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-25 08:41:15 +0000 |
commit | 1b681c2662842311d81340566ce0de9a12c3674d (patch) | |
tree | c39d0790c0eee1aed36a37c43182c971aadaa5a5 /www/firefox-sync | |
parent | 41213cd7b069ab6a5ddf55e49de9952c1808fbf9 (diff) |
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 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index afdcfeb5d102..b20aaa88a85b 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weave -DISTVERSION= 1.0rc +DISTVERSION= 1.0rc2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://files.roorback.net/ \ diff --git a/www/firefox-sync/distinfo b/www/firefox-sync/distinfo index b74518f7134f..3e9d58837e9d 100644 --- a/www/firefox-sync/distinfo +++ b/www/firefox-sync/distinfo @@ -1,3 +1,3 @@ -MD5 (weave-1.0rc.tar.bz2) = 1228a2efb8fe5643ce1836ba2fe26013 -SHA256 (weave-1.0rc.tar.bz2) = 752b1444d8d09327e5aabb28637c064f1e10964622d9fc3988c228b6ad2da54d -SIZE (weave-1.0rc.tar.bz2) = 430186 +MD5 (weave-1.0rc2.tar.bz2) = ba2a7e956013267dc3bce637cac5bd9b +SHA256 (weave-1.0rc2.tar.bz2) = 87d21d82129d674aeb20c011160ec3073d1ed72a99310997b207cd4681238d08 +SIZE (weave-1.0rc2.tar.bz2) = 429473 diff --git a/www/firefox-sync/files/patch-Makefile b/www/firefox-sync/files/patch-Makefile index 6c2c30cec285..0b81a77485c0 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 := d2a85a1d1d17 ++ revid := 1f6afdc78969 buildid := $(date)-$(revid) buildid_short := $(date) endif |