Index: head/net-mgmt/icingaweb2-module-map/Makefile =================================================================== --- head/net-mgmt/icingaweb2-module-map/Makefile (revision 447478) +++ head/net-mgmt/icingaweb2-module-map/Makefile (revision 447479) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= icingaweb2-module-map DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org COMMENT= Display hosts on OpenStreetMap LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 USE_GITHUB= yes GH_ACCOUNT= nbuchwitz 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 447478) +++ head/net-mgmt/icingaweb2-module-map/distinfo (revision 447479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501967560 -SHA256 (nbuchwitz-icingaweb2-module-map-v1.0.0_GH0.tar.gz) = 5003d4ff31dfc5252cf7e7f85feb99c7ee5c8e91196f3594e64a403da6169fb8 -SIZE (nbuchwitz-icingaweb2-module-map-v1.0.0_GH0.tar.gz) = 1547054 +TIMESTAMP = 1502042784 +SHA256 (nbuchwitz-icingaweb2-module-map-v1.0.1_GH0.tar.gz) = 58b738cacd5d691f0c349aa1f69e183446a0ed89e20d640b2bafe3b207b9e73a +SIZE (nbuchwitz-icingaweb2-module-map-v1.0.1_GH0.tar.gz) = 1550863 Index: head/net-mgmt/icingaweb2-module-map/pkg-plist =================================================================== --- head/net-mgmt/icingaweb2-module-map/pkg-plist (revision 447478) +++ head/net-mgmt/icingaweb2-module-map/pkg-plist (revision 447479) @@ -1,38 +1,41 @@ %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/application/controllers/ConfigController.php %%WWWDIR%%/application/controllers/DataController.php %%WWWDIR%%/application/controllers/IndexController.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/L.Control.Locate.min.css %%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/module.js +%%WWWDIR%%/public/js/third-party/L.Control.Locate.min.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/dashboard.png %%WWWDIR%%/screenshots/detailed-map.png %%WWWDIR%%/screenshots/host-action.png %%WWWDIR%%/screenshots/host-details.png %%WWWDIR%%/screenshots/tab-view.png