diff options
author | pi <pi@FreeBSD.org> | 2017-08-19 00:08:12 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-08-19 00:08:12 +0800 |
commit | 4c530eab4ba3a090f07cad7ad68894195ab273ec (patch) | |
tree | bd06b6eb2993f127ee218358a97b24696a35e5e4 | |
parent | 4fc6b7cbcd7961bbc4e13c90f98c5ade57bc0a63 (diff) | |
download | freebsd-ports-gnome-4c530eab4ba3a090f07cad7ad68894195ab273ec.tar.gz freebsd-ports-gnome-4c530eab4ba3a090f07cad7ad68894195ab273ec.tar.zst freebsd-ports-gnome-4c530eab4ba3a090f07cad7ad68894195ab273ec.zip |
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)
-rw-r--r-- | net/ceph-devel/Makefile | 8 | ||||
-rw-r--r-- | net/ceph-devel/distinfo | 6 | ||||
-rw-r--r-- | net/ceph-devel/pkg-plist | 8 |
3 files changed, 17 insertions, 5 deletions
diff --git a/net/ceph-devel/Makefile b/net/ceph-devel/Makefile index 1b259b624f9d..97ad25066fc4 100644 --- a/net/ceph-devel/Makefile +++ b/net/ceph-devel/Makefile @@ -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 diff --git a/net/ceph-devel/distinfo b/net/ceph-devel/distinfo index b98f54da63c0..0a3c8a743fac 100644 --- a/net/ceph-devel/distinfo +++ b/net/ceph-devel/distinfo @@ -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 diff --git a/net/ceph-devel/pkg-plist b/net/ceph-devel/pkg-plist index 3f2e58db28c2..99a1f94f462c 100644 --- a/net/ceph-devel/pkg-plist +++ b/net/ceph-devel/pkg-plist @@ -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 |