diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-06 21:12:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-06 21:12:36 +0000 |
commit | ccdd3405b5bb82124a75219417172dbc99dbd83c (patch) | |
tree | 1b0fd41e8e3c6aca679bfedca4a4de303eac8991 /www/ilias | |
parent | 80238161b960fcf88c5ad6588fcaf52633113477 (diff) | |
download | ports-ccdd3405b5bb82124a75219417172dbc99dbd83c.tar.gz ports-ccdd3405b5bb82124a75219417172dbc99dbd83c.zip |
Notes
Diffstat (limited to 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 4 | ||||
-rw-r--r-- | www/ilias/distinfo | 6 | ||||
-rw-r--r-- | www/ilias/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index f6933a7b8c4b..c88c77bf15b2 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 3.9.5 +PORTVERSION= 3.9.6 CATEGORIES= www MASTER_SITES= SF @@ -47,7 +47,7 @@ USE_PHP+= json .endif .if defined(WITH_Checker) -RUN_DEPENDS+= ${LOCALBASE}/share/pear/HTTP_Request.php:${PORTSDIR}/www/pear-HTTP_Request +RUN_DEPENDS+= ${LOCALBASE}/share/pear/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif .if defined(WITH_Mail) diff --git a/www/ilias/distinfo b/www/ilias/distinfo index 77a96f277adf..a4db9238564f 100644 --- a/www/ilias/distinfo +++ b/www/ilias/distinfo @@ -1,3 +1,3 @@ -MD5 (ilias-3.9.5.tar.gz) = e20a089fd856f57268f633cfd046c3c4 -SHA256 (ilias-3.9.5.tar.gz) = 237b7bb4518427c988a08fbefd8f743f42d5592729b2a58fc5d8e54a6358c0cb -SIZE (ilias-3.9.5.tar.gz) = 46916236 +MD5 (ilias-3.9.6.tar.gz) = 6e8ef3a3b601cfb19d35a872dda69e25 +SHA256 (ilias-3.9.6.tar.gz) = cf27a318cea92d74dbe3fca5bde85c807e97c919a7559cb801e101652ee41873 +SIZE (ilias-3.9.6.tar.gz) = 46919909 diff --git a/www/ilias/pkg-plist b/www/ilias/pkg-plist index ca6e839f7e43..00dcaef48bf2 100644 --- a/www/ilias/pkg-plist +++ b/www/ilias/pkg-plist @@ -1079,6 +1079,7 @@ %%WWWDIR%%/Services/AuthShibboleth/README.SHIBBOLETH.txt %%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibboleth.php %%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibbolethWAYF.php +%%WWWDIR%%/Services/Authentication/classes/class.ilAuthDB.php %%WWWDIR%%/Services/Authentication/classes/class.ilAuthInactive.php %%WWWDIR%%/Services/Authentication/classes/class.ilAuthModeDetermination.php %%WWWDIR%%/Services/Authentication/classes/class.ilAuthMultiple.php |