1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 3.0.0.

PR:		ports/88795
Submitted by:	Ilya Pizik <polzun@scar.jinr.ru>
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Florent Thoumie 2005-11-26 14:08:51 +00:00
parent 7ad7a0fe27
commit 17a54193f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149573
3 changed files with 9 additions and 6 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= mod_auth_mysql
PORTVERSION= 2.9.0
PORTVERSION= 3.0.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_//g}
@ -27,12 +27,14 @@ AP_EXTRAS= -DAPACHE${AP_VER} -lmysqlclient -lz -lm
.if !defined(NOPORTDOCS)
post-build:
@${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/README" >> ${PLIST}
@${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/CONFIGURE" >> ${PLIST}
@${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/CHANGES" >> ${PLIST}
@${ECHO} "%%PORTDOCS%%@dirrm %%DOCSDIR%%" >> ${PLIST}
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/CONFIGURE ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
.endif
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"

View File

@ -1,2 +1,2 @@
MD5 (mod_auth_mysql-2.9.0.tar.gz) = bc30f7a5a3182869cb48177732a18bd9
SIZE (mod_auth_mysql-2.9.0.tar.gz) = 17499
MD5 (mod_auth_mysql-3.0.0.tar.gz) = a9ffde3dabeddf32de50bf75597c809e
SIZE (mod_auth_mysql-3.0.0.tar.gz) = 19257

View File

@ -1,5 +1,6 @@
libexec/apache%%VER%%/mod_auth_mysql.so
@exec %D/sbin/apxs -e -a -n mysql_auth %f
@unexec %D/sbin/apxs -e -A -n mysql_auth %f
%%PORTDOCS%%share/doc/mod_auth_mysql_another/README
%%PORTDOCS%%share/doc/mod_auth_mysql_another/CONFIGURE
%%PORTDOCS%%share/doc/mod_auth_mysql_another/CHANGES
%%PORTDOCS%%@dirrm share/doc/mod_auth_mysql_another