Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 15:02:55 +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: r379517 - in head/www/ilias: . files
Message-ID:  <201502211502.t1LF2tv3098928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Feb 21 15:02:54 2015
New Revision: 379517
URL: https://svnweb.freebsd.org/changeset/ports/379517
QAT: https://qat.redports.org/buildarchive/r379517/

Log:
  - Update to 5.0.0
  - Update pkg-message

Modified:
  head/www/ilias/Makefile
  head/www/ilias/distinfo
  head/www/ilias/files/pkg-message.in

Modified: head/www/ilias/Makefile
==============================================================================
--- head/www/ilias/Makefile	Sat Feb 21 14:21:25 2015	(r379516)
+++ head/www/ilias/Makefile	Sat Feb 21 15:02:54 2015	(r379517)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	ilias
-PORTVERSION=	4.4.7
+PORTVERSION=	5.0.0
 CATEGORIES=	www
-MASTER_SITES=	SF/${PORTNAME}/01.%20ILIAS%204.4/ILIAS%20${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/ILIAS%205.0/ILIAS%20${PORTVERSION}
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Powerful, dynamic, PHP and MySQL based e-learning platform
@@ -52,7 +52,7 @@ 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}
+	@${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${ILIASDIR}?g" >> ${PLIST}
 	@${FIND} -s -d ${WRKSRC} -type d  | ${SED} "s?${WRKSRC}?@dir ${ILIASDIR}?g" >> ${PLIST}
 	@${ECHO} @dir ${ILIASDATADIR} >> ${PLIST}
 	@${ECHO_CMD} "@mode" >> ${PLIST}

Modified: head/www/ilias/distinfo
==============================================================================
--- head/www/ilias/distinfo	Sat Feb 21 14:21:25 2015	(r379516)
+++ head/www/ilias/distinfo	Sat Feb 21 15:02:54 2015	(r379517)
@@ -1,2 +1,2 @@
-SHA256 (ilias-4.4.7.tar.gz) = a69b075539fd7e7f15ba0b7f9627b730500dc19c1851e977b707876681a7f525
-SIZE (ilias-4.4.7.tar.gz) = 123105691
+SHA256 (ilias-5.0.0.tar.gz) = 4f013cfdcdab028f97bb29fcd781b59fbdbbb1b66dcfd06149e97827b865126f
+SIZE (ilias-5.0.0.tar.gz) = 130023790

Modified: head/www/ilias/files/pkg-message.in
==============================================================================
--- head/www/ilias/files/pkg-message.in	Sat Feb 21 14:21:25 2015	(r379516)
+++ head/www/ilias/files/pkg-message.in	Sat Feb 21 15:02:54 2015	(r379517)
@@ -11,10 +11,11 @@ functionality, but to broaden it you wil
 third party software like Sun Java, HTMLdoc, LaTeX or
 some virus scanner by yourself.
 
-3 Add the following to your Apache configuration, and
-   restart the server:
+3 Add the following to your Apache configuration file
+   httpd.conf, and restart the server:
+
+   For Apache versions earlier than 2.4:
 
-  ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
    Alias /ilias %%WWWDIR%%/
    AcceptPathInfo On
    <Directory %%WWWDIR%%>
@@ -22,10 +23,14 @@ some virus scanner by yourself.
       Order Allow,Deny
       Allow from all
    </Directory>
-   <Directory %%PREFIX%%/%%ILIASDATADIR%%>
+
+   For Apache version 2.4.x or above:
+
+   Alias /ilias %%WWWDIR%%/
+   AcceptPathInfo On
+   <Directory %%WWWDIR%%/>
       AllowOverride None
-      Order Allow,Deny
-      Deny from all
+      Require all granted
    </Directory>
 
 4 Then feel free to proceed to ILIAS web setup proccess.
@@ -34,4 +39,7 @@ some virus scanner by yourself.
 
 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
 =============================================



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