From owner-svn-ports-head@freebsd.org Tue Aug 25 22:35:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C70A19C3FE2; Tue, 25 Aug 2015 22:35:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.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 9EFCB9D9; Tue, 25 Aug 2015 22:35:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7PMZ1Gi096313; Tue, 25 Aug 2015 22:35:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7PMZ0o9096308; Tue, 25 Aug 2015 22:35:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201508252235.t7PMZ0o9096308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 25 Aug 2015 22:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395320 - head/www/erlang-webmachine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 22:35:01 -0000 Author: olgeni Date: Tue Aug 25 22:35:00 2015 New Revision: 395320 URL: https://svnweb.freebsd.org/changeset/ports/395320 Log: GH_ACCOUNT was switched to webmachine. Modified: head/www/erlang-webmachine/Makefile head/www/erlang-webmachine/distinfo (contents, props changed) head/www/erlang-webmachine/pkg-descr Modified: head/www/erlang-webmachine/Makefile ============================================================================== --- head/www/erlang-webmachine/Makefile Tue Aug 25 22:31:15 2015 (r395319) +++ head/www/erlang-webmachine/Makefile Tue Aug 25 22:35:00 2015 (r395320) @@ -12,7 +12,7 @@ LICENSE= APACHE20 USES= erlang:rebar USE_GITHUB= yes -GH_ACCOUNT= basho +GH_ACCOUNT= webmachine ERL_BUILD_DEPS= www/erlang-mochiweb-basho ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} Modified: head/www/erlang-webmachine/distinfo ============================================================================== --- head/www/erlang-webmachine/distinfo Tue Aug 25 22:31:15 2015 (r395319) +++ head/www/erlang-webmachine/distinfo Tue Aug 25 22:35:00 2015 (r395320) @@ -1,2 +1,2 @@ -SHA256 (basho-webmachine-1.10.8_GH0.tar.gz) = d93c2dacc1786db5c56a2b6536f6254038452d9096483becbaceb6643ecc8dcc -SIZE (basho-webmachine-1.10.8_GH0.tar.gz) = 1642596 +SHA256 (webmachine-webmachine-1.10.8_GH0.tar.gz) = d93c2dacc1786db5c56a2b6536f6254038452d9096483becbaceb6643ecc8dcc +SIZE (webmachine-webmachine-1.10.8_GH0.tar.gz) = 1642596 Modified: head/www/erlang-webmachine/pkg-descr ============================================================================== --- head/www/erlang-webmachine/pkg-descr Tue Aug 25 22:31:15 2015 (r395319) +++ head/www/erlang-webmachine/pkg-descr Tue Aug 25 22:35:00 2015 (r395320) @@ -3,4 +3,4 @@ on top of the excellent bit-pushing and provided by mochiweb. It provides a simple and clean way to connect that to your application's behavior. -WWW: https://github.com/basho/webmachine/ +WWW: https://github.com/webmachine/webmachine/