From owner-svn-ports-head@freebsd.org Tue May 24 22:39:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75EDEB49D24; Tue, 24 May 2016 22:39:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36A961CA2; Tue, 24 May 2016 22:39:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4OMdIqm062507; Tue, 24 May 2016 22:39:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4OMdIEh062504; Tue, 24 May 2016 22:39:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201605242239.u4OMdIEh062504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 24 May 2016 22:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415815 - in head/devel/mdds: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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, 24 May 2016 22:39:19 -0000 Author: jkim Date: Tue May 24 22:39:17 2016 New Revision: 415815 URL: https://svnweb.freebsd.org/changeset/ports/415815 Log: Update to 1.2.0. Deleted: head/devel/mdds/files/ Modified: head/devel/mdds/Makefile head/devel/mdds/distinfo head/devel/mdds/pkg-plist Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Tue May 24 22:32:49 2016 (r415814) +++ head/devel/mdds/Makefile Tue May 24 22:39:17 2016 (r415815) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ @@ -14,7 +14,7 @@ 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: @@ -28,8 +28,9 @@ do-configure: 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 Modified: head/devel/mdds/distinfo ============================================================================== --- head/devel/mdds/distinfo Tue May 24 22:32:49 2016 (r415814) +++ head/devel/mdds/distinfo Tue May 24 22:39:17 2016 (r415815) @@ -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 Modified: head/devel/mdds/pkg-plist ============================================================================== --- head/devel/mdds/pkg-plist Tue May 24 22:32:49 2016 (r415814) +++ head/devel/mdds/pkg-plist Tue May 24 22:39:17 2016 (r415815) @@ -6,6 +6,8 @@ include/mdds-%%API_VERSION%%/mdds/global 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 @@ -25,4 +27,5 @@ include/mdds-%%API_VERSION%%/mdds/sorted 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