diff options
author | vanilla <vanilla@FreeBSD.org> | 2017-01-23 10:26:47 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2017-01-23 10:26:47 +0800 |
commit | c7cafd94a6cbe2605f8925373d3e6657025f3700 (patch) | |
tree | 489d239557b0fa69490000cd844aa0e4a3064aef /www | |
parent | 9ac77b34d4f09ab2615fe11916cc55715daf2cdd (diff) | |
download | freebsd-ports-gnome-c7cafd94a6cbe2605f8925373d3e6657025f3700.tar.gz freebsd-ports-gnome-c7cafd94a6cbe2605f8925373d3e6657025f3700.tar.zst freebsd-ports-gnome-c7cafd94a6cbe2605f8925373d3e6657025f3700.zip |
Update to 1.4.1.
Diffstat (limited to 'www')
-rw-r--r-- | www/elixir-joken/Makefile | 2 | ||||
-rw-r--r-- | www/elixir-joken/distinfo | 6 | ||||
-rw-r--r-- | www/elixir-joken/files/patch-mix.exs | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/elixir-joken/Makefile b/www/elixir-joken/Makefile index 81e731f31dd3..9ff6ce5f757a 100644 --- a/www/elixir-joken/Makefile +++ b/www/elixir-joken/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= joken -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- diff --git a/www/elixir-joken/distinfo b/www/elixir-joken/distinfo index 3e22394975d9..44b2402ef856 100644 --- a/www/elixir-joken/distinfo +++ b/www/elixir-joken/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478873859 -SHA256 (bryanjos-joken-v1.3.2_GH0.tar.gz) = 664be7f9d3366d05177ee8bee252caf0ae85c8c50628d62e723dc6486cc3b7f9 -SIZE (bryanjos-joken-v1.3.2_GH0.tar.gz) = 36139 +TIMESTAMP = 1485137747 +SHA256 (bryanjos-joken-v1.4.1_GH0.tar.gz) = a3e6a2d9c5ef56fa766925b313bec83ae2ddfff1704edd7e6d13eb9ba5f57668 +SIZE (bryanjos-joken-v1.4.1_GH0.tar.gz) = 36549 diff --git a/www/elixir-joken/files/patch-mix.exs b/www/elixir-joken/files/patch-mix.exs index 56ca952cd798..66e4e2013be5 100644 --- a/www/elixir-joken/files/patch-mix.exs +++ b/www/elixir-joken/files/patch-mix.exs @@ -1,10 +1,10 @@ ---- mix.exs.orig 2016-03-28 15:07:12 UTC +--- mix.exs.orig 2017-01-20 23:39:44 UTC +++ mix.exs @@ -9,7 +9,6 @@ defmodule Joken.Mixfile do - elixir: "~> 1.0", - description: description, - package: package, -- deps: deps, + elixir: "~> 1.2.3 or ~> 1.3", + description: description(), + package: package(), +- deps: deps(), consolidate_protocols: Mix.env != :test, test_coverage: [tool: ExCoveralls], name: "Joken", |