From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:25:47 2013 Return-Path: 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 778A15ED for ; Tue, 17 Sep 2013 16:25:47 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01E76207C for ; Tue, 17 Sep 2013 16:25:46 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id ev20so4461397lab.8 for ; Tue, 17 Sep 2013 09:25:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=wgqGHORuf/PpTdbqHF7Bju3c2YQ6aNBp9cC3ikP+20A=; b=bEEwW1O2DluyyB2v9dBbPyGycodx/9TUguKj+X86N3wK2TR/IJuHacRod2CfspCNOd 1nv8/R5jQHS37y5MqqnpVHkUbZuXEvQcDt00GZmkn/TdPAKGTTV34Sp20WfZlVs1yqW2 fEcRE+yqsV6PBOXZGXdfpY0Tp5s7VIJexfIXTYY0yq9yRiE7nyB2qG6PqpQBTqvLYNGw NR3st+R2iEQpSzWLFBVXa6YsZPqIOfU7xxruv15AKqegxFb3vdEv1OsP0f4TVNpM7tX7 fPrzNbKhuGNlwg7xBTKlV2Y1qPrgY0Mh+iIm4+H1IYvmg8wV/89jOTU9DqKHrD5+K4JB JjGg== X-Gm-Message-State: ALoCoQk+KszL00HzShJha1b1tH9krKtX7QJqlqLMQpaFxRRf9RrA8zUPk0wQbw617Qc5BgLv3hfT X-Received: by 10.152.26.72 with SMTP id j8mr30607368lag.19.1379435138705; Tue, 17 Sep 2013 09:25:38 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Tue, 17 Sep 2013 09:25:18 -0700 (PDT) In-Reply-To: <20130917121248.GA31894@ithaqua.etoilebsd.net> References: <201309091008.r89A8uXr026090@svn.freebsd.org> <20130917121248.GA31894@ithaqua.etoilebsd.net> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 00:25:18 +0800 X-Google-Sender-Auth: ALv1XJEfQ9ChYg13i-jahvnYJd0 Message-ID: Subject: Re: svn commit: r326795 - head/devel/mdds To: Baptiste Daroussin , Jung-uk Kim Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 16:25:47 -0000 On Tue, Sep 17, 2013 at 8:12 PM, Baptiste Daroussin wrote: > On Mon, Sep 09, 2013 at 10:08:56AM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Mon Sep 9 10:08:55 2013 > > New Revision: 326795 > > URL: http://svnweb.freebsd.org/changeset/ports/326795 > > > > Log: > > - Update to 0.9.0 > > - Fix Makefile header > > - Sort PLIST > > - Use single space after WWW: > > > > Changes: > https://code.google.com/p/multidimalgorithm/source/browse/NEWS > > This has broken libreoffice on all support version of FreeBSD and > Dragonfly. > > All the things belonging to office@ and being a dependency of libreoffice > should > be upgraded with a lot of care, upgrading those we should always make sure > that > the public API hasn't changed. > > This change making libreoffice failing kill 115 packages depending on > libreoffice. > > If you are not 100% sure of the upgrade mailing jkim@ is always a good > idea, > given he usually knows :) > > regards, > Bapt > I would be more careful on office@ updates later. Should I revert it or wait for libreoffice updates (4.1.1)? Regards, sunpoet