svn commit: r312258 - head/net-mgmt/zabbix2-frontend

Martin Wilke miwi at FreeBSD.org
Fri Feb 15 02:03:51 UTC 2013


Author: miwi
Date: Fri Feb 15 02:03:51 2013
New Revision: 312258
URL: http://svnweb.freebsd.org/changeset/ports/312258

Log:
  - Ad missing dependency
  - Bump PORTREVISION
  
  PR:		176139
  Submitted by:	maintainer

Modified:
  head/net-mgmt/zabbix2-frontend/Makefile

Modified: head/net-mgmt/zabbix2-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-frontend/Makefile	Fri Feb 15 02:02:57 2013	(r312257)
+++ head/net-mgmt/zabbix2-frontend/Makefile	Fri Feb 15 02:03:51 2013	(r312258)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zabbix2
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-frontend
 
 MASTERDIR=	${.CURDIR}/../zabbix2-server
@@ -12,7 +12,7 @@ PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
 USE_PHP=	bcmath ctype gd pcre snmp sockets mbstring session dom xml \
-		xmlreader xmlwriter simplexml
+		xmlreader xmlwriter simplexml gettext
 IGNORE_WITH_PHP=	4
 WANT_PHP_WEB=	yes
 


More information about the svn-ports-head mailing list