diff options
author | pat <pat@FreeBSD.org> | 2002-02-02 05:37:22 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-02 05:37:22 +0000 |
commit | eba6320a09fa9951085463210e2a47b2118a6db2 (patch) | |
tree | fe7a5e167aff3589e4e3ae3ecf14e929075bce02 /www/mod_log_mysql/Makefile | |
parent | 44854c0bc9c49aa5eaf3c653ffec926f39b73e0e (diff) | |
download | FreeBSD-ports-eba6320a09fa9951085463210e2a47b2118a6db2.zip FreeBSD-ports-eba6320a09fa9951085463210e2a47b2118a6db2.tar.gz |
Fix breakage that would cause this module to not work at all
Bump PORTREVISION.
PR: 34522
Submitted by: maintainer
Diffstat (limited to 'www/mod_log_mysql/Makefile')
-rw-r--r-- | www/mod_log_mysql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index dd416eb..5d0772b 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -6,6 +6,7 @@ PORTNAME= mod_log_mysql PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.grubbybaby.com/mod_log_mysql/ |