Date: Wed, 20 Feb 2019 16:16:14 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493426 - head/www/ilias Message-ID: <201902201616.x1KGGEji008746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902201616.x1KGGEji008746>