summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-01-27 23:40:58 +0000
committeranders <anders@FreeBSD.org>2002-01-27 23:40:58 +0000
commiteb981e46b4048d7fd2659a42ec5ed0ec4cc6535d (patch)
tree231706d5864733880c3ce14cc96dad7a2566aab7 /www
parentf3e4d475de92ac1e57111ca11e26aa890dc3da2b (diff)
downloadFreeBSD-ports-eb981e46b4048d7fd2659a42ec5ed0ec4cc6535d.zip
FreeBSD-ports-eb981e46b4048d7fd2659a42ec5ed0ec4cc6535d.tar.gz
Update to version 2.1.15.
This adds a Perl DBI/DBD (My)SQL authenticator example by me.
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_external/Makefile4
-rw-r--r--www/mod_auth_external/distinfo2
-rw-r--r--www/mod_auth_external/pkg-plist3
3 files changed, 6 insertions, 3 deletions
diff --git a/www/mod_auth_external/Makefile b/www/mod_auth_external/Makefile
index 7ea8400..459e4f0 100644
--- a/www/mod_auth_external/Makefile
+++ b/www/mod_auth_external/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_auth_external
-PORTVERSION= 2.1.14
+PORTVERSION= 2.1.15
CATEGORIES= www
MASTER_SITES= http://www.wwnet.net/~janc/software/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -28,7 +28,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 ${DOCDIR}/examples
- cd ${WRKSRC} && ${TAR} -chf - pwauth radius sybase test \
+ cd ${WRKSRC} && ${TAR} -chf - mysql pwauth radius sybase test \
| ${TAR} -xf - -C ${DOCDIR}/examples
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/
diff --git a/www/mod_auth_external/distinfo b/www/mod_auth_external/distinfo
index 922f3d9..bc5d5bd 100644
--- a/www/mod_auth_external/distinfo
+++ b/www/mod_auth_external/distinfo
@@ -1 +1 @@
-MD5 (mod_auth_external-2.1.14.tar.gz) = ee0d23878ca40bbe85ae6b71297aa6f0
+MD5 (mod_auth_external-2.1.15.tar.gz) = c03db4042380ed2baa18ddf8e0e2d62c
diff --git a/www/mod_auth_external/pkg-plist b/www/mod_auth_external/pkg-plist
index 6a2d73b..a4e9caa 100644
--- a/www/mod_auth_external/pkg-plist
+++ b/www/mod_auth_external/pkg-plist
@@ -1,6 +1,8 @@
libexec/apache/mod_auth_external.so
@exec %D/sbin/apxs -e -A -n auth_external %D/%F
@unexec %D/sbin/apxs -e -A -n auth_external %D/%F
+%%PORTDOCS%%share/doc/mod_auth_external/examples/mysql/mysql-auth.pl
+%%PORTDOCS%%share/doc/mod_auth_external/examples/mysql/README
%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/unixgroup
%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/pwauth.c
%%PORTDOCS%%share/doc/mod_auth_external/examples/pwauth/config.h
@@ -27,6 +29,7 @@ libexec/apache/mod_auth_external.so
%%PORTDOCS%%share/doc/mod_auth_external/INSTALL
%%PORTDOCS%%share/doc/mod_auth_external/README
%%PORTDOCS%%share/doc/mod_auth_external/TODO
+%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/mysql
%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/pwauth
%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/radius
%%PORTDOCS%%@dirrm share/doc/mod_auth_external/examples/sybase
OpenPOWER on IntegriCloud