svn commit: r493426 - head/www/ilias

Mathieu Arnold mat at FreeBSD.org
Wed Feb 20 16:16:15 UTC 2019


Author: mat
Date: Wed Feb 20 16:16:14 2019
New Revision: 493426
URL: https://svnweb.freebsd.org/changeset/ports/493426

Log:
  Fix typo in options helper

Modified:
  head/www/ilias/Makefile   (contents, props changed)

Modified: head/www/ilias/Makefile
==============================================================================
--- head/www/ilias/Makefile	Wed Feb 20 15:32:17 2019	(r493425)
+++ head/www/ilias/Makefile	Wed Feb 20 16:16:14 2019	(r493426)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ilias
 PORTVERSION=	5.3.13
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
@@ -36,7 +37,7 @@ SUB_LIST=	ILIASDATADIR=${ILIASDATADIR}
 
 OPTIONS_DEFINE=		SCORM2004 CHECKER MAIL
 SCORM2004_USE=		php=json
-CHERCKER_RUN_DEPENDS=	${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
+CHECKER_RUN_DEPENDS=	${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
 MAIL_RUN_DEPENDS=	${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
 
 EXTRA_FILES=	%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \


More information about the svn-ports-head mailing list