aboutsummaryrefslogtreecommitdiff
path: root/databases/elixir-postgrex/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-01-22 23:26:28 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-01-22 23:26:28 +0000
commite003a3375f1f74281b8db287c5c73ffd0bed6535 (patch)
treeead97f9db2edfeac93a33ca439e426a3a80432c4 /databases/elixir-postgrex/Makefile
parente1a3571b62fda1f409ddab8d18f005ac2c32d205 (diff)
downloadports-e003a3375f1f74281b8db287c5c73ffd0bed6535.tar.gz
ports-e003a3375f1f74281b8db287c5c73ffd0bed6535.zip
Upgrade databases/elixir-postgrex to version 0.11.0.
Notes
Notes: svn path=/head/; revision=406954
Diffstat (limited to 'databases/elixir-postgrex/Makefile')
-rw-r--r--databases/elixir-postgrex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/elixir-postgrex/Makefile b/databases/elixir-postgrex/Makefile
index 8cf752b019c7..85afe1e6c507 100644
--- a/databases/elixir-postgrex/Makefile
+++ b/databases/elixir-postgrex/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= postgrex
-PORTVERSION= 0.10.0
+PORTVERSION= 0.11.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= elixir-
@@ -15,7 +15,8 @@ USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= ericmj
-MIX_BUILD_DEPS= devel/elixir-connection \
+MIX_BUILD_DEPS= databases/elixir-db_connection \
+ devel/elixir-connection \
devel/elixir-decimal
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes