View | Details | Raw Unified | Return to bug 142948
Collapse All | Expand All

(-)weave/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	weave
8
PORTNAME=	weave
9
DISTVERSION=	1.0rc
9
DISTVERSION=	1.0rc2
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://files.roorback.net/ \
12
MASTER_SITES=	http://files.roorback.net/ \
(-)weave/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (weave-1.0rc.tar.bz2) = 1228a2efb8fe5643ce1836ba2fe26013
1
MD5 (weave-1.0rc2.tar.bz2) = ba2a7e956013267dc3bce637cac5bd9b
2
SHA256 (weave-1.0rc.tar.bz2) = 752b1444d8d09327e5aabb28637c064f1e10964622d9fc3988c228b6ad2da54d
2
SHA256 (weave-1.0rc2.tar.bz2) = 87d21d82129d674aeb20c011160ec3073d1ed72a99310997b207cd4681238d08
3
SIZE (weave-1.0rc.tar.bz2) = 430186
3
SIZE (weave-1.0rc2.tar.bz2) = 429473
(-)weave/files/patch-Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
 ifeq ($(buildid),)
5
 ifeq ($(buildid),)
6
   date    := $(shell date -u +%Y%m%d%H%M)
6
   date    := $(shell date -u +%Y%m%d%H%M)
7
-  revid   := $(shell hg tip --template '{node|short}')
7
-  revid   := $(shell hg tip --template '{node|short}')
8
+  revid   := d2a85a1d1d17
8
+  revid   := 1f6afdc78969
9
   buildid := $(date)-$(revid)
9
   buildid := $(date)-$(revid)
10
   buildid_short := $(date)
10
   buildid_short := $(date)
11
 endif
11
 endif

Return to bug 142948