From owner-svn-ports-all@freebsd.org Sat Dec 26 10:12:45 2015 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 4069CA52DAF; Sat, 26 Dec 2015 10:12:45 +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 E8EA8149C; Sat, 26 Dec 2015 10:12:44 +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 tBQACig4076457; Sat, 26 Dec 2015 10:12:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQAChqM076454; Sat, 26 Dec 2015 10:12:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201512261012.tBQAChqM076454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 26 Dec 2015 10:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404498 - 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.20 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: Sat, 26 Dec 2015 10:12:45 -0000 Author: olgeni Date: Sat Dec 26 10:12:43 2015 New Revision: 404498 URL: https://svnweb.freebsd.org/changeset/ports/404498 Log: Upgrade devel/elixir-decimal to version 1.1.1. 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 Sat Dec 26 08:43:22 2015 (r404497) +++ head/devel/elixir-decimal/Makefile Sat Dec 26 10:12:43 2015 (r404498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= decimal -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-decimal/distinfo ============================================================================== --- head/devel/elixir-decimal/distinfo Sat Dec 26 08:43:22 2015 (r404497) +++ head/devel/elixir-decimal/distinfo Sat Dec 26 10:12:43 2015 (r404498) @@ -1,2 +1,2 @@ -SHA256 (ericmj-decimal-v1.1.0_GH0.tar.gz) = dd0bb6a4f27d543abae947a0e9acc2244f4f5f0a9bfad913506cf2c4dee26a25 -SIZE (ericmj-decimal-v1.1.0_GH0.tar.gz) = 13928 +SHA256 (ericmj-decimal-v1.1.1_GH0.tar.gz) = fa91ec00f2bcc967fc192646476ef217a4d87ad4d18026a26665f2ee61dc66f4 +SIZE (ericmj-decimal-v1.1.1_GH0.tar.gz) = 14086 Modified: head/devel/elixir-decimal/files/patch-mix.exs ============================================================================== --- head/devel/elixir-decimal/files/patch-mix.exs Sat Dec 26 08:43:22 2015 (r404497) +++ head/devel/elixir-decimal/files/patch-mix.exs Sat Dec 26 10:12:43 2015 (r404498) @@ -1,12 +1,10 @@ ---- mix.exs.orig 2015-07-01 10:24:04 UTC +--- mix.exs.orig 2015-12-26 00:31:19 UTC +++ mix.exs -@@ -21,8 +21,7 @@ defmodule Decimal.Mixfile do - end - - defp deps do -- [{:ex_doc, only: :dev}, -- {:earmark, only: :dev}] -+ [] - end - - defp description do +@@ -5,7 +5,6 @@ defmodule Decimal.Mixfile do + [app: :decimal, + version: "1.1.1", + elixir: "~> 1.0", +- deps: deps, + name: "Decimal", + source_url: "https://github.com/ericmj/decimal", + docs: fn ->