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

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Oct 23 22:29:38 UTC 2012


Author: rakuco
Date: Tue Oct 23 22:29:37 2012
New Revision: 306334
URL: http://svn.freebsd.org/changeset/ports/306334

Log:
  - Add php5-simplexml to the dependency list [1]
  - Trim the Makefile header
  
  PR:		ports/172588 [1]
  Submitted by:	Pakhom Golynga <pakhom706 at gmail.com> (maintainer) [1]
  Feature safe:	yes

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

Modified: head/net-mgmt/zabbix2-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-frontend/Makefile	Tue Oct 23 22:20:15 2012	(r306333)
+++ head/net-mgmt/zabbix2-frontend/Makefile	Tue Oct 23 22:29:37 2012	(r306334)
@@ -1,11 +1,8 @@
-# New ports collection makefile for:	zabbix-frontend
-# Date created:		2009-12-09
-# Whom:			Jim Riggs <ports at christianserving.org>
-#
+# Created by: Jim Riggs <ports at christianserving.org>
 # $FreeBSD$
-#
 
 PORTNAME=	zabbix2
+PORTREVISION=	1
 PKGNAMESUFFIX=	-frontend
 
 MASTERDIR=	${.CURDIR}/../zabbix2-server
@@ -15,7 +12,7 @@ PATCHDIR=
 PLIST=		${PKGDIR}/pkg-plist.frontend
 
 USE_PHP=	bcmath ctype gd pcre snmp sockets mbstring session dom xml \
-		xmlreader xmlwriter
+		xmlreader xmlwriter simplexml
 IGNORE_WITH_PHP=	4
 WANT_PHP_WEB=	yes
 


More information about the svn-ports-all mailing list