Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 12:16:02 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r409284 - branches/2016Q1/www/otrs
Message-ID:  <201602211216.u1LCG2m6022302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602211216.u1LCG2m6022302>