- Update to 0.8.9
PR: ports/108093 Submitted by: Erik Greenwald <erik at smluc.org> (maintainer)
This commit is contained in:
parent
e87e80e883
commit
8826d1394c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182785
3 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gauche
|
||||
PORTVERSION= 0.8.8 # Keep databases/gauche-gdbm in sync with this
|
||||
PORTVERSION= 0.8.9 # Keep databases/gauche-gdbm in sync with this
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Gauche-0.8.8.tgz) = ed12c4e28ec36f68629843c4e8725ccc
|
||||
SHA256 (Gauche-0.8.8.tgz) = 508834bd84a4c5446d6c8d7606246debea5bc88a8b6a06ee6c42f4f93d07cf11
|
||||
SIZE (Gauche-0.8.8.tgz) = 3022297
|
||||
MD5 (Gauche-0.8.9.tgz) = 242febb7ab09b95377e39aabb8adb6d7
|
||||
SHA256 (Gauche-0.8.9.tgz) = c52c0e77f5bca909870e4492cff7255b2f0781a7b1e91b4071659c0787608db9
|
||||
SIZE (Gauche-0.8.9.tgz) = 3080645
|
||||
|
|
|
@ -62,6 +62,7 @@ lib/gauche/%%VERSION%%/include/gauche/scmconst.h
|
|||
lib/gauche/%%VERSION%%/include/gauche/system.h
|
||||
lib/gauche/%%VERSION%%/include/gauche/uthread.h
|
||||
lib/gauche/%%VERSION%%/include/gauche/uvector.h
|
||||
lib/gauche/%%VERSION%%/include/gauche/vector.h
|
||||
lib/gauche/%%VERSION%%/include/gauche/vm.h
|
||||
lib/gauche/%%VERSION%%/include/gauche/vminsn.h
|
||||
lib/gauche/%%VERSION%%/include/gc.h
|
||||
|
|
Loading…
Reference in a new issue