From owner-svn-ports-head@FreeBSD.ORG Tue May 21 18:25:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EEC965A; Tue, 21 May 2013 18:25:19 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 39EF033C; Tue, 21 May 2013 18:25:19 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id a14so2677038iee.27 for ; Tue, 21 May 2013 11:25:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=RdkIIUMgRgWWzjLhSU3s5xh4qnXaAXLGy7AZDpz8b80=; b=CwBVovScd8e9Bsc5FApMDZ236Qu54bl1WWR8WTnRedIDnt5z+EK12XtCDK4mBjOW3K +W9hTM/kEo/1Ol4JcjliytWoKmekbugq1vVIaEsTzhXQhFnHH8XDObbGuDCcC0qtPZQ8 J8LH/OdwsAeiZ6y6c8dfPfQHAEqThdx97/cYxnUcEWn5BRZDIE8pZDaLQQc5vrhaapgh 8MGazOXzC3nU6We1gXQsmEshxZtah1oILrNXv6pIUAdSIN0V1DVtvJX8ob/vvPhZjKEM x3thx2xr+AP7CigL1S5LndwvVhe3rDdM97iacaMerV2sq7a5nc7ve5YPqnxTg7JvnP1g xGEQ== X-Received: by 10.50.120.68 with SMTP id la4mr8757347igb.49.1369160718676; Tue, 21 May 2013 11:25:18 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.77.51 with HTTP; Tue, 21 May 2013 11:24:48 -0700 (PDT) In-Reply-To: <201305201735.r4KHZnWb074912@svn.freebsd.org> References: <201305201735.r4KHZnWb074912@svn.freebsd.org> From: Chris Rees Date: Tue, 21 May 2013 19:24:48 +0100 X-Google-Sender-Auth: ice85l2scc_vMuPWij9TMnEAIhU Message-ID: Subject: Re: svn commit: r318616 - head/devel/mdds To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 21 May 2013 18:25:19 -0000 On 20 May 2013 18:35, Jung-uk Kim wrote: > Author: jkim > Date: Mon May 20 17:35:49 2013 > New Revision: 318616 > URL: http://svnweb.freebsd.org/changeset/ports/318616 > > Log: > Update to 0.8.0. > > Modified: > head/devel/mdds/Makefile > head/devel/mdds/distinfo > head/devel/mdds/pkg-plist > > Modified: head/devel/mdds/Makefile > ============================================================================== > --- head/devel/mdds/Makefile Mon May 20 17:29:02 2013 (r318615) > +++ head/devel/mdds/Makefile Mon May 20 17:35:49 2013 (r318616) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mdds > -PORTVERSION= 0.7.1 > +PORTVERSION= 0.8.0 > CATEGORIES= devel > MASTER_SITES= GOOGLE_CODE > DISTNAME= ${PORTNAME}_${PORTVERSION} > > Modified: head/devel/mdds/distinfo > ============================================================================== > --- head/devel/mdds/distinfo Mon May 20 17:29:02 2013 (r318615) > +++ head/devel/mdds/distinfo Mon May 20 17:35:49 2013 (r318616) > @@ -1,2 +1,2 @@ > -SHA256 (mdds_0.7.1.tar.bz2) = fe7bc2805bb1b74cac821723fd1d50bcc2a0ecaa5445262262765e02eae9197e > -SIZE (mdds_0.7.1.tar.bz2) = 134376 > +SHA256 (mdds_0.8.0.tar.bz2) = ca39f26956cea2d3cc3164420cf41e163f426068dc635012e4f7310ed8707e6d > +SIZE (mdds_0.8.0.tar.bz2) = 137421 > > Modified: head/devel/mdds/pkg-plist > ============================================================================== > --- head/devel/mdds/pkg-plist Mon May 20 17:29:02 2013 (r318615) > +++ head/devel/mdds/pkg-plist Mon May 20 17:35:49 2013 (r318616) > @@ -13,6 +13,8 @@ include/mdds/mixed_type_matrix_storage_s > include/mdds/multi_type_matrix.hpp > include/mdds/multi_type_matrix_def.inl > include/mdds/multi_type_vector.hpp > +include/mdds/multi_type_vector_custom_func1.hpp > +include/mdds/multi_type_vector_custom_func2.hpp > include/mdds/multi_type_vector_def.inl > include/mdds/multi_type_vector_itr.hpp > include/mdds/multi_type_vector_macro.hpp This breaks Libreoffice; http://www.bayofrum.net/medusa/tinderlogs/10-local-20130521161657/libreoffice-4.0.3.log A fix is at http://cgit.freedesktop.org/libreoffice/core/patch/?id=4a8e36d20609f1f7918976d4db13d720524a3c9c, but I have the patch in a checkout already. Do you mind if I commit it? Chris