From owner-svn-ports-all@freebsd.org Fri Aug 18 16:08:13 2017 Return-Path: Delivered-To: svn-ports-all@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 AA4F3DEA361; Fri, 18 Aug 2017 16:08:13 +0000 (UTC) (envelope-from pi@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 83B2A6A734; Fri, 18 Aug 2017 16:08:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7IG8Cx8006873; Fri, 18 Aug 2017 16:08:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7IG8CAo006870; Fri, 18 Aug 2017 16:08:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201708181608.v7IG8CAo006870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 18 Aug 2017 16:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448252 - head/net/ceph-devel X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/net/ceph-devel X-SVN-Commit-Revision: 448252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 16:08:13 -0000 Author: pi Date: Fri Aug 18 16:08:12 2017 New Revision: 448252 URL: https://svnweb.freebsd.org/changeset/ports/448252 Log: net/ceph-devel: update 2017-07-27 -> 2017-08-15 - Fix bugs in building the 2017-07-27 version PR: 221569 Submitted by: Willem Jan Withagen (maintainer) Modified: head/net/ceph-devel/Makefile head/net/ceph-devel/distinfo head/net/ceph-devel/pkg-plist Modified: head/net/ceph-devel/Makefile ============================================================================== --- head/net/ceph-devel/Makefile Fri Aug 18 15:58:03 2017 (r448251) +++ head/net/ceph-devel/Makefile Fri Aug 18 16:08:12 2017 (r448252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ceph -DISTVERSION= wip.v2017-07-27-1 +DISTVERSION= wip.v2017-08-15-1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -131,6 +131,12 @@ post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev + # ceph-volume does not support ZFS + ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume-* + ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume/ + ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume + ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume-systemd + ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample Modified: head/net/ceph-devel/distinfo ============================================================================== --- head/net/ceph-devel/distinfo Fri Aug 18 15:58:03 2017 (r448251) +++ head/net/ceph-devel/distinfo Fri Aug 18 16:08:12 2017 (r448252) @@ -1,6 +1,6 @@ -TIMESTAMP = 1501162350 -SHA256 (wjwithagen-ceph-wip.v2017-07-27-1_GH0.tar.gz) = 0c9ca0dee5ad347a6e3d3cd147bb36aae1acaa8d8b4ad6ea4317a4c706543caf -SIZE (wjwithagen-ceph-wip.v2017-07-27-1_GH0.tar.gz) = 16773256 +TIMESTAMP = 1502801493 +SHA256 (wjwithagen-ceph-wip.v2017-08-15-1_GH0.tar.gz) = 171b8f5314e888c810289e282e7bffdbb9e1b1acb659b5e1d3530faea4e5eeeb +SIZE (wjwithagen-ceph-wip.v2017-08-15-1_GH0.tar.gz) = 17068265 SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 SHA256 (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 90e4052c6dca0e272bdca492216e62fdc0d19719e121451798295799bdf95499 Modified: head/net/ceph-devel/pkg-plist ============================================================================== --- head/net/ceph-devel/pkg-plist Fri Aug 18 15:58:03 2017 (r448251) +++ head/net/ceph-devel/pkg-plist Fri Aug 18 16:08:12 2017 (r448252) @@ -113,6 +113,11 @@ lib/ceph/mgr/restful/api/__init__.py lib/ceph/mgr/restful/hooks.py lib/ceph/mgr/restful/decorators.py lib/ceph/mgr/dashboard/HACKING.rst +lib/ceph/mgr/dashboard/rbd_iscsi.html +lib/ceph/mgr/dashboard/rbd_iscsi.py +lib/ceph/mgr/dashboard/rbd_mirroring.html +lib/ceph/mgr/dashboard/rbd_mirroring.py +lib/ceph/mgr/dashboard/rbd_pool.html lib/ceph/mgr/dashboard/static/Ceph_Logo_Standard_RGB_White_120411_fa.png lib/ceph/mgr/dashboard/static/logo-mini.png lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.gitignore @@ -1168,7 +1173,6 @@ lib/ceph/mgr/dashboard/static/favicon.ico lib/ceph/mgr/dashboard/static/rivets.bundled.min.js lib/ceph/mgr/dashboard/static/underscore-min.js lib/ceph/mgr/dashboard/servers.html -lib/ceph/mgr/dashboard/rbd.html lib/ceph/mgr/dashboard/clients.html lib/ceph/mgr/dashboard/osd_perf.html lib/ceph/mgr/dashboard/remote_view_cache.py @@ -1182,6 +1186,8 @@ lib/ceph/mgr/dashboard/README.rst lib/ceph/mgr/dashboard/filesystem.html lib/ceph/mgr/dashboard/types.py lib/ceph/mgr/dashboard/__init__.py +lib/ceph/mgr/prometheus/__init__.py +lib/ceph/mgr/prometheus/module.py lib/ceph/mgr/zabbix/module.py lib/ceph/mgr/zabbix/zabbix_template.xml lib/ceph/mgr/zabbix/__init__.py