Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 00:25:55 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436031 - head/net-mgmt/observium
Message-ID:  <201703130025.v2D0PtkF039782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703130025.v2D0PtkF039782>