diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-06-22 03:15:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-06-22 03:15:06 +0000 |
commit | b9bcd221e887b842c02d01a22a4fc312e7d640e0 (patch) | |
tree | 53d332148db62a4c192c3c23524c8f4e4357a124 /www/ilias | |
parent | - Update to 1.1.0 (diff) |
- Update to 5.3.6
- Remove the message about apache22 from pkg-message
Notes
Notes:
svn path=/head/; revision=473014
Diffstat (limited to 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 8 | ||||
-rw-r--r-- | www/ilias/distinfo | 6 | ||||
-rw-r--r-- | www/ilias/files/pkg-message.in | 12 |
3 files changed, 9 insertions, 17 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index c9a7d8560cbb..4ed1ceb10000 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.3.5 +PORTVERSION= 5.3.6 DISTVERSIONPREFIX= v CATEGORIES= www @@ -47,7 +47,11 @@ EXTRA_FILES= %%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \ %%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} diff --git a/www/ilias/distinfo b/www/ilias/distinfo index 9ad117151f80..29b4edadc3b7 100644 --- a/www/ilias/distinfo +++ b/www/ilias/distinfo @@ -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 diff --git a/www/ilias/files/pkg-message.in b/www/ilias/files/pkg-message.in index 1f8d85ecf809..ef20725f088b 100644 --- a/www/ilias/files/pkg-message.in +++ b/www/ilias/files/pkg-message.in @@ -14,18 +14,6 @@ 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 - <Directory %%WWWDIR%%> - AllowOverride None - Order Allow,Deny - Allow from all - </Directory> - - For Apache version 2.4.x or above: - Alias /ilias %%WWWDIR%%/ AcceptPathInfo On <Directory %%WWWDIR%%/> |