svn commit: r489442 - branches/2019Q1/databases/mantis

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 6 08:05:41 UTC 2019


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


More information about the svn-ports-all mailing list