mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 1467 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mod_auth_tkt
|
PORTNAME= mod_auth_tkt
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 2.1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||||
http://www.openfusion.com.au/labs/dist/mod_auth_tkt/
|
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
|
USE_APACHE= 22
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||||
|
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
PATCH_STRIP= -p1
|
||||||
AP_FAST_BUILD= yes
|
AP_FAST_BUILD= yes
|
||||||
SRC_FILE= ${PORTNAME}.c sha2.c
|
SRC_FILE= ${PORTNAME}.c sha2.c
|
||||||
AP_EXTRAS= -DAPACHE22
|
AP_EXTRAS= -DAPACHE22
|
||||||
|
|
||||||
MAN3= mod_auth_tkt.3
|
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:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|.usr/share/man|${PREFIX}/man|' ${WRKSRC}/../Makedefs
|
${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…
Add table
Reference in a new issue