Index: head/devel/mdds/Makefile =================================================================== --- head/devel/mdds/Makefile (revision 391197) +++ head/devel/mdds/Makefile (revision 391198) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Multi-dimensional data index algorithm LICENSE= MIT PROJECTHOST= multidimalgorithm USES= tar:bzip2 NO_BUILD= yes do-configure: @${SED} -e 's|@prefix@|${PREFIX}|' \ -e 's|@includedir@|$${prefix}/include|' \ -e 's|@VERSION@|${PORTVERSION}|' \ ${WRKSRC}/misc/mdds.pc.in > ${WRKSRC}/misc/mdds.pc do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX} ${INSTALL_DATA} ${WRKSRC}/misc/mdds.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig .include Index: head/devel/mdds/distinfo =================================================================== --- head/devel/mdds/distinfo (revision 391197) +++ head/devel/mdds/distinfo (revision 391198) @@ -1,2 +1,2 @@ -SHA256 (mdds_0.12.0.tar.bz2) = 2a22de23ca828886625120e9d40fccd6333458a1934a13d2c982b6f9403e5981 -SIZE (mdds_0.12.0.tar.bz2) = 152285 +SHA256 (mdds_0.12.1.tar.bz2) = 23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d +SIZE (mdds_0.12.1.tar.bz2) = 153265 Index: head/devel/mdds/pkg-plist =================================================================== --- head/devel/mdds/pkg-plist (revision 391197) +++ head/devel/mdds/pkg-plist (revision 391198) @@ -1,34 +1,35 @@ include/mdds/compat/unique_ptr.hpp include/mdds/default_deleter.hpp include/mdds/flat_segment_tree.hpp include/mdds/flat_segment_tree_def.inl include/mdds/flat_segment_tree_itr.hpp include/mdds/global.hpp include/mdds/hash_container/map.hpp include/mdds/mixed_type_matrix.hpp include/mdds/mixed_type_matrix_def.inl include/mdds/mixed_type_matrix_element.hpp include/mdds/mixed_type_matrix_flag_storage.hpp include/mdds/mixed_type_matrix_storage.hpp include/mdds/mixed_type_matrix_storage_filled_linear.inl include/mdds/mixed_type_matrix_storage_sparse.inl 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_custom_func3.hpp include/mdds/multi_type_vector_def.inl include/mdds/multi_type_vector_itr.hpp include/mdds/multi_type_vector_macro.hpp include/mdds/multi_type_vector_trait.hpp include/mdds/multi_type_vector_types.hpp include/mdds/node.hpp include/mdds/point_quad_tree.hpp include/mdds/quad_node.hpp include/mdds/rectangle_set.hpp include/mdds/rectangle_set_def.inl include/mdds/segment_tree.hpp +include/mdds/segment_tree_def.inl include/mdds/sorted_string_map.hpp include/mdds/sorted_string_map_def.inl libdata/pkgconfig/mdds.pc