From owner-svn-ports-head@freebsd.org Tue Aug 18 15:01:59 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 2CB3B9BC73A; Tue, 18 Aug 2015 15:01:59 +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 1CFB118AE; Tue, 18 Aug 2015 15:01:59 +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 t7IF1wua077666; Tue, 18 Aug 2015 15:01:58 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7IF1wpk077662; Tue, 18 Aug 2015 15:01:58 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201508181501.t7IF1wpk077662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 18 Aug 2015 15:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394596 - in head/devel/elixir-conform: . 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.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, 18 Aug 2015 15:01:59 -0000 Author: olgeni Date: Tue Aug 18 15:01:57 2015 New Revision: 394596 URL: https://svnweb.freebsd.org/changeset/ports/394596 Log: Upgrade to version 0.17.0. Modified: head/devel/elixir-conform/Makefile head/devel/elixir-conform/distinfo head/devel/elixir-conform/files/patch-mix.exs head/devel/elixir-conform/pkg-plist Modified: head/devel/elixir-conform/Makefile ============================================================================== --- head/devel/elixir-conform/Makefile Tue Aug 18 14:55:40 2015 (r394595) +++ head/devel/elixir-conform/Makefile Tue Aug 18 15:01:57 2015 (r394596) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= conform -PORTVERSION= 0.15.0 +PORTVERSION= 0.17.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- @@ -17,5 +17,6 @@ GH_ACCOUNT= bitwalker MIX_BUILD_DEPS= devel/erlang-neotoma MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes .include Modified: head/devel/elixir-conform/distinfo ============================================================================== --- head/devel/elixir-conform/distinfo Tue Aug 18 14:55:40 2015 (r394595) +++ head/devel/elixir-conform/distinfo Tue Aug 18 15:01:57 2015 (r394596) @@ -1,2 +1,2 @@ -SHA256 (bitwalker-conform-0.15.0_GH0.tar.gz) = 9d086cc1dfa2ad263a9afdb92b766d92e89b54365dffb400c4433406b1d44dc0 -SIZE (bitwalker-conform-0.15.0_GH0.tar.gz) = 32063 +SHA256 (bitwalker-conform-0.17.0_GH0.tar.gz) = 36f35f95ca042bf5d3bcbf7244d449f536051ce3070d5e8b136684be9eb51213 +SIZE (bitwalker-conform-0.17.0_GH0.tar.gz) = 34955 Modified: head/devel/elixir-conform/files/patch-mix.exs ============================================================================== --- head/devel/elixir-conform/files/patch-mix.exs Tue Aug 18 14:55:40 2015 (r394595) +++ head/devel/elixir-conform/files/patch-mix.exs Tue Aug 18 15:01:57 2015 (r394596) @@ -1,10 +1,12 @@ ---- mix.exs.orig 2015-06-29 10:03:33 UTC +--- mix.exs.orig 2015-08-18 14:59:08 UTC +++ mix.exs -@@ -25,7 +25,6 @@ defmodule Conform.Mixfile do - defp compilers(true), do: [:peg, :erlang, :elixir, :app] +@@ -26,9 +26,6 @@ defmodule Conform.Mixfile do defp compilers(_), do: nil -- defp deps(true), do: [{:neotoma, github: "seancribbs/neotoma"}] + defp deps(true), do: [ +- {:neotoma, "~> 1.7.3"}, +- {:ex_doc, "~> 0.7", only: [:docs, :dev]}, +- {:earmark, "~> 0.1", only: [:docs, :dev]} + ] defp deps(_), do: [] - defp description, do: "Easy release configuration for Elixir apps." Modified: head/devel/elixir-conform/pkg-plist ============================================================================== --- head/devel/elixir-conform/pkg-plist Tue Aug 18 14:55:40 2015 (r394595) +++ head/devel/elixir-conform/pkg-plist Tue Aug 18 15:01:57 2015 (r394596) @@ -1,10 +1,13 @@ lib/elixir/lib/conform/ebin/Elixir.Conform.Config.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Options.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Parse.ParseError.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Parse.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.SchemaError.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Translate.TranslateError.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Translate.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Type.beam +lib/elixir/lib/conform/ebin/Elixir.Conform.Types.Enum.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.Code.beam lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.beam lib/elixir/lib/conform/ebin/Elixir.Conform.beam @@ -20,6 +23,8 @@ lib/elixir/lib/conform/lib/conform/confi lib/elixir/lib/conform/lib/conform/parse.ex lib/elixir/lib/conform/lib/conform/schema.ex lib/elixir/lib/conform/lib/conform/translate.ex +lib/elixir/lib/conform/lib/conform/type.ex +lib/elixir/lib/conform/lib/conform/types/enum.ex lib/elixir/lib/conform/lib/conform/utils/code.ex lib/elixir/lib/conform/lib/conform/utils/utils.ex lib/elixir/lib/conform/lib/mix/tasks/conform.archive.ex