Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 01:51:29 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537031 - in head/www: . ilias ilias6 ilias6/files
Message-ID:  <202005300151.04U1pTXC037098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat May 30 01:51:29 2020
New Revision: 537031
URL: https://svnweb.freebsd.org/changeset/ports/537031

Log:
  - Repocopy www/ilias --> www/ilias6 and update to 6.0
  - Add CONFLICTS
  - Update pkg-message

Added:
  head/www/ilias6/
     - copied from r536972, head/www/ilias/
Modified:
  head/www/Makefile
  head/www/ilias/Makefile
  head/www/ilias6/Makefile
  head/www/ilias6/distinfo
  head/www/ilias6/files/pkg-message.in

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May 30 01:06:30 2020	(r537030)
+++ head/www/Makefile	Sat May 30 01:51:29 2020	(r537031)
@@ -256,6 +256,7 @@
     SUBDIR += igal2
     SUBDIR += ikiwiki
     SUBDIR += ilias
+    SUBDIR += ilias6
     SUBDIR += interchange
     SUBDIR += iridium
     SUBDIR += itop

Modified: head/www/ilias/Makefile
==============================================================================
--- head/www/ilias/Makefile	Sat May 30 01:06:30 2020	(r537030)
+++ head/www/ilias/Makefile	Sat May 30 01:51:29 2020	(r537031)
@@ -11,6 +11,8 @@ COMMENT=	Powerful, dynamic, PHP and MySQL based e-lear
 
 LICENSE=	GPLv2
 
+CONFLICTS=	ilias6-[0-9]*
+
 RUN_DEPENDS=	convert:graphics/ImageMagick6 \
 		zip:archivers/zip \
 		${UNZIP_CMD}:archivers/unzip \

Modified: head/www/ilias6/Makefile
==============================================================================
--- head/www/ilias/Makefile	Fri May 29 13:33:14 2020	(r536972)
+++ head/www/ilias6/Makefile	Sat May 30 01:51:29 2020	(r537031)
@@ -2,16 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	ilias
-PORTVERSION=	5.4.11
+PORTVERSION=	6.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
+PKGNAMESUFFIX=	6${PHP_PKGNAMESUFFIX}
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Powerful, dynamic, PHP and MySQL based e-learning platform
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	convert:graphics/ImageMagick6 \
+CONFLICTS=	ilias-5.4.[0-9]*
+
+RUN_DEPENDS=	composer:devel/php-composer \
+		convert:graphics/ImageMagick6 \
 		zip:archivers/zip \
 		${UNZIP_CMD}:archivers/unzip \
 		${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} \
@@ -27,7 +31,8 @@ GH_PROJECT=	ILIAS
 USES=		cpe jpeg php
 NO_BUILD=	yes
 PLIST=		${WRKDIR}/plist
-USE_PHP=	pdo_mysql session zlib gd pdf dom xsl pcre simplexml
+USE_PHP=	curl ldap pdo_mysql gd pdf dom pcre session simplexml \
+		soap xmlrpc xmlwriter xsl zlib
 ILIASDIR=	www/ilias
 ILIASDATADIR=	www/iliasdata
 PLIST_SUB=	ILIASDATADIR=${ILIASDATADIR}
@@ -39,12 +44,7 @@ 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%%/libs/composer/vendor/bin/generate_vcards \
-		%%WWWDIR%%/libs/composer/vendor/bin/naturalselection \
-		%%WWWDIR%%/libs/composer/vendor/bin/sabredav \
-		%%WWWDIR%%/libs/composer/vendor/bin/vobject \
-		%%WWWDIR%%/libs/composer/vendor/simplesamlphp/simplesamlphp/locales/no \
-		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \
+EXTRA_FILES=	%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \
 		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/esparse \
 		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/esvalidate \
 		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/flat \

Modified: head/www/ilias6/distinfo
==============================================================================
--- head/www/ilias/distinfo	Fri May 29 13:33:14 2020	(r536972)
+++ head/www/ilias6/distinfo	Sat May 30 01:51:29 2020	(r537031)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590631277
-SHA256 (ILIAS-eLearning-ILIAS-v5.4.11_GH0.tar.gz) = b20950544524d4743b5ef27aeb7482d8bee0e9feadc0e9d37b9ec30133e229cc
-SIZE (ILIAS-eLearning-ILIAS-v5.4.11_GH0.tar.gz) = 188033666
+TIMESTAMP = 1590766801
+SHA256 (ILIAS-eLearning-ILIAS-v6.0_GH0.tar.gz) = bfc1ce773b2b2e9d27b69ce304d8e760107f81104044eb22274327773a172d80
+SIZE (ILIAS-eLearning-ILIAS-v6.0_GH0.tar.gz) = 158528303

Modified: head/www/ilias6/files/pkg-message.in
==============================================================================
--- head/www/ilias/files/pkg-message.in	Fri May 29 13:33:14 2020	(r536972)
+++ head/www/ilias6/files/pkg-message.in	Sat May 30 01:51:29 2020	(r537031)
@@ -22,12 +22,17 @@ some virus scanner by yourself.
       Require all granted
    </Directory>
 
-4 Then feel free to proceed to ILIAS web setup proccess.
+4 If you use MySQL, Strict SQL Mode MUST be disabled.
+
+5 After installation, you should use 'composer install'
+in the directory %%WWWDIR%%/libs/composer.
+
+6 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.
+7 If all is OK, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005300151.04U1pTXC037098>