From owner-svn-ports-all@freebsd.org Wed Aug 9 06:12:48 2017 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 9C49EDC4049; Wed, 9 Aug 2017 06:12:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 68FC463E9F; Wed, 9 Aug 2017 06:12:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 891963F567; Wed, 9 Aug 2017 02:12:45 -0400 (EDT) Received: from [172.20.3.246] (unknown [12.235.85.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 051183F562; Wed, 9 Aug 2017 02:12:44 -0400 (EDT) Date: Wed, 9 Aug 2017 00:12:43 -0600 (MDT) From: Gerald Pfeifer To: "Tobias C. Berner" cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r447548 - in head: . Mk/Scripts archivers/hs-tar archivers/hs-zip-archive archivers/hs-zlib archivers/hs-zlib-bindings archivers/hs-zlib-enum archivers/hs-zlib-enum/files audio/hs-ALUT ... In-Reply-To: <201708081721.v78HLkoC017912@repo.freebsd.org> Message-ID: References: <201708081721.v78HLkoC017912@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 09 Aug 2017 06:12:48 -0000 On Tue, 8 Aug 2017, Tobias C. Berner wrote: > Log: > - Update The Glorious Glasgow Haskell Compiler to version 8.0.2 > - Simplified port by only suporting GCC, and creating a build.mk file > - Update Pandoc to 1.19.2.1 > - Update git-annex to 6.20170520 > - Update Darcs to 2.12.5 > - Update Gtk2Hs to 0.13.2.2 > - Update Agda to 2.5.2 : > New ports (63): : > Updated ports (314): Woo, that is an impressive piece of work! Kudos, Gerald