svn commit: r436031 - head/net-mgmt/observium

Mark Felder feld at FreeBSD.org
Mon Mar 13 00:25:56 UTC 2017


Author: feld
Date: Mon Mar 13 00:25:55 2017
New Revision: 436031
URL: https://svnweb.freebsd.org/changeset/ports/436031

Log:
  net-mgmt/observium: mysql php extension not needed
  
  MFH:		2017Q1

Modified:
  head/net-mgmt/observium/Makefile

Modified: head/net-mgmt/observium/Makefile
==============================================================================
--- head/net-mgmt/observium/Makefile	Sun Mar 12 21:49:19 2017	(r436030)
+++ head/net-mgmt/observium/Makefile	Mon Mar 13 00:25:55 2017	(r436031)
@@ -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