diff options
-rw-r--r-- | www/mod_dtcl/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dtcl/distinfo | 2 | ||||
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 935f0d18b400..87ed166a893b 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_dtcl -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.5 CATEGORIES= www tcl83 MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/ diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo index e33c6c99ac3e..46a5bb44dc3a 100644 --- a/www/mod_dtcl/distinfo +++ b/www/mod_dtcl/distinfo @@ -1 +1 @@ -MD5 (mod_dtcl-0.11.2.tar.gz) = f7d97168c32d5d2b9cbec70704d11572 +MD5 (mod_dtcl-0.11.5.tar.gz) = 2761fa569d6f0b48331968d8aba494aa diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index d15c5e62e77a..142e804e3f7c 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -23,7 +23,7 @@ INTERNALLIB= True # to avoid building a static version SRCS= mod_dtcl.c SRCS+= apache_cookie.c apache_multipart_buffer.c apache_request.c \ - parser.c tcl_commands.c + channel.c parser.c tcl_commands.c NOMAN= True # don't bother with the man-page here, let the port handle it |