svn commit: r505504 - head/www/otrs

Steve Wills swills at FreeBSD.org
Sun Jun 30 21:26:24 UTC 2019


Author: swills
Date: Sun Jun 30 21:26:23 2019
New Revision: 505504
URL: https://svnweb.freebsd.org/changeset/ports/505504

Log:
  www/otrs: add missing dependency
  
  PR:		238835
  Submitted by:	m.tsatsenko at gmail.com (maintainer)

Modified:
  head/www/otrs/Makefile   (contents, props changed)

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Sun Jun 30 21:24:45 2019	(r505503)
+++ head/www/otrs/Makefile	Sun Jun 30 21:26:23 2019	(r505504)
@@ -3,6 +3,7 @@
 
 PORTNAME=	otrs
 PORTVERSION=	6.0.19
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	m.tsatsenko at gmail.com
@@ -46,6 +47,7 @@ BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-
 		p5-Sisimai>=0:mail/p5-Sisimai \
 		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
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list