mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
lang/chibi-scheme: correct upstream GitHub account
PR: 199395 Submitted by: Tobias Kortkamp <tobias.kortkamp@gmail.com> (maintainer)
This commit is contained in:
parent
123e8e29ae
commit
32b684d598
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385476
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= chibi-scheme
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
|
||||
MAINTAINER= tobias.kortkamp@gmail.com
|
||||
@ -11,7 +12,7 @@ COMMENT= Minimal Scheme implementation for use as a C extension language
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= norton
|
||||
GH_ACCOUNT= ashinn
|
||||
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (norton-chibi-scheme-0.7.2_GH0.tar.gz) = 07a7b28575a2dab8aa1d0ceb080a840c3a751bf473155f53014b14c9d82e97c9
|
||||
SIZE (norton-chibi-scheme-0.7.2_GH0.tar.gz) = 757456
|
||||
SHA256 (ashinn-chibi-scheme-0.7.2_GH0.tar.gz) = 07a7b28575a2dab8aa1d0ceb080a840c3a751bf473155f53014b14c9d82e97c9
|
||||
SIZE (ashinn-chibi-scheme-0.7.2_GH0.tar.gz) = 757456
|
||||
|
@ -5,4 +5,4 @@ allowing multiple VMs to run simultaneously in different OS threads.
|
||||
|
||||
The default language is the R7RS (scheme base) library.
|
||||
|
||||
WWW: https://github.com/norton/chibi-scheme
|
||||
WWW: https://github.com/ashinn/chibi-scheme
|
||||
|
Loading…
Reference in New Issue
Block a user