- Update to 1.0rc2
PR: 142948 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
This commit is contained in:
parent
41213cd7b0
commit
1b681c2662
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248505
6 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= weave
|
||||
DISTVERSION= 1.0rc
|
||||
DISTVERSION= 1.0rc2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://files.roorback.net/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= weave
|
||||
DISTVERSION= 1.0rc
|
||||
DISTVERSION= 1.0rc2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://files.roorback.net/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue