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

Dan Langille dvl at FreeBSD.org
Fri Feb 26 19:43:41 UTC 2021


Author: dvl
Date: Fri Feb 26 19:43:40 2021
New Revision: 566634
URL: https://svnweb.freebsd.org/changeset/ports/566634

Log:
  Revert my previous commit on this port. Enabling mod_php brings in Apache.

Modified:
  head/net-mgmt/librenms/Makefile

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Fri Feb 26 19:31:58 2021	(r566633)
+++ head/net-mgmt/librenms/Makefile	Fri Feb 26 19:43:40 2021	(r566634)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librenms
 PORTVERSION=	1.70.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -14,7 +14,7 @@ COMMENT=	Autodiscovering PHP/MySQL/SNMP based network 
 
 LICENSE=	GPLv3
 
-USES=		shebangfix php:mod python
+USES=		shebangfix 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