Upgrade to version 0.3.0.
This commit is contained in:
parent
6b1d89f112
commit
988e11526f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392162
3 changed files with 4 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= timex_ecto
|
PORTNAME= timex_ecto
|
||||||
PORTVERSION= 0.2.1
|
PORTVERSION= 0.3.0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
PKGNAMEPREFIX= elixir-
|
PKGNAMEPREFIX= elixir-
|
||||||
|
|
||||||
|
@ -17,5 +17,6 @@ GH_ACCOUNT= bitwalker
|
||||||
MIX_BUILD_DEPS= databases/elixir-ecto \
|
MIX_BUILD_DEPS= databases/elixir-ecto \
|
||||||
devel/elixir-timex
|
devel/elixir-timex
|
||||||
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
||||||
|
MIX_REWRITE= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (bitwalker-timex_ecto-0.2.1_GH0.tar.gz) = 80c7008d2fd63b0988f6527c13420b6851562ef750e091cc7c5ef072c284e0d4
|
SHA256 (bitwalker-timex_ecto-0.3.0_GH0.tar.gz) = 4657f41e254df9eab4de1cba3b39c266ca1939e7f8fdd1667162c088460bfdc0
|
||||||
SIZE (bitwalker-timex_ecto-0.2.1_GH0.tar.gz) = 5371
|
SIZE (bitwalker-timex_ecto-0.3.0_GH0.tar.gz) = 5361
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- mix.exs.orig 2015-07-03 15:18:59 UTC
|
|
||||||
+++ mix.exs
|
|
||||||
@@ -29,10 +29,7 @@ defmodule TimexEcto.Mixfile do
|
|
||||||
#
|
|
||||||
# Type `mix help deps` for more examples and options
|
|
||||||
defp deps do
|
|
||||||
- [{:timex, "~> 0.16.0"},
|
|
||||||
- {:ecto, "~> 0.12.1"},
|
|
||||||
- {:earmark, "~> 0.1", only: :dev},
|
|
||||||
- {:ex_doc, "~> 0.5", only: :dev}]
|
|
||||||
+ []
|
|
||||||
end
|
|
||||||
|
|
||||||
defp package do
|
|
Loading…
Reference in a new issue