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

(-)./Makefile (-4 / +8 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_auth_cas
8
PORTNAME=	mod_auth_cas
9
PORTVERSION=	1.0.8
9
PORTVERSION=	1.0.9.1
10
PORTREVISION=	1
11
CATEGORIES=	www
10
CATEGORIES=	www
12
#MASTER_SITES=	https://www.ja-sig.org/svn/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.8/src/
11
MASTER_SITES=	https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.9.1/src/
13
# SVN tags only, *sigh*
12
# SVN tags only, *sigh*
14
DISTFILES=	mod_auth_cas.c mod_auth_cas.h
13
DISTFILES=	mod_auth_cas.c mod_auth_cas.h
15
DIST_SUBDIR=	mod_auth_cas
14
DIST_SUBDIR=	mod_auth_cas
Lines 18-30 Link Here
18
MAINTAINER=	apache@FreeBSD.org
17
MAINTAINER=	apache@FreeBSD.org
19
COMMENT=	Apache 2.x module that supports the CASv1 and CASv2 protocols
18
COMMENT=	Apache 2.x module that supports the CASv1 and CASv2 protocols
20
19
21
MAKE_JOBS_SAFE=	yes
20
LICENSE=	AL2
21
22
LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
22
23
24
MAKE_JOBS_SAFE=	yes
23
NO_WRKSUBDIR=	yes
25
NO_WRKSUBDIR=	yes
24
26
25
USE_APACHE=	20+
27
USE_APACHE=	20+
26
AP_FAST_BUILD=	yes
28
AP_FAST_BUILD=	yes
27
AP_GENPLIST=	yes
29
AP_GENPLIST=	yes
30
AP_LIB=		${LOCALBASE}/lib
31
AP_EXTRAS=	-l ssl -l curl
28
32
29
post-extract:
33
post-extract:
30
	${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.c ${WRKSRC}/mod_auth_cas.c
34
	${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_auth_cas.c ${WRKSRC}/mod_auth_cas.c
(-)./distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
SHA256 (mod_auth_cas/mod_auth_cas.c) = 0603d66013bac281067d67067a0400c00e036f63a1075ee8257afe049a70a683
1
SHA256 (mod_auth_cas/mod_auth_cas.c) = ddff1d54d2824842b6abacc882c6105a9d006964b7e3b367c1e77c8e5b0a92c1
2
SIZE (mod_auth_cas/mod_auth_cas.c) = 67710
2
SIZE (mod_auth_cas/mod_auth_cas.c) = 81903
3
SHA256 (mod_auth_cas/mod_auth_cas.h) = e0359ac88a290f9c8f9686b9d60ea61ec230f28146abf4ac6a3239feeadaad28
3
SHA256 (mod_auth_cas/mod_auth_cas.h) = 99518b262b1bc28c1d7d51e9e2cc8510b9c733b29b6d7af99fed145dcdc1af96
4
SIZE (mod_auth_cas/mod_auth_cas.h) = 7409
4
SIZE (mod_auth_cas/mod_auth_cas.h) = 7630

Return to bug 168710