mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Upgrade databases/elixir-postgrex to version 0.10.0.
This commit is contained in:
parent
9de1040c2d
commit
2b770fea79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401834
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgrex
|
||||
PORTVERSION= 0.9.1
|
||||
PORTVERSION= 0.10.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= elixir-
|
||||
@ -15,8 +15,9 @@ USES= elixir
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ericmj
|
||||
|
||||
MIX_BUILD_NAME= shared
|
||||
MIX_BUILD_DEPS= devel/elixir-decimal
|
||||
MIX_BUILD_DEPS= devel/elixir-connection \
|
||||
devel/elixir-decimal
|
||||
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
||||
MIX_REWRITE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ericmj-postgrex-v0.9.1_GH0.tar.gz) = 4c96994e5617629f51fc2257d0fef5bda570c6605cc42f7e4aa28fea831bd4c8
|
||||
SIZE (ericmj-postgrex-v0.9.1_GH0.tar.gz) = 40795
|
||||
SHA256 (ericmj-postgrex-v0.10.0_GH0.tar.gz) = 807c0ee2bdcf5b8726eb5adc592ee8d9c3839181b2c824bdd1510418c39d5265
|
||||
SIZE (ericmj-postgrex-v0.10.0_GH0.tar.gz) = 45000
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- mix.exs.orig 2015-07-02 10:57:08 UTC
|
||||
+++ mix.exs
|
||||
@@ -23,9 +23,7 @@ defmodule Postgrex.Mixfile do
|
||||
end
|
||||
|
||||
defp deps do
|
||||
- [{:ex_doc, only: :dev},
|
||||
- {:earmark, only: :dev},
|
||||
- {:decimal, "~> 1.0"}]
|
||||
+ []
|
||||
end
|
||||
|
||||
defp description do
|
@ -1,4 +1,5 @@
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.BinaryUtils.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.CIDR.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Connection.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Date.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Error.beam
|
||||
@ -7,7 +8,9 @@ lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extension.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Binary.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.JSON.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Extensions.Text.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.INET.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Interval.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.MACADDR.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Messages.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Protocol.beam
|
||||
lib/elixir/lib/postgrex/ebin/Elixir.Postgrex.Range.beam
|
||||
|
Loading…
Reference in New Issue
Block a user