- Update to 0.9.5
This commit is contained in:
parent
4b5ead69dc
commit
18beaf9f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493151
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sagittarius
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \
|
||||
LOCAL/ashish
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1539008257
|
||||
SHA256 (sagittarius-0.9.4.tar.gz) = 0a8fd767c19c7d784448b68c03a241ebacba5bbcd177c0cbda0164807d9ef7f2
|
||||
SIZE (sagittarius-0.9.4.tar.gz) = 6943245
|
||||
TIMESTAMP = 1550375068
|
||||
SHA256 (sagittarius-0.9.5.tar.gz) = cc7f7d7f56ac80c53c50b8b6dd381627d5aefb6b84b795192e52a9e515581a32
|
||||
SIZE (sagittarius-0.9.5.tar.gz) = 6988326
|
||||
|
@ -328,6 +328,7 @@ libdata/pkgconfig/%%PORTNAME%%.pc
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/net/server/monitor.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/packrat.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/peg.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/peg/chars.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/peg/derived.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/peg/primitives.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/pp.scm
|
||||
@ -389,6 +390,10 @@ libdata/pkgconfig/%%PORTNAME%%.pc
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/tls/types.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/totp.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uri.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uri-template.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uri-template/conditions.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uri-template/expander.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uri-template/parser.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/uuid.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/websocket.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/rfc/websocket/conditions.scm
|
||||
@ -715,9 +720,16 @@ libdata/pkgconfig/%%PORTNAME%%.pc
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/html-lite.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/gap-buffer.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/compare.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/convert.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/jmespath.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/jmespath/compiler.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/jmespath/conditions.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/jmespath/parser.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/object-builder.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/parse.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/parser.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/patch.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/pointer.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/schema.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/text/json/schema/validators.scm
|
||||
@ -779,6 +791,7 @@ libdata/pkgconfig/%%PORTNAME%%.pc
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/concurrent/thread-pool.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/deque.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/file.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/flexible-vector.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/hashtables.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/heap.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/list.scm
|
||||
@ -791,6 +804,7 @@ libdata/pkgconfig/%%PORTNAME%%.pc
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/uri.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/uri/http.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/uri/https.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/util/vector.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/www/cgi.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/sitelib/www/fastcgi.scm
|
||||
%%DATADIR%%/%%PORTVERSION%%/template.c
|
||||
|
Loading…
Reference in New Issue
Block a user