From owner-svn-ports-head@freebsd.org Wed May 10 08:12:19 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 B8EA8D6664C; Wed, 10 May 2017 08:12:19 +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 7260215B1; Wed, 10 May 2017 08:12:19 +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 v4A8CIht028965; Wed, 10 May 2017 08:12:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4A8CIbW028962; Wed, 10 May 2017 08:12:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705100812.v4A8CIbW028962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 May 2017 08:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440545 - head/devel/elixir-poison 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.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: Wed, 10 May 2017 08:12:19 -0000 Author: olgeni Date: Wed May 10 08:12:18 2017 New Revision: 440545 URL: https://svnweb.freebsd.org/changeset/ports/440545 Log: Update devel/elixir-poison to version 3.1.0. Modified: head/devel/elixir-poison/Makefile head/devel/elixir-poison/distinfo head/devel/elixir-poison/pkg-plist Modified: head/devel/elixir-poison/Makefile ============================================================================== --- head/devel/elixir-poison/Makefile Wed May 10 07:55:44 2017 (r440544) +++ head/devel/elixir-poison/Makefile Wed May 10 08:12:18 2017 (r440545) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poison -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-poison/distinfo ============================================================================== --- head/devel/elixir-poison/distinfo Wed May 10 07:55:44 2017 (r440544) +++ head/devel/elixir-poison/distinfo Wed May 10 08:12:18 2017 (r440545) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477472666 -SHA256 (devinus-poison-3.0.0_GH0.tar.gz) = fd01cf68ab4488e397617039aea42625c21dd026b95b3bebe2323e0a3ac364de -SIZE (devinus-poison-3.0.0_GH0.tar.gz) = 86001 +TIMESTAMP = 1494403861 +SHA256 (devinus-poison-3.1.0_GH0.tar.gz) = 207dce81e0e725c2ab2d758d8cc5d393a78192089f2e3ae0d13ac3f63ec96ae8 +SIZE (devinus-poison-3.1.0_GH0.tar.gz) = 86069 Modified: head/devel/elixir-poison/pkg-plist ============================================================================== --- head/devel/elixir-poison/pkg-plist Wed May 10 07:55:44 2017 (r440544) +++ head/devel/elixir-poison/pkg-plist Wed May 10 08:12:18 2017 (r440545) @@ -9,7 +9,6 @@ lib/elixir/lib/poison/ebin/Elixir.Poison lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Date.beam lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.DateTime.beam lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Float.beam -lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.HashDict.beam lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.HashSet.beam lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.Integer.beam lib/elixir/lib/poison/ebin/Elixir.Poison.Encoder.List.beam