From owner-svn-ports-all@freebsd.org Mon Oct 3 08:28:53 2016 Return-Path: Delivered-To: svn-ports-all@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 EA5DFAF344C; Mon, 3 Oct 2016 08:28:53 +0000 (UTC) (envelope-from olgeni@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 A2E86EB1; Mon, 3 Oct 2016 08:28:53 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u938Sqnx014065; Mon, 3 Oct 2016 08:28:52 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u938Sqo2014061; Mon, 3 Oct 2016 08:28:52 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610030828.u938Sqo2014061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 3 Oct 2016 08:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423174 - in head/devel/elixir-decimal: . 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 08:28:54 -0000 Author: olgeni Date: Mon Oct 3 08:28:52 2016 New Revision: 423174 URL: https://svnweb.freebsd.org/changeset/ports/423174 Log: Update devel/elixir-decimal to version 1.2.0. Modified: head/devel/elixir-decimal/Makefile head/devel/elixir-decimal/distinfo head/devel/elixir-decimal/files/patch-mix.exs Modified: head/devel/elixir-decimal/Makefile ============================================================================== --- head/devel/elixir-decimal/Makefile Mon Oct 3 08:26:47 2016 (r423173) +++ head/devel/elixir-decimal/Makefile Mon Oct 3 08:28:52 2016 (r423174) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= decimal -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-decimal/distinfo ============================================================================== --- head/devel/elixir-decimal/distinfo Mon Oct 3 08:26:47 2016 (r423173) +++ head/devel/elixir-decimal/distinfo Mon Oct 3 08:28:52 2016 (r423174) @@ -1,2 +1,3 @@ -SHA256 (ericmj-decimal-v1.1.2_GH0.tar.gz) = 67041f236ab55be06f0b057c7ed4c6a5215e300383a15b62637acca9f4c7676f -SIZE (ericmj-decimal-v1.1.2_GH0.tar.gz) = 14397 +TIMESTAMP = 1475483233 +SHA256 (ericmj-decimal-v1.2.0_GH0.tar.gz) = ba126a7b3a81a4e8a9154fedc8eb384203afb5ab573df122fe269ee4c6eae079 +SIZE (ericmj-decimal-v1.2.0_GH0.tar.gz) = 15052 Modified: head/devel/elixir-decimal/files/patch-mix.exs ============================================================================== --- head/devel/elixir-decimal/files/patch-mix.exs Mon Oct 3 08:26:47 2016 (r423173) +++ head/devel/elixir-decimal/files/patch-mix.exs Mon Oct 3 08:28:52 2016 (r423174) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-12-26 00:31:19 UTC +--- mix.exs.orig 2016-10-03 08:27:45 UTC +++ mix.exs -@@ -5,7 +5,6 @@ defmodule Decimal.Mixfile do +@@ -7,7 +7,6 @@ defmodule Decimal.Mixfile do [app: :decimal, - version: "1.1.1", + version: @version, elixir: "~> 1.0", -- deps: deps, +- deps: deps(), name: "Decimal", source_url: "https://github.com/ericmj/decimal", - docs: fn -> + docs: [source_ref: "v#{@version}", main: "readme", extras: ["README.md"]],