From owner-svn-ports-all@freebsd.org Sat Nov 28 17:18:32 2015 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 79EBDA3B89D; Sat, 28 Nov 2015 17:18:32 +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 2CAE11151; Sat, 28 Nov 2015 17:18:32 +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 tASHIVvZ034584; Sat, 28 Nov 2015 17:18:31 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tASHIVLn034581; Sat, 28 Nov 2015 17:18:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201511281718.tASHIVLn034581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 28 Nov 2015 17:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402548 - 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-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: Sat, 28 Nov 2015 17:18:32 -0000 Author: olgeni Date: Sat Nov 28 17:18:30 2015 New Revision: 402548 URL: https://svnweb.freebsd.org/changeset/ports/402548 Log: Upgrade devel/elixir-plug to version 1.0.3. 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 Sat Nov 28 17:14:52 2015 (r402547) +++ head/devel/elixir-plug/Makefile Sat Nov 28 17:18:30 2015 (r402548) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plug -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-plug/distinfo ============================================================================== --- head/devel/elixir-plug/distinfo Sat Nov 28 17:14:52 2015 (r402547) +++ head/devel/elixir-plug/distinfo Sat Nov 28 17:18:30 2015 (r402548) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-plug-v1.0.2_GH0.tar.gz) = bbc533df7a64ae3836052d820ff4b019147bea098d2b72559ee7913171e9f7ae -SIZE (elixir-lang-plug-v1.0.2_GH0.tar.gz) = 104884 +SHA256 (elixir-lang-plug-v1.0.3_GH0.tar.gz) = 2ee76f8809f43b3ee6a6ce8736b850cd8c3bab3cdaaa9d2193bcb05282149184 +SIZE (elixir-lang-plug-v1.0.3_GH0.tar.gz) = 105696 Modified: head/devel/elixir-plug/pkg-plist ============================================================================== --- head/devel/elixir-plug/pkg-plist Sat Nov 28 17:14:52 2015 (r402547) +++ head/devel/elixir-plug/pkg-plist Sat Nov 28 17:18:30 2015 (r402548) @@ -12,7 +12,7 @@ lib/elixir/lib/plug/ebin/Elixir.Plug.CSR 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.Cookies.beam -lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.InvalidHeaderKeyFormatError.beam +lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.InvalidHeaderError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.NotSentError.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Query.beam lib/elixir/lib/plug/ebin/Elixir.Plug.Conn.Status.beam