Date: Fri, 26 Feb 2021 19:43:40 +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: r566634 - head/net-mgmt/librenms Message-ID: <202102261943.11QJhe8J008568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102261943.11QJhe8J008568>