From owner-svn-ports-head@freebsd.org Thu Jun 29 09:11:08 2017 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 E3710D978B3; Thu, 29 Jun 2017 09:11:08 +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 AFF767C494; Thu, 29 Jun 2017 09:11:08 +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 v5T9B7VR011767; Thu, 29 Jun 2017 09:11:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5T9B7eF011764; Thu, 29 Jun 2017 09:11:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201706290911.v5T9B7eF011764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 29 Jun 2017 09:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444633 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/databases/elixir-timex_ecto X-SVN-Commit-Revision: 444633 X-SVN-Commit-Repository: ports 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.23 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: Thu, 29 Jun 2017 09:11:09 -0000 Author: olgeni Date: Thu Jun 29 09:11:07 2017 New Revision: 444633 URL: https://svnweb.freebsd.org/changeset/ports/444633 Log: Update databases/elixir-timex_ecto to version 3.2.0. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo head/databases/elixir-timex_ecto/pkg-plist Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Thu Jun 29 09:00:15 2017 (r444632) +++ head/databases/elixir-timex_ecto/Makefile Thu Jun 29 09:11:07 2017 (r444633) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Thu Jun 29 09:00:15 2017 (r444632) +++ head/databases/elixir-timex_ecto/distinfo Thu Jun 29 09:11:07 2017 (r444633) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483977177 -SHA256 (bitwalker-timex_ecto-3.1.1_GH0.tar.gz) = f8d366d8568e60c0391f9af1c8d87a23d0470f548abab7670e3ea69da8c49e8d -SIZE (bitwalker-timex_ecto-3.1.1_GH0.tar.gz) = 8968 +TIMESTAMP = 1498724495 +SHA256 (bitwalker-timex_ecto-3.2.0_GH0.tar.gz) = a52c4b3b6567de1620091e33af9686646279be7870d2e07157473ec67ec8113f +SIZE (bitwalker-timex_ecto-3.2.0_GH0.tar.gz) = 10239 Modified: head/databases/elixir-timex_ecto/pkg-plist ============================================================================== --- head/databases/elixir-timex_ecto/pkg-plist Thu Jun 29 09:00:15 2017 (r444632) +++ head/databases/elixir-timex_ecto/pkg-plist Thu Jun 29 09:11:07 2017 (r444633) @@ -3,6 +3,7 @@ lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateT lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateTimeWithTimezone.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Helpers.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Time.beam +lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.TimestampWithTimezone.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Timestamps.beam lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.beam lib/elixir/lib/timex_ecto/ebin/timex_ecto.app @@ -13,4 +14,5 @@ lib/elixir/lib/timex_ecto/lib/types/date.ex lib/elixir/lib/timex_ecto/lib/types/datetime.ex lib/elixir/lib/timex_ecto/lib/types/datetimetz.ex lib/elixir/lib/timex_ecto/lib/types/time.ex +lib/elixir/lib/timex_ecto/lib/types/timestamptz.ex %%PORTDOCS%%%%DOCSDIR%%/README.md