Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 21:34:42 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541365 - head/www/otrs
Message-ID:  <202007062134.066LYgQ6073340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Mon Jul  6 21:34:42 2020
New Revision: 541365
URL: https://svnweb.freebsd.org/changeset/ports/541365

Log:
  Add missing p5-Locale-Codes dependency.
  
  PR:		244023
  Submitted by:	O. Hartmann <ohartmann@walstatt.org>
  Patch by:	m.tsatsenko@gmail.com (maintainer)

Modified:
  head/www/otrs/Makefile

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Mon Jul  6 20:14:21 2020	(r541364)
+++ head/www/otrs/Makefile	Mon Jul  6 21:34:42 2020	(r541365)
@@ -4,7 +4,7 @@
 PORTNAME=	otrs
 DISTVERSIONPREFIX=	rel-
 DISTVERSION=	6_0_25
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	m.tsatsenko@gmail.com
@@ -49,7 +49,8 @@ BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-
 		p5-XML-Parser>=0:textproc/p5-XML-Parser \
 		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-XML-LibXSLT>=0:textproc/p5-XML-LibXSLT \
+		p5-Locale-Codes>=0:misc/p5-Locale-Codes
 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?202007062134.066LYgQ6073340>