Date: Wed, 6 Apr 2016 01:58:01 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412595 - in head/www/elixir-joken: . files Message-ID: <201604060158.u361w1rl037619@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Apr 6 01:58:01 2016 New Revision: 412595 URL: https://svnweb.freebsd.org/changeset/ports/412595 Log: Update to 1.2.0. Modified: head/www/elixir-joken/Makefile head/www/elixir-joken/distinfo head/www/elixir-joken/files/patch-mix.exs Modified: head/www/elixir-joken/Makefile ============================================================================== --- head/www/elixir-joken/Makefile Wed Apr 6 01:51:23 2016 (r412594) +++ head/www/elixir-joken/Makefile Wed Apr 6 01:58:01 2016 (r412595) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= joken -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-joken/distinfo ============================================================================== --- head/www/elixir-joken/distinfo Wed Apr 6 01:51:23 2016 (r412594) +++ head/www/elixir-joken/distinfo Wed Apr 6 01:58:01 2016 (r412595) @@ -1,2 +1,2 @@ -SHA256 (bryanjos-joken-v1.1.0_GH0.tar.gz) = 4b9db4ca2d99702a613c97f28913e05aed555287091c35fa4dc2aa83a8d3496d -SIZE (bryanjos-joken-v1.1.0_GH0.tar.gz) = 29562 +SHA256 (bryanjos-joken-v1.2.0_GH0.tar.gz) = 50feff9927f165eda51b0a1b3f5233148d200b6075cffe78235ab60263fbee8c +SIZE (bryanjos-joken-v1.2.0_GH0.tar.gz) = 32031 Modified: head/www/elixir-joken/files/patch-mix.exs ============================================================================== --- head/www/elixir-joken/files/patch-mix.exs Wed Apr 6 01:51:23 2016 (r412594) +++ head/www/elixir-joken/files/patch-mix.exs Wed Apr 6 01:58:01 2016 (r412595) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2016-02-01 23:55:46 UTC +--- mix.exs.orig 2016-03-28 15:07:12 UTC +++ mix.exs -@@ -7,7 +7,6 @@ defmodule Joken.Mixfile do +@@ -9,7 +9,6 @@ defmodule Joken.Mixfile do elixir: "~> 1.0", description: description, package: package, - deps: deps, - consolidate_protocols: Mix.env != :test] - end - + consolidate_protocols: Mix.env != :test, + test_coverage: [tool: ExCoveralls], + name: "Joken",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604060158.u361w1rl037619>