diff options
author | mi <mi@FreeBSD.org> | 2002-01-08 04:05:10 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-01-08 04:05:10 +0800 |
commit | 6c79170d1d8faf09e4b5b73fda8dfb149b1f82f7 (patch) | |
tree | 7dd60bad61b714586f50be50d4d94333150f9fc6 /www/mod_dtcl | |
parent | 61372f25463661adceabe3f76cc71712adb579d9 (diff) | |
download | freebsd-ports-gnome-6c79170d1d8faf09e4b5b73fda8dfb149b1f82f7.tar.gz freebsd-ports-gnome-6c79170d1d8faf09e4b5b73fda8dfb149b1f82f7.tar.zst freebsd-ports-gnome-6c79170d1d8faf09e4b5b73fda8dfb149b1f82f7.zip |
Upgrade to 0.11.5.
Submitted by: fenner-script
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 |