Index: head/net-mgmt/icingaweb2-module-vsphere/Makefile =================================================================== --- head/net-mgmt/icingaweb2-module-vsphere/Makefile (revision 502858) +++ head/net-mgmt/icingaweb2-module-vsphere/Makefile (revision 502859) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= icingaweb2-module-vsphere DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org COMMENT= Automated import of your VMs and Physical Host from VMware Sphere RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 \ ${LOCALBASE}/www/icingaweb2/modules/director/run.php:net-mgmt/icingaweb2-module-director USE_GITHUB= yes GH_ACCOUNT= icinga -USES_PHP= posix soap +USE_PHP= posix soap 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