svn commit: r409158 - head/www/otrs

Wen Heping wen at FreeBSD.org
Fri Feb 19 08:18:10 UTC 2016


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 at 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


More information about the svn-ports-all mailing list