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

(-)www/weave.new/Makefile (-4 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	weave
8
PORTNAME=	weave
9
DISTVERSION=	1.0rc2
9
DISTVERSION=	1.0rc4
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://files.roorback.net/ \
12
MASTER_SITES=	http://hg.mozilla.org/labs/weave/archive/${DISTVERSION}${EXTRACT_SUFX}/
13
		LOCAL/glarkin
14
13
15
MAINTAINER=	magik@roorback.net
14
MAINTAINER=	magik@roorback.net
16
COMMENT=	Mozilla Weave extension
15
COMMENT=	Mozilla Weave extension
Lines 20-26 BUILD_DEPENDS= ${LOCALBASE}/lib/firefox3 Link Here
20
RUN_DEPENDS=	${BUILD_DEPENDS}
19
RUN_DEPENDS=	${BUILD_DEPENDS}
21
20
22
ONLY_FOR_ARCHS=	i386 amd64
21
ONLY_FOR_ARCHS=	i386 amd64
23
USE_BZIP2=	yes
24
USE_GMAKE=	yes
22
USE_GMAKE=	yes
25
23
26
.include <bsd.port.options.mk>
24
.include <bsd.port.options.mk>
(-)www/weave.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (weave-1.0rc2.tar.bz2) = ba2a7e956013267dc3bce637cac5bd9b
1
MD5 (weave-1.0rc4.tar.gz) = 664162191cc1c5e70ef140f1124985b5
2
SHA256 (weave-1.0rc2.tar.bz2) = 87d21d82129d674aeb20c011160ec3073d1ed72a99310997b207cd4681238d08
2
SHA256 (weave-1.0rc4.tar.gz) = 60b76e3b56e6a636819e5bbed3fd686be42ec131a8c2edc44e2f45db06201dd3
3
SIZE (weave-1.0rc2.tar.bz2) = 429473
3
SIZE (weave-1.0rc4.tar.gz) = 467714
(-)www/weave.new/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   := 1f6afdc78969
8
+  revid   := 7cf81991a871
9
   buildid := $(date)-$(revid)
9
   buildid := $(date)-$(revid)
10
   buildid_short := $(date)
10
   buildid_short := $(date)
11
 endif
11
 endif

Return to bug 143304