Date: Sun, 30 Jun 2019 21:26:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505504 - head/www/otrs Message-ID: <201906302126.x5ULQNBf052242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906302126.x5ULQNBf052242>