lang/racket-minimal: update to version 8.4
This commit is contained in:
parent
24505e66d8
commit
5a61a2e78c
3 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
|
||||
|
||||
PORTNAME= racket
|
||||
PORTVERSION= 8.3
|
||||
PORTVERSION= 8.4
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \
|
||||
http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1636296888
|
||||
SHA256 (racket-minimal/8.3/racket-minimal-8.3-src-builtpkgs.tgz) = 3b963cd29ae119e1acc2c6dc4781bd9f25027979589caaae3fdfc021aac2324b
|
||||
SIZE (racket-minimal/8.3/racket-minimal-8.3-src-builtpkgs.tgz) = 21212037
|
||||
TIMESTAMP = 1644422620
|
||||
SHA256 (racket-minimal/8.4/racket-minimal-8.4-src-builtpkgs.tgz) = 8ef09cbae47329b2865ef2575f57fc32834e15c88e912cea7afbd49946d232bd
|
||||
SIZE (racket-minimal/8.4/racket-minimal-8.4-src-builtpkgs.tgz) = 21279666
|
||||
|
|
|
@ -194,6 +194,7 @@ lib/racket/system.rktd
|
|||
%%DATADIR%%/collects/pkg/private/get-info.rkt
|
||||
%%DATADIR%%/collects/pkg/private/git-url-scheme.rkt
|
||||
%%DATADIR%%/collects/pkg/private/git.rkt
|
||||
%%DATADIR%%/collects/pkg/private/github-url.rkt
|
||||
%%DATADIR%%/collects/pkg/private/info-to-desc.rkt
|
||||
%%DATADIR%%/collects/pkg/private/install.rkt
|
||||
%%DATADIR%%/collects/pkg/private/lock.rkt
|
||||
|
@ -321,6 +322,7 @@ lib/racket/system.rktd
|
|||
%%DATADIR%%/collects/racket/include.rkt
|
||||
%%DATADIR%%/collects/racket/info.rkt
|
||||
%%DATADIR%%/collects/racket/init.rkt
|
||||
%%DATADIR%%/collects/racket/interaction-info.rkt
|
||||
%%DATADIR%%/collects/racket/interactive.rkt
|
||||
%%DATADIR%%/collects/racket/kernel.rkt
|
||||
%%DATADIR%%/collects/racket/kernel/init.rkt
|
||||
|
@ -690,6 +692,8 @@ lib/racket/system.rktd
|
|||
%%DATADIR%%/collects/xml/xml.rkt
|
||||
%%DATADIR%%/links.rktd
|
||||
%%DATADIR%%/pkgs/.LOCKpkgs.rktd
|
||||
%%DATADIR%%/pkgs/base/LICENSE
|
||||
%%DATADIR%%/pkgs/base/info.rkt
|
||||
%%DATADIR%%/pkgs/pkgs.rktd
|
||||
%%DATADIR%%/pkgs/racket-lib/LICENSE
|
||||
%%DATADIR%%/pkgs/racket-lib/info.rkt
|
||||
|
@ -1008,6 +1012,8 @@ lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/git-url-
|
|||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/git-url-scheme_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/git_rkt.dep
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/git_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/github-url_rkt.dep
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/github-url_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/info-to-desc_rkt.dep
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/info-to-desc_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/pkg/private/compiled/install_rkt.dep
|
||||
|
@ -1138,6 +1144,8 @@ lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/info_rkt.dep
|
|||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/info_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/init_rkt.dep
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/init_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/interaction-info_rkt.dep
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/interaction-info_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/interactive_rkt.dep
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/interactive_rkt.zo
|
||||
lib/racket/compiled/usr/local/%%DATADIR%%/collects/racket/compiled/kernel_rkt.dep
|
||||
|
|
Loading…
Reference in a new issue