From owner-svn-ports-all@FreeBSD.ORG Tue May 5 14:37:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BDB1F58; Tue, 5 May 2015 14:37:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7053F1B89; Tue, 5 May 2015 14:37:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t45EbMp8018627; Tue, 5 May 2015 14:37:22 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t45EbLtZ018624; Tue, 5 May 2015 14:37:21 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201505051437.t45EbLtZ018624@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 5 May 2015 14:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385476 - head/lang/chibi-scheme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 14:37:22 -0000 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 (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