Date: Tue, 5 May 2015 14:37:21 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385476 - head/lang/chibi-scheme Message-ID: <201505051437.t45EbLtZ018624@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505051437.t45EbLtZ018624>