From owner-svn-ports-head@freebsd.org Sat Apr 9 17:08:45 2016 Return-Path: Delivered-To: svn-ports-head@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 A26CEB09C81; Sat, 9 Apr 2016 17:08:45 +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 481F81C3B; Sat, 9 Apr 2016 17:08:45 +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 u39H8i14037261; Sat, 9 Apr 2016 17:08:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u39H8i2i037258; Sat, 9 Apr 2016 17:08:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201604091708.u39H8i2i037258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 9 Apr 2016 17:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412854 - head/databases/elixir-mariaex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 17:08:45 -0000 Author: olgeni Date: Sat Apr 9 17:08:44 2016 New Revision: 412854 URL: https://svnweb.freebsd.org/changeset/ports/412854 Log: Update databases/elixir-mariaex to version 0.7.1. Modified: head/databases/elixir-mariaex/Makefile head/databases/elixir-mariaex/distinfo head/databases/elixir-mariaex/pkg-plist Modified: head/databases/elixir-mariaex/Makefile ============================================================================== --- head/databases/elixir-mariaex/Makefile Sat Apr 9 17:02:24 2016 (r412853) +++ head/databases/elixir-mariaex/Makefile Sat Apr 9 17:08:44 2016 (r412854) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariaex -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-mariaex/distinfo ============================================================================== --- head/databases/elixir-mariaex/distinfo Sat Apr 9 17:02:24 2016 (r412853) +++ head/databases/elixir-mariaex/distinfo Sat Apr 9 17:08:44 2016 (r412854) @@ -1,2 +1,2 @@ -SHA256 (xerions-mariaex-v0.7.0_GH0.tar.gz) = 34d1a675cac908434785aa282b307a138b6e0a390fbc712d7ae096f321c60f5d -SIZE (xerions-mariaex-v0.7.0_GH0.tar.gz) = 23714 +SHA256 (xerions-mariaex-v0.7.1_GH0.tar.gz) = 507edefe06af3ffe8aa0647da49448ca76b4b6bb51673123caa8ca9c2b92f02e +SIZE (xerions-mariaex-v0.7.1_GH0.tar.gz) = 24861 Modified: head/databases/elixir-mariaex/pkg-plist ============================================================================== --- head/databases/elixir-mariaex/pkg-plist Sat Apr 9 17:02:24 2016 (r412853) +++ head/databases/elixir-mariaex/pkg-plist Sat Apr 9 17:08:44 2016 (r412854) @@ -2,6 +2,7 @@ lib/elixir/lib/mariaex/ebin/Elixir.DBCon lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Cache.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.Utils.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.beam +lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Column.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.Tcp.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.beam lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Error.beam @@ -17,6 +18,7 @@ lib/elixir/lib/mariaex/ebin/mariaex.app lib/elixir/lib/mariaex/lib/mariaex.ex lib/elixir/lib/mariaex/lib/mariaex/cache.ex lib/elixir/lib/mariaex/lib/mariaex/coder.ex +lib/elixir/lib/mariaex/lib/mariaex/column.ex lib/elixir/lib/mariaex/lib/mariaex/connection.ex lib/elixir/lib/mariaex/lib/mariaex/connection/tcp.ex lib/elixir/lib/mariaex/lib/mariaex/lru_cache.ex