1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add option to use TKTAuthQuerySeparator directive.

Obtained from:	https://github.com/gavincarr/mod_auth_tkt
Feature safe: yes
This commit is contained in:
Jun Kuriyama 2012-10-25 15:15:52 +00:00
parent 48a981de21
commit 59b8b49da7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306385
2 changed files with 1467 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= mod_auth_tkt
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.openfusion.com.au/labs/dist/mod_auth_tkt/
@ -13,12 +14,24 @@ COMMENT= Lightweight single-sign-on authentication module for apache
USE_APACHE= 22
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PATCH_STRIP= -p1
AP_FAST_BUILD= yes
SRC_FILE= ${PORTNAME}.c sha2.c
AP_EXTRAS= -DAPACHE22
MAN3= mod_auth_tkt.3
OPTIONS_DEFINE= QUERY_SEP
QUERY_SEP_DESC= Experimental TKTAuthQuerySeparator directive
OPTIONS_DEFAULT=QUERY_SEP
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQUERY_SEP}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-query-separator
.endif
post-patch:
${REINPLACE_CMD} -e 's|.usr/share/man|${PREFIX}/man|' ${WRKSRC}/../Makedefs

File diff suppressed because it is too large Load Diff