diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-08-18 14:54:02 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-08-18 14:54:02 +0000 |
commit | 48ad2d54a5b11e43556878048501029cbce2805f (patch) | |
tree | cbabcd280b515727ab78a19ebe896be3da0dce6c /databases/elixir-mariaex | |
parent | ec3d1ab370578e4a2b6ae8e72259a1b239085379 (diff) |
Upgrade to version 0.4.3.
Notes
Notes:
svn path=/head/; revision=394594
Diffstat (limited to 'databases/elixir-mariaex')
-rw-r--r-- | databases/elixir-mariaex/Makefile | 3 | ||||
-rw-r--r-- | databases/elixir-mariaex/distinfo | 4 | ||||
-rw-r--r-- | databases/elixir-mariaex/files/patch-mix.exs | 11 |
3 files changed, 4 insertions, 14 deletions
diff --git a/databases/elixir-mariaex/Makefile b/databases/elixir-mariaex/Makefile index 1c3c1f9d0661..f4239bb41e2d 100644 --- a/databases/elixir-mariaex/Makefile +++ b/databases/elixir-mariaex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariaex -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- @@ -17,5 +17,6 @@ GH_ACCOUNT= xerions MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes .include <bsd.port.mk> diff --git a/databases/elixir-mariaex/distinfo b/databases/elixir-mariaex/distinfo index a7acdea3b208..955dc227a6e5 100644 --- a/databases/elixir-mariaex/distinfo +++ b/databases/elixir-mariaex/distinfo @@ -1,2 +1,2 @@ -SHA256 (xerions-mariaex-v0.4.2_GH0.tar.gz) = cfc4e017f0f7466a5db53e1d2711f22b33a27ac8447cdab4b59a01ed2cbce2b5 -SIZE (xerions-mariaex-v0.4.2_GH0.tar.gz) = 17277 +SHA256 (xerions-mariaex-v0.4.3_GH0.tar.gz) = e31e65e200f522fd66f7f12853b83ae1cc174867b53609b9e4e9c872094f98c2 +SIZE (xerions-mariaex-v0.4.3_GH0.tar.gz) = 17643 diff --git a/databases/elixir-mariaex/files/patch-mix.exs b/databases/elixir-mariaex/files/patch-mix.exs deleted file mode 100644 index e47d1f2c8801..000000000000 --- a/databases/elixir-mariaex/files/patch-mix.exs +++ /dev/null @@ -1,11 +0,0 @@ ---- mix.exs.orig 2015-07-02 11:00:37 UTC -+++ mix.exs -@@ -18,7 +18,7 @@ defmodule Mariaex.Mixfile do - end - - defp deps do -- [{:decimal, "~> 1.0"}] -+ [] - end - - defp description do |