Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2021 23:17:15 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566568 - head/net-mgmt/librenms
Message-ID:  <202102252317.11PNHFGe049765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Thu Feb 25 23:17:15 2021
New Revision: 566568
URL: https://svnweb.freebsd.org/changeset/ports/566568

Log:
  add MOD_PHP to the requirements

Modified:
  head/net-mgmt/librenms/Makefile

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Thu Feb 25 22:37:33 2021	(r566567)
+++ head/net-mgmt/librenms/Makefile	Thu Feb 25 23:17:15 2021	(r566568)
@@ -3,6 +3,7 @@
 
 PORTNAME=	librenms
 PORTVERSION=	1.70.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -13,7 +14,7 @@ COMMENT=	Autodiscovering PHP/MySQL/SNMP based network 
 
 LICENSE=	GPLv3
 
-USES=		shebangfix python
+USES=		shebangfix php:mod python
 
 # RELEASE_TIMESTAMP is used for a patch inside the vendor code
 # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01



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