1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.11.2 from 0.11.1.

This commit is contained in:
Mikhail Teterin 2001-09-30 15:34:50 +00:00
parent 08da02c523
commit 087d796325
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48285
4 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mod_dtcl
PORTVERSION= 0.11.1
PORTVERSION= 0.11.2
CATEGORIES= www tcl83
MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/

View File

@ -1 +1 @@
MD5 (mod_dtcl-0.11.1.tar.gz) = b13504f9507fc6ff819ee5d2b8d37332
MD5 (mod_dtcl-0.11.2.tar.gz) = f7d97168c32d5d2b9cbec70704d11572

View File

@ -18,19 +18,19 @@
{
@@ -684,4 +690,3 @@
char *channelname = NULL;
- chan = Tcl_MakeFileChannel((ClientData *)fileno(
- chan = Tcl_MakeFileChannel((ClientData)fileno(
- ApacheUpload_FILE(upload)), TCL_READABLE);
+ chan = Tcl_MakeFileChannel(handle.handle, TCL_READABLE);
Tcl_RegisterChannel(interp, chan);
@@ -709,4 +714,3 @@
- chan = Tcl_MakeFileChannel((ClientData *)fileno(
- chan = Tcl_MakeFileChannel((ClientData)fileno(
- ApacheUpload_FILE(upload)), TCL_READABLE);
+ chan = Tcl_MakeFileChannel(handle.handle, TCL_READABLE);
Tcl_SetChannelOption(interp, chan, "-translation", "binary");
@@ -736,4 +740,3 @@
bytes = Tcl_Alloc(ApacheUpload_size(upload));
- chan = Tcl_MakeFileChannel((ClientData *)fileno(
- chan = Tcl_MakeFileChannel((ClientData)fileno(
- ApacheUpload_FILE(upload)), TCL_READABLE);
+ chan = Tcl_MakeFileChannel(handle.handle, TCL_READABLE);
Tcl_SetChannelOption(interp, chan, "-translation", "binary");

View File

@ -3,6 +3,7 @@ libexec/apache/mod_dtcl.so
@unexec %D/sbin/apxs -e -A -n dtcl %D/%F
%%PORTDOCS%%share/doc/mod_dtcl/commands.html
%%PORTDOCS%%share/doc/mod_dtcl/directives.html
%%PORTDOCS%%share/doc/mod_dtcl/help.html
%%PORTDOCS%%share/doc/mod_dtcl/index.html
%%PORTDOCS%%share/doc/mod_dtcl/install.html
%%PORTDOCS%%share/doc/mod_dtcl/nav.html