From owner-svn-ports-head@freebsd.org Tue Feb 23 19:51:27 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 5128DAB2833; Tue, 23 Feb 2016 19:51:27 +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 02A6C8AF; Tue, 23 Feb 2016 19:51:26 +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 u1NJpPd9012062; Tue, 23 Feb 2016 19:51:25 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1NJpPmM012059; Tue, 23 Feb 2016 19:51:25 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201602231951.u1NJpPmM012059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 23 Feb 2016 19:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409440 - head/devel/elixir-plug 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.20 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: Tue, 23 Feb 2016 19:51:27 -0000 Author: olgeni Date: Tue Feb 23 19:51:25 2016 New Revision: 409440 URL: https://svnweb.freebsd.org/changeset/ports/409440 Log: Update devel/elixir-plug to version 1.1.2. Modified: head/devel/elixir-plug/Makefile head/devel/elixir-plug/distinfo head/devel/elixir-plug/pkg-plist Modified: head/devel/elixir-plug/Makefile ============================================================================== --- head/devel/elixir-plug/Makefile Tue Feb 23 19:21:47 2016 (r409439) +++ head/devel/elixir-plug/Makefile Tue Feb 23 19:51:25 2016 (r409440) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-plug/distinfo ============================================================================== --- head/devel/elixir-plug/distinfo Tue Feb 23 19:21:47 2016 (r409439) +++ head/devel/elixir-plug/distinfo Tue Feb 23 19:51:25 2016 (r409440) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-plug-v1.1.1_GH0.tar.gz) = 7352baaa7eadb437951b79bc72cc7f4022d4672d1494ca15a0a37a5c5dbfb449 -SIZE (elixir-lang-plug-v1.1.1_GH0.tar.gz) = 106699 +SHA256 (elixir-lang-plug-v1.1.2_GH0.tar.gz) = 3147e315b08278e0753e0b9c6ffc1fe512a498acfef8c0fac001da2de204c5b1 +SIZE (elixir-lang-plug-v1.1.2_GH0.tar.gz) = 107334 Modified: head/devel/elixir-plug/pkg-plist ============================================================================== --- head/devel/elixir-plug/pkg-plist Tue Feb 23 19:21:47 2016 (r409439) +++ head/devel/elixir-plug/pkg-plist Tue Feb 23 19:51:25 2016 (r409440) @@ -11,6 +11,7 @@ lib/elixir/lib/plug/ebin/Elixir.Plug.CSR lib/elixir/lib/plug/ebin/Elixir.Plug.CSRFProtection.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Adapter.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.AlreadySentError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.CookieOverflowError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Cookies.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.InvalidHeaderError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.NotSentError.beam