Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 12:53:47 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501870 - head/net-mgmt/icingaweb2-module-pdfexport
Message-ID:  <201905171253.x4HCrltq026874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905171253.x4HCrltq026874>