aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/chibi-scheme/Makefile3
-rw-r--r--lang/chibi-scheme/distinfo4
-rw-r--r--lang/chibi-scheme/pkg-descr2
3 files changed, 5 insertions, 4 deletions
diff --git a/lang/chibi-scheme/Makefile b/lang/chibi-scheme/Makefile
index 6b8658d325cb..52fecc5e980b 100644
--- a/lang/chibi-scheme/Makefile
+++ b/lang/chibi-scheme/Makefile
@@ -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
diff --git a/lang/chibi-scheme/distinfo b/lang/chibi-scheme/distinfo
index fb76f5b732f5..a1d34d8204e8 100644
--- a/lang/chibi-scheme/distinfo
+++ b/lang/chibi-scheme/distinfo
@@ -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
diff --git a/lang/chibi-scheme/pkg-descr b/lang/chibi-scheme/pkg-descr
index b8c2311f4bbe..e1f829246b03 100644
--- a/lang/chibi-scheme/pkg-descr
+++ b/lang/chibi-scheme/pkg-descr
@@ -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