Index: head/www/ilias/Makefile =================================================================== --- head/www/ilias/Makefile (revision 473013) +++ head/www/ilias/Makefile (revision 473014) @@ -1,68 +1,72 @@ # Created by: Bartlomiej Rutkowski # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.3.5 +PORTVERSION= 5.3.6 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= wen@FreeBSD.org COMMENT= Powerful, dynamic, PHP and MySQL based e-learning platform LICENSE= GPLv2 RUN_DEPENDS= convert:graphics/ImageMagick \ zip:archivers/zip \ ${UNZIP_CMD}:archivers/unzip \ ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/Auth/Auth.php:security/pear-Auth@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR} LIB_DEPENDS= libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= ILIAS-eLearning GH_PROJECT= ILIAS USES= cpe jpeg php NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message USE_PHP= pdo_mysql session zlib gd pdf dom xsl pcre simplexml ILIASDIR= www/ilias ILIASDATADIR= www/iliasdata PLIST_SUB= ILIASDATADIR=${ILIASDATADIR} SUB_FILES= pkg-message SUB_LIST= ILIASDATADIR=${ILIASDATADIR} OPTIONS_DEFINE= SCORM2004 Checker Mail SCORM2004_USE= php=json 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 \ %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/express \ %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/mocha \ %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/uuid \ %%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/jade \ %%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/mkdirp \ %%WWWDIR%%/Modules/Chatroom/chat/node_modules/mocha/node_modules/.bin/supports-color \ - %%WWWDIR%%/Modules/Chatroom/chat/node_modules/supertest/node_modules/superagent/node_modules/.bin/mime + %%WWWDIR%%/Modules/Chatroom/chat/node_modules/supertest/node_modules/superagent/node_modules/.bin/mime \ + %%WWWDIR%%/libs/composer/vendor/bin/export-plural-rules \ + %%WWWDIR%%/libs/composer/vendor/bin/export-plural-rules.php \ + %%WWWDIR%%/libs/composer/vendor/simplesamlphp/simplesamlphp/locales/no + pre-install: @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} @${ECHO_CMD} "@mode 755" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${ILIASDIR}?g" >> ${PLIST} .for i in ${EXTRA_FILES} @${ECHO_CMD} ${i} >> ${PLIST} .endfor @${ECHO} @dir ${ILIASDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} @${ECHO_CMD} "@group" >> ${PLIST} @${ECHO_CMD} "@owner" >> ${PLIST} do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} @${INSTALL} -d ${STAGEDIR}${PREFIX}/${ILIASDATADIR} .include Index: head/www/ilias/distinfo =================================================================== --- head/www/ilias/distinfo (revision 473013) +++ head/www/ilias/distinfo (revision 473014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526371343 -SHA256 (ILIAS-eLearning-ILIAS-v5.3.5_GH0.tar.gz) = 0a82a63016d82b27eaeee92c42e07ec08367dced60c851464c62fd7539df146f -SIZE (ILIAS-eLearning-ILIAS-v5.3.5_GH0.tar.gz) = 176842958 +TIMESTAMP = 1529657093 +SHA256 (ILIAS-eLearning-ILIAS-v5.3.6_GH0.tar.gz) = 5071c0f7ff3bc7fcd70941eae87ab27fd117ff5ae115deeb3ead0b7562a9d508 +SIZE (ILIAS-eLearning-ILIAS-v5.3.6_GH0.tar.gz) = 177770644 Index: head/www/ilias/files/pkg-message.in =================================================================== --- head/www/ilias/files/pkg-message.in (revision 473013) +++ head/www/ilias/files/pkg-message.in (revision 473014) @@ -1,45 +1,33 @@ ============================================= 1 Congratulations! You have successfully installed ILIAS e-learning platform. Please keep in mind that heavily used ILIAS installation can cause huge growth of your log file, so remember to disable notices logging in your PHP installation. 2 Also, this installation process has installed everything that is needed for ILIAS to run properly with basic functionality, but to broaden it you will have to install third party software like Sun Java, HTMLdoc, LaTeX or some virus scanner by yourself. 3 Add the following to your Apache configuration file httpd.conf, and restart the server: - For Apache versions earlier than 2.4: - - Alias /ilias %%WWWDIR%%/ - AcceptPathInfo On - - AllowOverride None - Order Allow,Deny - Allow from all - - - For Apache version 2.4.x or above: - Alias /ilias %%WWWDIR%%/ AcceptPathInfo On AllowOverride None Require all granted 4 Then feel free to proceed to ILIAS web setup proccess. When input Ilias data directory, please use %%PREFIX%%/%%ILIASDATADIR%% and uncheck the create option. 5 After the installation, you can login into the system with username/root and password/homer as the administrator. For more information, see the INSTALL DOCUMENTATION: http://www.ilias.de/docu/goto.php?target=lm_367&client_id=docu =============================================