svn commit: r501870 - head/net-mgmt/icingaweb2-module-pdfexport
Lars Engels
lme at FreeBSD.org
Fri May 17 12:53:48 UTC 2019
Author: lme
Date: Fri May 17 12:53:47 2019
New Revision: 501870
URL: https://svnweb.freebsd.org/changeset/ports/501870
Log:
net-mgmt/icingaweb2-module-pdfexport:
Add a runtime dependancy on www/chromium that was commented out before.
Don't bump PORTREVISION as the port was added just minutes before.
Modified:
head/net-mgmt/icingaweb2-module-pdfexport/Makefile
Modified: head/net-mgmt/icingaweb2-module-pdfexport/Makefile
==============================================================================
--- head/net-mgmt/icingaweb2-module-pdfexport/Makefile Fri May 17 12:50:41 2019 (r501869)
+++ head/net-mgmt/icingaweb2-module-pdfexport/Makefile Fri May 17 12:53:47 2019 (r501870)
@@ -11,10 +11,8 @@ COMMENT= Icinga PDF Export
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-#RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 \
-# chromium>0:www/chromium
-RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
-# chromium>0:www/chromium
+RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 \
+ chromium>0:www/chromium
USE_GITHUB= yes
GH_ACCOUNT= icinga
More information about the svn-ports-all
mailing list