Date: Fri, 19 Feb 2016 08:18:09 +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: r409158 - head/www/otrs Message-ID: <201602190818.u1J8I9Sn006625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Feb 19 08:18:08 2016 New Revision: 409158 URL: https://svnweb.freebsd.org/changeset/ports/409158 Log: - Add missing dependency PR: 205867 Submitted by: akuz84@gmail.com Approved by: maintainer Modified: head/www/otrs/Makefile Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Fri Feb 19 08:06:02 2016 (r409157) +++ head/www/otrs/Makefile Fri Feb 19 08:18:08 2016 (r409158) @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -44,7 +45,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Schedule-Cron-Events>=1.94:${PORTSDIR}/sysutils/p5-Schedule-Cron-Events RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -72,6 +74,7 @@ GROUPS= ${USERS} www SUB_FILES= pkg-message SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN} PKGMESSAGE= ${WRKDIR}/pkg-message +NO_ARCH= YES ROOT_DIRS_LIST= Kernel bin scripts BIN_DIRS_LIST= "" cgi-bin fcgi-bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602190818.u1J8I9Sn006625>