diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-07 20:05:10 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-07 20:05:10 +0000 |
commit | 92ac3393ed0f2cf44ca8d45c031c085c0327a241 (patch) | |
tree | 956dfadb74c6ca44a4c4382b05de75ec6533463b /www/mod_dtcl | |
parent | 636195b82c91f4f84f15601e63bc2c241a7a0650 (diff) |
Upgrade to 0.11.5.
Submitted by: fenner-script
Notes
Notes:
svn path=/head/; revision=52728
Diffstat (limited to 'www/mod_dtcl')
-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 |