aboutsummaryrefslogtreecommitdiff
path: root/www/mod_dtcl
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-09-30 15:34:50 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-09-30 15:34:50 +0000
commit087d796325b0e87e91a69ad8320b9a89706523c5 (patch)
tree70cd330e61fefc1297893a2a44bad5c961926098 /www/mod_dtcl
parent08da02c52352fc673627aa4b54e7f1fb696cb49f (diff)
downloadports-087d796325b0e87e91a69ad8320b9a89706523c5.tar.gz
ports-087d796325b0e87e91a69ad8320b9a89706523c5.zip
Notes
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r--www/mod_dtcl/Makefile2
-rw-r--r--www/mod_dtcl/distinfo2
-rw-r--r--www/mod_dtcl/files/patch-cast6
-rw-r--r--www/mod_dtcl/pkg-plist1
4 files changed, 6 insertions, 5 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index 1cfba71a2cef..935f0d18b400 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -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/
diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo
index 2bce25682f35..e33c6c99ac3e 100644
--- a/www/mod_dtcl/distinfo
+++ b/www/mod_dtcl/distinfo
@@ -1 +1 @@
-MD5 (mod_dtcl-0.11.1.tar.gz) = b13504f9507fc6ff819ee5d2b8d37332
+MD5 (mod_dtcl-0.11.2.tar.gz) = f7d97168c32d5d2b9cbec70704d11572
diff --git a/www/mod_dtcl/files/patch-cast b/www/mod_dtcl/files/patch-cast
index e046019aac6b..58a99a22fc39 100644
--- a/www/mod_dtcl/files/patch-cast
+++ b/www/mod_dtcl/files/patch-cast
@@ -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");
diff --git a/www/mod_dtcl/pkg-plist b/www/mod_dtcl/pkg-plist
index 198de70cd754..e09c5304b570 100644
--- a/www/mod_dtcl/pkg-plist
+++ b/www/mod_dtcl/pkg-plist
@@ -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