Index: head/devel/mdds/files/patch-include_mdds_sorted__string__map__def.inl =================================================================== --- head/devel/mdds/files/patch-include_mdds_sorted__string__map__def.inl (revision 415814) +++ head/devel/mdds/files/patch-include_mdds_sorted__string__map__def.inl (nonexistent) @@ -1,11 +0,0 @@ ---- include/mdds/sorted_string_map_def.inl.orig 2015-12-22 00:33:47 UTC -+++ include/mdds/sorted_string_map_def.inl -@@ -65,7 +65,7 @@ sorted_string_map<_ValueT>::sorted_strin - m_entry_end(m_entries+m_entry_size) - { - #ifdef _GLIBCXX_DEBUG -- assert(std::is_sorted(m_entries, m_entry_end, compare<_ValueT>)); -+ assert(std::is_sorted(m_entries, m_entry_end, detail::compare<_ValueT>)); - #endif - } - Property changes on: head/devel/mdds/files/patch-include_mdds_sorted__string__map__def.inl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/mdds/files/patch-include_mdds_multi__type__vector__def.inl =================================================================== --- head/devel/mdds/files/patch-include_mdds_multi__type__vector__def.inl (revision 415814) +++ head/devel/mdds/files/patch-include_mdds_multi__type__vector__def.inl (nonexistent) @@ -1,10 +0,0 @@ ---- include/mdds/multi_type_vector_def.inl.orig 2016-01-29 00:31:44 UTC -+++ include/mdds/multi_type_vector_def.inl -@@ -1936,7 +1936,6 @@ multi_type_vector<_CellBlockFunc, _Event - else - { - // Just move the whole block over. -- block* blk = m_blocks[block_index2]; - dest.m_blocks[dest_block_pos] = blk; - if (blk->mp_data) - { Property changes on: head/devel/mdds/files/patch-include_mdds_multi__type__vector__def.inl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/mdds/Makefile =================================================================== --- head/devel/mdds/Makefile (revision 415814) +++ head/devel/mdds/Makefile (revision 415815) @@ -1,36 +1,37 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ MAINTAINER= office@FreeBSD.org COMMENT= Multi-dimensional data index algorithm LICENSE= MIT USES= tar:bzip2 NO_ARCH= yes NO_BUILD= yes -API_VERSION= 1.0 +API_VERSION= 1.2 PLIST_SUB= API_VERSION=${API_VERSION} do-configure: @${SED} -e 's|@API_VERSION@|${API_VERSION}|' \ -e 's|@VERSION@|${PORTVERSION}|' \ -e 's|@includedir@|$${prefix}/include|' \ -e 's|@prefix@|${PREFIX}|' \ ${WRKSRC}/misc/mdds.pc.in > \ ${WRKSRC}/misc/mdds-${API_VERSION}.pc do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION}/mdds (cd ${WRKSRC}/include && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION} \ - "-not -name *.orig") + ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION}) + ${FIND} ${STAGEDIR}${PREFIX}/include/mdds-${API_VERSION} \ + \( -name "*.orig" -or -name "Makefile.*" \) -delete ${INSTALL_DATA} ${WRKSRC}/misc/mdds-${API_VERSION}.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig .include Index: head/devel/mdds/distinfo =================================================================== --- head/devel/mdds/distinfo (revision 415814) +++ head/devel/mdds/distinfo (revision 415815) @@ -1,2 +1,3 @@ -SHA256 (mdds-1.1.0.tar.bz2) = 4253ab93fe8bb579321a50e247f1f800191ab99fe2d8c6c181741b8bd3fb161f -SIZE (mdds-1.1.0.tar.bz2) = 258691 +TIMESTAMP = 1464127845 +SHA256 (mdds-1.2.0.tar.bz2) = f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6 +SIZE (mdds-1.2.0.tar.bz2) = 284962 Index: head/devel/mdds/pkg-plist =================================================================== --- head/devel/mdds/pkg-plist (revision 415814) +++ head/devel/mdds/pkg-plist (revision 415815) @@ -1,28 +1,31 @@ include/mdds-%%API_VERSION%%/mdds/default_deleter.hpp include/mdds-%%API_VERSION%%/mdds/flat_segment_tree.hpp include/mdds-%%API_VERSION%%/mdds/flat_segment_tree_def.inl include/mdds-%%API_VERSION%%/mdds/flat_segment_tree_itr.hpp include/mdds-%%API_VERSION%%/mdds/global.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_matrix.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_matrix_def.inl include/mdds-%%API_VERSION%%/mdds/multi_type_vector.hpp +include/mdds-%%API_VERSION%%/mdds/multi_type_vector/collection.hpp +include/mdds-%%API_VERSION%%/mdds/multi_type_vector/collection_def.inl include/mdds-%%API_VERSION%%/mdds/multi_type_vector_custom_func1.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_custom_func2.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_custom_func3.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_def.inl include/mdds-%%API_VERSION%%/mdds/multi_type_vector_itr.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_macro.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_trait.hpp include/mdds-%%API_VERSION%%/mdds/multi_type_vector_types.hpp include/mdds-%%API_VERSION%%/mdds/node.hpp include/mdds-%%API_VERSION%%/mdds/point_quad_tree.hpp include/mdds-%%API_VERSION%%/mdds/quad_node.hpp include/mdds-%%API_VERSION%%/mdds/rectangle_set.hpp include/mdds-%%API_VERSION%%/mdds/rectangle_set_def.inl include/mdds-%%API_VERSION%%/mdds/segment_tree.hpp include/mdds-%%API_VERSION%%/mdds/segment_tree_def.inl include/mdds-%%API_VERSION%%/mdds/sorted_string_map.hpp include/mdds-%%API_VERSION%%/mdds/sorted_string_map_def.inl include/mdds-%%API_VERSION%%/mdds/trie_map.hpp include/mdds-%%API_VERSION%%/mdds/trie_map_def.inl +include/mdds-%%API_VERSION%%/mdds/trie_map_itr.hpp libdata/pkgconfig/mdds-%%API_VERSION%%.pc