View | Details | Raw Unified | Return to bug 127151
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/www/ilias/Makefile,v 1.7 2008/09/03 03:37:20 linimon Exp $
5
# $FreeBSD: ports/www/ilias/Makefile,v 1.7 2008/09/03 03:37:20 linimon Exp $
6
6
7
PORTNAME=	ilias
7
PORTNAME=	ilias
8
PORTVERSION=	3.9.5
8
PORTVERSION=	3.9.6
9
CATEGORIES=	www
9
CATEGORIES=	www
10
MASTER_SITES=	SF
10
MASTER_SITES=	SF
11
11
Lines 47-53 Link Here
47
.endif
47
.endif
48
48
49
.if defined(WITH_Checker)
49
.if defined(WITH_Checker)
50
RUN_DEPENDS+=	 ${LOCALBASE}/share/pear/HTTP_Request.php:${PORTSDIR}/www/pear-HTTP_Request
50
RUN_DEPENDS+=	 ${LOCALBASE}/share/pear/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
51
.endif
51
.endif
52
52
53
.if defined(WITH_Mail)
53
.if defined(WITH_Mail)
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ilias-3.9.5.tar.gz) = e20a089fd856f57268f633cfd046c3c4
1
MD5 (ilias-3.9.6.tar.gz) = 6e8ef3a3b601cfb19d35a872dda69e25
2
SHA256 (ilias-3.9.5.tar.gz) = 237b7bb4518427c988a08fbefd8f743f42d5592729b2a58fc5d8e54a6358c0cb
2
SHA256 (ilias-3.9.6.tar.gz) = cf27a318cea92d74dbe3fca5bde85c807e97c919a7559cb801e101652ee41873
3
SIZE (ilias-3.9.5.tar.gz) = 46916236
3
SIZE (ilias-3.9.6.tar.gz) = 46919909
(-)pkg-plist (+1 lines)
Lines 1079-1084 Link Here
1079
%%WWWDIR%%/Services/AuthShibboleth/README.SHIBBOLETH.txt
1079
%%WWWDIR%%/Services/AuthShibboleth/README.SHIBBOLETH.txt
1080
%%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibboleth.php
1080
%%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibboleth.php
1081
%%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibbolethWAYF.php
1081
%%WWWDIR%%/Services/AuthShibboleth/classes/class.ilShibbolethWAYF.php
1082
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthDB.php
1082
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthInactive.php
1083
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthInactive.php
1083
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthModeDetermination.php
1084
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthModeDetermination.php
1084
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthMultiple.php
1085
%%WWWDIR%%/Services/Authentication/classes/class.ilAuthMultiple.php

Return to bug 127151