From owner-svn-ports-all@FreeBSD.ORG Wed Oct 2 11:20:17 2013 Return-Path: <owner-svn-ports-all@FreeBSD.ORG> Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 372947FA; Wed, 2 Oct 2013 11:20:17 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (mx.critical.ch [62.2.45.171]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8B8C2E6D; Wed, 2 Oct 2013 11:20:15 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.5/8.14.5/critical-1.0) with ESMTP id r92BK6I5086315; Wed, 2 Oct 2013 13:20:06 +0200 (CEST) (envelope-from ehaupt@critical.ch) Date: Wed, 2 Oct 2013 13:20:01 +0200 From: Emanuel Haupt <ehaupt@critical.ch> To: Emanuel Haupt <ehaupt@FreeBSD.org> Subject: Re: svn commit: r329035 - in head/net/rsync: . files Message-Id: <20131002132001.7c23af687d9b0aeaff25cb99@critical.ch> In-Reply-To: <201310021114.r92BEDlk060343@svn.freebsd.org> References: <201310021114.r92BEDlk060343@svn.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 02 Oct 2013 11:20:17 -0000 Emanuel Haupt <ehaupt@FreeBSD.org> wrote: > Author: ehaupt > Date: Wed Oct 2 11:14:13 2013 > New Revision: 329035 > URL: http://svnweb.freebsd.org/changeset/ports/329035 > > Log: > - Update to 3.1.0 > - Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive > options. This allows us to get rid of various IGNORE definitions > - Add an option to use zlib from base instead of the bundled one > (default) > - Functionality of extrapatch-detect-renamed.diff has been > incorporated with the upstream patch maintainers Forgot to mention extrapatch-syscall.c for which the same applies.