svn commit: r401834 - in head/databases/elixir-postgrex: . files

Jimmy Olgeni olgeni at FreeBSD.org
Tue Nov 17 22:18:07 UTC 2015


Author: olgeni
Date: Tue Nov 17 22:18:06 2015
New Revision: 401834
URL: https://svnweb.freebsd.org/changeset/ports/401834

Log:
  Upgrade databases/elixir-postgrex to version 0.10.0.

Deleted:
  head/databases/elixir-postgrex/files/
Modified:
  head/databases/elixir-postgrex/Makefile
  head/databases/elixir-postgrex/distinfo
  head/databases/elixir-postgrex/pkg-plist

Modified: head/databases/elixir-postgrex/Makefile
==============================================================================
--- head/databases/elixir-postgrex/Makefile	Tue Nov 17 22:12:55 2015	(r401833)
+++ head/databases/elixir-postgrex/Makefile	Tue Nov 17 22:18:06 2015	(r401834)
@@ -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>

Modified: head/databases/elixir-postgrex/distinfo
==============================================================================
--- head/databases/elixir-postgrex/distinfo	Tue Nov 17 22:12:55 2015	(r401833)
+++ head/databases/elixir-postgrex/distinfo	Tue Nov 17 22:18:06 2015	(r401834)
@@ -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

Modified: head/databases/elixir-postgrex/pkg-plist
==============================================================================
--- head/databases/elixir-postgrex/pkg-plist	Tue Nov 17 22:12:55 2015	(r401833)
+++ head/databases/elixir-postgrex/pkg-plist	Tue Nov 17 22:18:06 2015	(r401834)
@@ -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.Post
 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


More information about the svn-ports-all mailing list