From owner-svn-ports-head@freebsd.org Wed Jun 22 07:45:46 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 8210AAC6FB9; Wed, 22 Jun 2016 07:45:46 +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 371CD1AC8; Wed, 22 Jun 2016 07:45:46 +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 u5M7jjum089400; Wed, 22 Jun 2016 07:45:45 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5M7jjs1089397; Wed, 22 Jun 2016 07:45:45 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201606220745.u5M7jjs1089397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 22 Jun 2016 07:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417294 - in head/devel/elixir-excoveralls: . files 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.22 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: Wed, 22 Jun 2016 07:45:46 -0000 Author: vanilla Date: Wed Jun 22 07:45:44 2016 New Revision: 417294 URL: https://svnweb.freebsd.org/changeset/ports/417294 Log: Update to 0.5.5. Modified: head/devel/elixir-excoveralls/Makefile head/devel/elixir-excoveralls/distinfo head/devel/elixir-excoveralls/files/patch-mix.exs Modified: head/devel/elixir-excoveralls/Makefile ============================================================================== --- head/devel/elixir-excoveralls/Makefile Wed Jun 22 07:41:21 2016 (r417293) +++ head/devel/elixir-excoveralls/Makefile Wed Jun 22 07:45:44 2016 (r417294) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= excoveralls -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-excoveralls/distinfo ============================================================================== --- head/devel/elixir-excoveralls/distinfo Wed Jun 22 07:41:21 2016 (r417293) +++ head/devel/elixir-excoveralls/distinfo Wed Jun 22 07:45:44 2016 (r417294) @@ -1,2 +1,3 @@ -SHA256 (parroty-excoveralls-v0.5.4_GH0.tar.gz) = b11b581b486051d24d54233a1da10f9be509e069eb746fcad3407f27bb6aed90 -SIZE (parroty-excoveralls-v0.5.4_GH0.tar.gz) = 192463 +TIMESTAMP = 1466579830 +SHA256 (parroty-excoveralls-v0.5.5_GH0.tar.gz) = de44a32d2c113762f95932a6beb9e95901926cbb7d7965a82f8d565f693ddd05 +SIZE (parroty-excoveralls-v0.5.5_GH0.tar.gz) = 192480 Modified: head/devel/elixir-excoveralls/files/patch-mix.exs ============================================================================== --- head/devel/elixir-excoveralls/files/patch-mix.exs Wed Jun 22 07:41:21 2016 (r417293) +++ head/devel/elixir-excoveralls/files/patch-mix.exs Wed Jun 22 07:45:44 2016 (r417294) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-07-29 09:42:45 UTC +--- mix.exs.orig 2016-06-22 07:43:11 UTC +++ mix.exs @@ -5,7 +5,6 @@ defmodule ExCoveralls.Mixfile do [ app: :excoveralls, - version: "0.3.11", + version: "0.5.5", elixir: "~> 1.0", -- deps: deps, - description: description, - package: package, - test_coverage: [tool: ExCoveralls] +- deps: deps(), + description: description(), + package: package(), + test_coverage: [tool: ExCoveralls],