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:
parent
48a981de21
commit
59b8b49da7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306385
@ -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
|
||||
|
||||
|
1454
www/mod_auth_tkt/files/extra-patch-query-separator
Normal file
1454
www/mod_auth_tkt/files/extra-patch-query-separator
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user