aboutsummaryrefslogtreecommitdiff
path: root/lang/chibi-scheme
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-05-05 14:37:21 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-05-05 14:37:21 +0000
commit32b684d598571edc5191d03f0a7ea06acaf10c9f (patch)
treed835c319b6dc482dd37ef78f1c8c4fe2c3572bb7 /lang/chibi-scheme
parent123e8e29aef5d9ec47d3c9aeab95a6ead15bda0a (diff)
Notes
Diffstat (limited to 'lang/chibi-scheme')
-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