svn commit: r385476 - head/lang/chibi-scheme
Bartek Rutkowski
robak at FreeBSD.org
Tue May 5 14:37:22 UTC 2015
Author: robak
Date: Tue May 5 14:37:21 2015
New Revision: 385476
URL: https://svnweb.freebsd.org/changeset/ports/385476
Log:
lang/chibi-scheme: correct upstream GitHub account
PR: 199395
Submitted by: Tobias Kortkamp <tobias.kortkamp at gmail.com> (maintainer)
Modified:
head/lang/chibi-scheme/Makefile
head/lang/chibi-scheme/distinfo
head/lang/chibi-scheme/pkg-descr
Modified: head/lang/chibi-scheme/Makefile
==============================================================================
--- head/lang/chibi-scheme/Makefile Tue May 5 12:48:17 2015 (r385475)
+++ head/lang/chibi-scheme/Makefile Tue May 5 14:37:21 2015 (r385476)
@@ -3,6 +3,7 @@
PORTNAME= chibi-scheme
PORTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= tobias.kortkamp at gmail.com
@@ -11,7 +12,7 @@ COMMENT= Minimal Scheme implementation f
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
-GH_ACCOUNT= norton
+GH_ACCOUNT= ashinn
USES= gmake
USE_LDCONFIG= yes
Modified: head/lang/chibi-scheme/distinfo
==============================================================================
--- head/lang/chibi-scheme/distinfo Tue May 5 12:48:17 2015 (r385475)
+++ head/lang/chibi-scheme/distinfo Tue May 5 14:37:21 2015 (r385476)
@@ -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
Modified: head/lang/chibi-scheme/pkg-descr
==============================================================================
--- head/lang/chibi-scheme/pkg-descr Tue May 5 12:48:17 2015 (r385475)
+++ head/lang/chibi-scheme/pkg-descr Tue May 5 14:37:21 2015 (r385476)
@@ -5,4 +5,4 @@ allowing multiple VMs to run simultaneou
The default language is the R7RS (scheme base) library.
-WWW: https://github.com/norton/chibi-scheme
+WWW: https://github.com/ashinn/chibi-scheme
More information about the svn-ports-all
mailing list