diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-26 14:08:51 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-26 14:08:51 +0000 |
commit | 17a54193f9fb7005f646403ecdc91d0b01b1e5f8 (patch) | |
tree | b0cbca9da3d54c893d5e03ebddbe4ab821e9a175 /www/mod_auth_mysql_another | |
parent | - Update to 1.7.0 (diff) |
- Update to 3.0.0.
PR: ports/88795
Submitted by: Ilya Pizik <polzun@scar.jinr.ru>
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'www/mod_auth_mysql_another')
-rw-r--r-- | www/mod_auth_mysql_another/Makefile | 8 | ||||
-rw-r--r-- | www/mod_auth_mysql_another/distinfo | 4 | ||||
-rw-r--r-- | www/mod_auth_mysql_another/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/mod_auth_mysql_another/Makefile b/www/mod_auth_mysql_another/Makefile index 2dd75bbfe55c..05bc7b50025c 100644 --- a/www/mod_auth_mysql_another/Makefile +++ b/www/mod_auth_mysql_another/Makefile @@ -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" diff --git a/www/mod_auth_mysql_another/distinfo b/www/mod_auth_mysql_another/distinfo index 4c229f0e9304..ddba33c3b344 100644 --- a/www/mod_auth_mysql_another/distinfo +++ b/www/mod_auth_mysql_another/distinfo @@ -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 diff --git a/www/mod_auth_mysql_another/pkg-plist b/www/mod_auth_mysql_another/pkg-plist index 78398f4fbe94..96d0df8d7ad5 100644 --- a/www/mod_auth_mysql_another/pkg-plist +++ b/www/mod_auth_mysql_another/pkg-plist @@ -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 |