diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-02 00:56:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-02 00:56:16 +0800 |
commit | fdacac8a79057859632483c5a48926d121f33a9a (patch) | |
tree | dc039a9a23d398e2f5290d1b3dc5f17e4a2e92cb /www | |
parent | 5a5c96e699c52b46304f4766d0fd65c1767799be (diff) | |
download | freebsd-ports-gnome-fdacac8a79057859632483c5a48926d121f33a9a.tar.gz freebsd-ports-gnome-fdacac8a79057859632483c5a48926d121f33a9a.tar.zst freebsd-ports-gnome-fdacac8a79057859632483c5a48926d121f33a9a.zip |
- Update to 1.0 RELEASE
PR: 143304
Submitted by: Eric L. Chen <eric@bsded.com>
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-sync/Makefile | 4 | ||||
-rw-r--r-- | www/firefox-sync/distinfo | 6 | ||||
-rw-r--r-- | www/firefox-sync/files/patch-Makefile | 2 | ||||
-rw-r--r-- | www/weave/Makefile | 4 | ||||
-rw-r--r-- | www/weave/distinfo | 6 | ||||
-rw-r--r-- | www/weave/files/patch-Makefile | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index b20aaa88a85b..c3d0caa69346 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -6,8 +6,8 @@ # PORTNAME= weave -DISTVERSION= 1.0rc2 -PORTEPOCH= 1 +PORTVERSION= 1.0 +PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://files.roorback.net/ \ LOCAL/glarkin diff --git a/www/firefox-sync/distinfo b/www/firefox-sync/distinfo index 3e9d58837e9d..313794255982 100644 --- a/www/firefox-sync/distinfo +++ b/www/firefox-sync/distinfo @@ -1,3 +1,3 @@ -MD5 (weave-1.0rc2.tar.bz2) = ba2a7e956013267dc3bce637cac5bd9b -SHA256 (weave-1.0rc2.tar.bz2) = 87d21d82129d674aeb20c011160ec3073d1ed72a99310997b207cd4681238d08 -SIZE (weave-1.0rc2.tar.bz2) = 429473 +MD5 (weave-1.0.tar.bz2) = b8fd56c345aa1559738a22af1e3f5317 +SHA256 (weave-1.0.tar.bz2) = a006e2e5b2f98cac3cd19179a58571b3e7f62b1cedda8578d2bf94954042612f +SIZE (weave-1.0.tar.bz2) = 433583 diff --git a/www/firefox-sync/files/patch-Makefile b/www/firefox-sync/files/patch-Makefile index 0b81a77485c0..2b54edbfb25c 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 := 1f6afdc78969 ++ revid := f3eafbc14f44 buildid := $(date)-$(revid) buildid_short := $(date) endif diff --git a/www/weave/Makefile b/www/weave/Makefile index b20aaa88a85b..c3d0caa69346 100644 --- a/www/weave/Makefile +++ b/www/weave/Makefile @@ -6,8 +6,8 @@ # PORTNAME= weave -DISTVERSION= 1.0rc2 -PORTEPOCH= 1 +PORTVERSION= 1.0 +PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://files.roorback.net/ \ LOCAL/glarkin diff --git a/www/weave/distinfo b/www/weave/distinfo index 3e9d58837e9d..313794255982 100644 --- a/www/weave/distinfo +++ b/www/weave/distinfo @@ -1,3 +1,3 @@ -MD5 (weave-1.0rc2.tar.bz2) = ba2a7e956013267dc3bce637cac5bd9b -SHA256 (weave-1.0rc2.tar.bz2) = 87d21d82129d674aeb20c011160ec3073d1ed72a99310997b207cd4681238d08 -SIZE (weave-1.0rc2.tar.bz2) = 429473 +MD5 (weave-1.0.tar.bz2) = b8fd56c345aa1559738a22af1e3f5317 +SHA256 (weave-1.0.tar.bz2) = a006e2e5b2f98cac3cd19179a58571b3e7f62b1cedda8578d2bf94954042612f +SIZE (weave-1.0.tar.bz2) = 433583 diff --git a/www/weave/files/patch-Makefile b/www/weave/files/patch-Makefile index 0b81a77485c0..2b54edbfb25c 100644 --- a/www/weave/files/patch-Makefile +++ b/www/weave/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 := 1f6afdc78969 ++ revid := f3eafbc14f44 buildid := $(date)-$(revid) buildid_short := $(date) endif |