Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 06:20:35 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552797 - head/www/otrs
Message-ID:  <202010200620.09K6KZ2J037727@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Oct 20 06:20:35 2020
New Revision: 552797
URL: https://svnweb.freebsd.org/changeset/ports/552797

Log:
  - Add missing DEPENDS
  
  PR:		248575
  Submitted by:	work+freebsd@vvv.kiev.ua
  Approved by:	maintainer

Modified:
  head/www/otrs/Makefile

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Tue Oct 20 03:51:19 2020	(r552796)
+++ head/www/otrs/Makefile	Tue Oct 20 06:20:35 2020	(r552797)
@@ -4,6 +4,7 @@
 PORTNAME=	otrs
 DISTVERSIONPREFIX=	rel-
 DISTVERSION=	6_0_29
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	m.tsatsenko@gmail.com
@@ -49,7 +50,8 @@ BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-
 		p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
 		p5-XML-LibXML-Simple>=0:textproc/p5-XML-LibXML-Simple \
 		p5-XML-LibXSLT>=0:textproc/p5-XML-LibXSLT \
-		p5-Locale-Codes>=0:misc/p5-Locale-Codes
+		p5-Locale-Codes>=0:misc/p5-Locale-Codes \
+		p5-Math-Random-Secure>=0:math/p5-Math-Random-Secure
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		cpe shebangfix perl5 tar:bzip2



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