From owner-svn-ports-branches@freebsd.org Sun Feb 21 12:16:03 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9257AB048C; Sun, 21 Feb 2016 12:16:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB2A918D4; Sun, 21 Feb 2016 12:16:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LCG2so022304; Sun, 21 Feb 2016 12:16:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LCG2m6022302; Sun, 21 Feb 2016 12:16:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602211216.u1LCG2m6022302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 21 Feb 2016 12:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409284 - branches/2016Q1/www/otrs X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 12:16:03 -0000 Author: rakuco Date: Sun Feb 21 12:16:02 2016 New Revision: 409284 URL: https://svnweb.freebsd.org/changeset/ports/409284 Log: MFH: r409158 - Add missing dependency PR: 205867 Submitted by: akuz84@gmail.com Approved by: maintainer Approved by: portmgr blanket approval Overlooked by: wen Modified: branches/2016Q1/www/otrs/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/otrs/Makefile ============================================================================== --- branches/2016Q1/www/otrs/Makefile Sun Feb 21 11:41:40 2016 (r409283) +++ branches/2016Q1/www/otrs/Makefile Sun Feb 21 12:16:02 2016 (r409284) @@ -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