diff --git a/net-mgmt/icingaweb2-module-vsphere/Makefile b/net-mgmt/icingaweb2-module-vsphere/Makefile index 4fe10712a61d..7537e9902f38 100644 --- a/net-mgmt/icingaweb2-module-vsphere/Makefile +++ b/net-mgmt/icingaweb2-module-vsphere/Makefile @@ -1,30 +1,30 @@ PORTNAME= icingaweb2-module-vsphere DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 4 +DISTVERSION= 1.1.1 +PORTREVISION= 0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= joneum@FreeBSD.org COMMENT= Automated import of your VMs and Physical Host from VMware Sphere RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \ icingaweb2-module-director${PHP_PKGNAMESUFFIX}>=1.6.2:net-mgmt/icingaweb2-module-director@${PHP_FLAVOR} USES= php:web,flavors USE_PHP= posix soap USE_GITHUB= yes GH_ACCOUNT= icinga 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 diff --git a/net-mgmt/icingaweb2-module-vsphere/distinfo b/net-mgmt/icingaweb2-module-vsphere/distinfo index bbab3d389271..c6eb1e56f215 100644 --- a/net-mgmt/icingaweb2-module-vsphere/distinfo +++ b/net-mgmt/icingaweb2-module-vsphere/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501178897 -SHA256 (icinga-icingaweb2-module-vsphere-v1.1.0_GH0.tar.gz) = 276a8f4c36412ff17ae370e0a912af7fe7df9c5aefef3beb2cbcf2c9fb60b051 -SIZE (icinga-icingaweb2-module-vsphere-v1.1.0_GH0.tar.gz) = 323449 +TIMESTAMP = 1631282925 +SHA256 (icinga-icingaweb2-module-vsphere-v1.1.1_GH0.tar.gz) = d8812d433a03d1e0fdaa1527cba8e16cdf59a85f7c303bc949d1c62254cb4e74 +SIZE (icinga-icingaweb2-module-vsphere-v1.1.1_GH0.tar.gz) = 329426 diff --git a/net-mgmt/icingaweb2-module-vsphere/pkg-plist b/net-mgmt/icingaweb2-module-vsphere/pkg-plist index 102584c9ae54..ddcc4cace97c 100644 --- a/net-mgmt/icingaweb2-module-vsphere/pkg-plist +++ b/net-mgmt/icingaweb2-module-vsphere/pkg-plist @@ -1,36 +1,37 @@ %%WWWDIR%%/.gitignore +%%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/application/clicommands/CommandBase.php %%WWWDIR%%/application/clicommands/FetchCommand.php %%WWWDIR%%/doc/01-Installation.md %%WWWDIR%%/doc/03-Import-Source.md %%WWWDIR%%/doc/04-CLI-Commands.md %%WWWDIR%%/doc/81-Contributing.md %%WWWDIR%%/doc/84-Changelog.md %%WWWDIR%%/doc/screenshot/00_preview/000_preview-vmware-vsphere-center-configuration-for-icinga-director.png %%WWWDIR%%/doc/screenshot/01_installation/001_enable-module.png %%WWWDIR%%/doc/screenshot/03_import-source/031_dashboard.png %%WWWDIR%%/doc/screenshot/03_import-source/032_create-new.png %%WWWDIR%%/doc/screenshot/03_import-source/033_choose-name.png %%WWWDIR%%/doc/screenshot/03_import-source/034_choose-type.png %%WWWDIR%%/doc/screenshot/03_import-source/035_configure-connection.png %%WWWDIR%%/doc/screenshot/03_import-source/036_vsphere-import-preview.png %%WWWDIR%%/library/Vsphere/Api.php %%WWWDIR%%/library/Vsphere/CurlLoader.php %%WWWDIR%%/library/Vsphere/IdLookup.php %%WWWDIR%%/library/Vsphere/ManagedObject/ClusterComputeResource.php %%WWWDIR%%/library/Vsphere/ManagedObject/Datacenter.php %%WWWDIR%%/library/Vsphere/ManagedObject/Datastore.php %%WWWDIR%%/library/Vsphere/ManagedObject/DatastoreHostMount.php %%WWWDIR%%/library/Vsphere/ManagedObject/Folder.php %%WWWDIR%%/library/Vsphere/ManagedObject/FullTraversal.php %%WWWDIR%%/library/Vsphere/ManagedObject/HostMountInfo.php %%WWWDIR%%/library/Vsphere/ManagedObject/HostSystem.php %%WWWDIR%%/library/Vsphere/ManagedObject/ManagedObject.php %%WWWDIR%%/library/Vsphere/ManagedObject/TraversalHelper.php %%WWWDIR%%/library/Vsphere/ManagedObject/VirtualMachine.php %%WWWDIR%%/library/Vsphere/ProvidedHook/Director/ImportSource.php %%WWWDIR%%/library/Vsphere/SoapClient.php %%WWWDIR%%/library/Vsphere/Util.php %%WWWDIR%%/module.info %%WWWDIR%%/run.php