Index: head/net-mgmt/icingaweb2-module-map/Makefile =================================================================== --- head/net-mgmt/icingaweb2-module-map/Makefile (revision 446852) +++ head/net-mgmt/icingaweb2-module-map/Makefile (revision 446853) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= icingaweb2-module-map -PORTVERSION= 0.0.1.20170717 +PORTVERSION= 0.0.1.20170728 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org COMMENT= Display hosts on OpenStreetMap LICENSE= GPLv2 RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 USE_GITHUB= yes GH_ACCOUNT= nbuchwitz -GH_TAGNAME= 8323484 +GH_TAGNAME= db8cb8f NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include Index: head/net-mgmt/icingaweb2-module-map/distinfo =================================================================== --- head/net-mgmt/icingaweb2-module-map/distinfo (revision 446852) +++ head/net-mgmt/icingaweb2-module-map/distinfo (revision 446853) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501107787 -SHA256 (nbuchwitz-icingaweb2-module-map-0.0.1.20170717-8323484_GH0.tar.gz) = 640156252961419fe6379dec2343227c6d3d533aad5229f60002187490320273 -SIZE (nbuchwitz-icingaweb2-module-map-0.0.1.20170717-8323484_GH0.tar.gz) = 1187340 +TIMESTAMP = 1501277233 +SHA256 (nbuchwitz-icingaweb2-module-map-0.0.1.20170728-db8cb8f_GH0.tar.gz) = c29b3414d7f97aec25df0c3d94021bec11ec584f031f655d13e51a6cbcd96f46 +SIZE (nbuchwitz-icingaweb2-module-map-0.0.1.20170728-db8cb8f_GH0.tar.gz) = 1721993 Index: head/net-mgmt/icingaweb2-module-map/pkg-plist =================================================================== --- head/net-mgmt/icingaweb2-module-map/pkg-plist (revision 446852) +++ head/net-mgmt/icingaweb2-module-map/pkg-plist (revision 446853) @@ -1,34 +1,36 @@ %%WWWDIR%%/README.md %%WWWDIR%%/application/controllers/ConfigController.php %%WWWDIR%%/application/controllers/DataController.php %%WWWDIR%%/application/controllers/IndexController.php -%%WWWDIR%%/application/controllers/MapdataController.php %%WWWDIR%%/application/forms/Config/GeneralConfigForm.php %%WWWDIR%%/application/views/scripts/config/index.phtml %%WWWDIR%%/application/views/scripts/index/index.phtml %%WWWDIR%%/configuration.php +%%WWWDIR%%/library/Map/ProvidedHook/Monitoring/HostActions.php %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less %%WWWDIR%%/public/css/third-party/MarkerCluster.Default.css %%WWWDIR%%/public/css/third-party/MarkerCluster.css %%WWWDIR%%/public/css/third-party/leaflet.css %%WWWDIR%%/public/img/layers-2x.png %%WWWDIR%%/public/img/layers.png %%WWWDIR%%/public/img/marker-icon-blue.png %%WWWDIR%%/public/img/marker-icon-green.png %%WWWDIR%%/public/img/marker-icon-grey.png %%WWWDIR%%/public/img/marker-icon-orange.png %%WWWDIR%%/public/img/marker-icon-red.png %%WWWDIR%%/public/img/marker-icon-violet.png %%WWWDIR%%/public/img/marker-icon-yellow.png %%WWWDIR%%/public/img/marker-icon.png %%WWWDIR%%/public/img/marker-shadow.png -%%WWWDIR%%/public/js/icons.js %%WWWDIR%%/public/js/module.js %%WWWDIR%%/public/js/third-party/leaflet.js %%WWWDIR%%/public/js/third-party/leaflet.markercluster.js +%%WWWDIR%%/run.php %%WWWDIR%%/screenshots/clustered-map.png %%WWWDIR%%/screenshots/clustered-map2.png %%WWWDIR%%/screenshots/configuration-tab.png %%WWWDIR%%/screenshots/detailed-map.png -%%WWWDIR%%/screenshots/host-detail.png +%%WWWDIR%%/screenshots/host-action.png +%%WWWDIR%%/screenshots/host-details.png +%%WWWDIR%%/screenshots/tab-view.png