svn commit: r436032 - branches/2017Q1/net-mgmt/observium

Mark Felder feld at FreeBSD.org
Mon Mar 13 00:26:36 UTC 2017


Author: feld
Date: Mon Mar 13 00:26:35 2017
New Revision: 436032
URL: https://svnweb.freebsd.org/changeset/ports/436032

Log:
  MFH: r436031
  
  net-mgmt/observium: mysql php extension not needed
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q1/net-mgmt/observium/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/net-mgmt/observium/Makefile
==============================================================================
--- branches/2017Q1/net-mgmt/observium/Makefile	Mon Mar 13 00:25:55 2017	(r436031)
+++ branches/2017Q1/net-mgmt/observium/Makefile	Mon Mar 13 00:26:35 2017	(r436032)
@@ -3,7 +3,7 @@
 
 PORTNAME=	observium
 PORTVERSION=	0.16.10.8128
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.observium.org/
 DISTNAME=	${PORTNAME}-community-latest
@@ -54,7 +54,7 @@ SHEBANG_FILES=	mibs/process.pl \
 	scripts/rrdtoolx.py \
 	poller-wrapper.py
 
-USE_PHP=	ctype filter gd iconv json mcrypt mysql mysqli openssl posix session snmp tokenizer xml zlib
+USE_PHP=	ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib
 IGNORE_WITH_PHP=	71
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list