From owner-svn-ports-head@freebsd.org Mon Jan 11 13:40:34 2016 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 0AA00A6B3CC; Mon, 11 Jan 2016 13:40:34 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B2AE61735; Mon, 11 Jan 2016 13:40:33 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0BDeWvZ062441; Mon, 11 Jan 2016 13:40:32 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0BDeWU5062438; Mon, 11 Jan 2016 13:40:32 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601111340.u0BDeWU5062438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 11 Jan 2016 13:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405786 - head/devel/elixir-excoveralls 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: Mon, 11 Jan 2016 13:40:34 -0000 Author: vanilla Date: Mon Jan 11 13:40:32 2016 New Revision: 405786 URL: https://svnweb.freebsd.org/changeset/ports/405786 Log: Upgrade to 0.4.5. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo head/devel/elixir-excoveralls/pkg-plist Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Mon Jan 11 13:33:18 2016 (r405785) +++ head/devel/elixir-excoveralls/Makefile Mon Jan 11 13:40:32 2016 (r405786) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Mon Jan 11 13:33:18 2016 (r405785) +++ head/devel/elixir-excoveralls/distinfo Mon Jan 11 13:40:32 2016 (r405786) @@ -1,2 +1,2 @@ -SHA256 (parroty-excoveralls-v0.4.4_GH0.tar.gz) = fe434191915b1d6f2e52c75879a92dd21b0342d2c2d2c2daf26947e2a25e3b79 -SIZE (parroty-excoveralls-v0.4.4_GH0.tar.gz) = 15579 +SHA256 (parroty-excoveralls-v0.4.5_GH0.tar.gz) = 1c5421034f0ee226814718bec30451efc8610fe76f7c7ba5cfc1284dd0acf853 +SIZE (parroty-excoveralls-v0.4.5_GH0.tar.gz) = 15893 Modified: head/devel/elixir-excoveralls/pkg-plist ============================================================================== --- head/devel/elixir-excoveralls/pkg-plist Mon Jan 11 13:33:18 2016 (r405785) +++ head/devel/elixir-excoveralls/pkg-plist Mon Jan 11 13:40:32 2016 (r405786) @@ -7,6 +7,7 @@ lib/elixir/lib/excoveralls/ebin/Elixir.E lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.PathReader.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Post.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Poster.beam +lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.ReportUploadError.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Settings.Files.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.Settings.beam lib/elixir/lib/excoveralls/ebin/Elixir.ExCoveralls.StatServer.beam