svn commit: r566568 - head/net-mgmt/librenms

Dan Langille dvl at FreeBSD.org
Thu Feb 25 23:17:15 UTC 2021


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


More information about the svn-ports-all mailing list