diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-08-18 22:54:02 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-08-18 22:54:02 +0800 |
commit | 1eb0a50bb684a06a43adfb1c1394d5d7007d7e48 (patch) | |
tree | cbabcd280b515727ab78a19ebe896be3da0dce6c | |
parent | ca56e5751c59bd8749e956deae1f5cd80b055ba2 (diff) | |
download | freebsd-ports-gnome-1eb0a50bb684a06a43adfb1c1394d5d7007d7e48.tar.gz freebsd-ports-gnome-1eb0a50bb684a06a43adfb1c1394d5d7007d7e48.tar.zst freebsd-ports-gnome-1eb0a50bb684a06a43adfb1c1394d5d7007d7e48.zip |
Upgrade to version 0.4.3.
-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 |