Update to 2.1.19.
This commit is contained in:
parent
d90d9ff178
commit
9f58530de8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136394
3 changed files with 4 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mod_auth_external
|
||||
PORTVERSION= 2.1.18
|
||||
PORTVERSION= 2.1.19
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.unixpapa.com/software/ \
|
||||
ftp://ftp.nuug.no/pub/anders/distfiles/
|
||||
|
@ -26,7 +26,7 @@ do-install:
|
|||
${APXS} -i -A -n auth_external ${WRKSRC}/mod_auth_external.so
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}/examples
|
||||
cd ${WRKSRC} && ${TAR} -chf - mysql pwauth radius sybase test \
|
||||
cd ${WRKSRC} && ${TAR} -chf - mysql radius sybase test \
|
||||
| ${TAR} -xf - -C ${DOCSDIR}/examples
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (mod_auth_external-2.1.18.tar.gz) = 42c725606c8553543e8074677f2c0783
|
||||
SIZE (mod_auth_external-2.1.18.tar.gz) = 63298
|
||||
MD5 (mod_auth_external-2.1.19.tar.gz) = 3964bfa66cee9565479992f01a323f15
|
||||
SIZE (mod_auth_external-2.1.19.tar.gz) = 51390
|
||||
|
|
|
@ -3,13 +3,6 @@ libexec/apache/mod_auth_external.so
|
|||
@unexec %D/sbin/apxs -e -A -n auth_external %D/%F
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/mysql/mysql-auth.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/mysql/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/unixgroup
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/pwauth.c
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/config.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/Makefile
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/pwauth/FORM_AUTH
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/radius/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/radius/md5-radius.c
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/radius/md5-radius.h
|
||||
|
@ -30,7 +23,6 @@ libexec/apache/mod_auth_external.so
|
|||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/mysql
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/pwauth
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/radius
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/sybase
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/test
|
||||
|
|
Loading…
Reference in a new issue