Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 16:08:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448252 - head/net/ceph-devel
Message-ID:  <201708181608.v7IG8CAo006870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wjw@digiware.nl> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708181608.v7IG8CAo006870>