svn commit: r318616 - head/devel/mdds
Chris Rees
crees at FreeBSD.org
Tue May 21 18:25:19 UTC 2013
On 20 May 2013 18:35, Jung-uk Kim <jkim at freebsd.org> 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
More information about the svn-ports-head
mailing list