Index: head/net-mgmt/icingaweb2-module-map/Makefile =================================================================== --- head/net-mgmt/icingaweb2-module-map/Makefile (revision 447123) +++ head/net-mgmt/icingaweb2-module-map/Makefile (revision 447124) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= icingaweb2-module-map PORTVERSION= 0.0.1.20170728 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 -GH_TAGNAME= db8cb8f +GH_TAGNAME= 68fad2b 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 447123) +++ head/net-mgmt/icingaweb2-module-map/distinfo (revision 447124) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1501691389 +SHA256 (nbuchwitz-icingaweb2-module-map-0.0.1.20170728-68fad2b_GH0.tar.gz) = 3f61b176d39312af9de8db6c35ce3db8ccc89382342201de0c0f56250be257ce +SIZE (nbuchwitz-icingaweb2-module-map-0.0.1.20170728-68fad2b_GH0.tar.gz) = 1308331 Index: head/net-mgmt/icingaweb2-module-map/pkg-plist =================================================================== --- head/net-mgmt/icingaweb2-module-map/pkg-plist (revision 447123) +++ head/net-mgmt/icingaweb2-module-map/pkg-plist (revision 447124) @@ -1,36 +1,38 @@ +%%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/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/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-action.png %%WWWDIR%%/screenshots/host-details.png %%WWWDIR%%/screenshots/tab-view.png