From owner-svn-ports-all@freebsd.org Sun Jan 24 13:56:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7A839C250E; Sun, 24 Jan 2016 13:56:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A81C36D; Sun, 24 Jan 2016 13:56:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0ODujQR074449; Sun, 24 Jan 2016 13:56:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ODujBd074445; Sun, 24 Jan 2016 13:56:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601241356.u0ODujBd074445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 24 Jan 2016 13:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407124 - head/databases/elixir-db_connection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 13:56:46 -0000 Author: olgeni Date: Sun Jan 24 13:56:45 2016 New Revision: 407124 URL: https://svnweb.freebsd.org/changeset/ports/407124 Log: Upgrade databases/elixir-db_connection to version 0.2.1. Modified: head/databases/elixir-db_connection/Makefile head/databases/elixir-db_connection/distinfo head/databases/elixir-db_connection/pkg-plist Modified: head/databases/elixir-db_connection/Makefile ============================================================================== --- head/databases/elixir-db_connection/Makefile Sun Jan 24 13:56:00 2016 (r407123) +++ head/databases/elixir-db_connection/Makefile Sun Jan 24 13:56:45 2016 (r407124) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= db_connection -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-db_connection/distinfo ============================================================================== --- head/databases/elixir-db_connection/distinfo Sun Jan 24 13:56:00 2016 (r407123) +++ head/databases/elixir-db_connection/distinfo Sun Jan 24 13:56:45 2016 (r407124) @@ -1,2 +1,2 @@ -SHA256 (fishcakez-db_connection-v0.2.0_GH0.tar.gz) = fc65cce15df0c81b1c54ce598e212aaccdd0dd4dfbce6984d4f23c775a60ebaa -SIZE (fishcakez-db_connection-v0.2.0_GH0.tar.gz) = 37714 +SHA256 (fishcakez-db_connection-v0.2.1_GH0.tar.gz) = afc69109744c76e2f19a80b2844fd87ff9805764af7bf73a6f9a9107b0c1824e +SIZE (fishcakez-db_connection-v0.2.1_GH0.tar.gz) = 39137 Modified: head/databases/elixir-db_connection/pkg-plist ============================================================================== --- head/databases/elixir-db_connection/pkg-plist Sun Jan 24 13:56:00 2016 (r407123) +++ head/databases/elixir-db_connection/pkg-plist Sun Jan 24 13:56:45 2016 (r407124) @@ -1,4 +1,5 @@ lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.App.beam +lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Backoff.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Connection.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Error.beam lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.LogEntry.beam @@ -24,6 +25,7 @@ lib/elixir/lib/db_connection/ebin/Elixir lib/elixir/lib/db_connection/ebin/db_connection.app lib/elixir/lib/db_connection/lib/db_connection.ex lib/elixir/lib/db_connection/lib/db_connection/app.ex +lib/elixir/lib/db_connection/lib/db_connection/backoff.ex lib/elixir/lib/db_connection/lib/db_connection/connection.ex lib/elixir/lib/db_connection/lib/db_connection/error.ex lib/elixir/lib/db_connection/lib/db_connection/log_entry.ex