Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 08:05:40 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r489442 - branches/2019Q1/databases/mantis
Message-ID:  <201901060805.x0685eVM064275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan  6 08:05:40 2019
New Revision: 489442
URL: https://svnweb.freebsd.org/changeset/ports/489442

Log:
  MFH: r489441
  
  databases/mantis: Add missing run dependencies
  
  PR:		234597
  Submitted by:	dvl
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/databases/mantis/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/databases/mantis/Makefile
==============================================================================
--- branches/2019Q1/databases/mantis/Makefile	Sun Jan  6 08:04:45 2019	(r489441)
+++ branches/2019Q1/databases/mantis/Makefile	Sun Jan  6 08:05:40 2019	(r489442)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mantis
 PORTVERSION=	2.19.0
+PORTREVSION=	1
 PORTEPOCH=	1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/mantisbt/mantis-stable/${PORTVERSION}
@@ -17,7 +18,7 @@ LICENSE=	GPLv2
 
 USES=		php:flavors
 USE_GITHUB=	nodefault
-USE_PHP=	fileinfo filter hash pcre session xml
+USE_PHP=	fileinfo filter hash json mbstring pcre session xml
 
 NO_ARCH=	yes
 NO_BUILD=	yes



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