ports/www/websh/files/pkgIndex.tcl.in
Mikhail Teterin 8f8d3f3321 www/websh: report errors parsing cookie-expiration date
Original code would ignore such errors -- and would simply skip the
expiration-clause of any cookie. This MIGHT explain the test-failures
reported by Poudriere, even though I cannot reproduce this problem
locally.

Fix another minor problem, while I'm here -- and bump PORTREVISION.
2023-05-14 17:27:16 -04:00

3 lines
160 B
Tcl

if {[package vcompare [info tclversion] 8.3] < 0} return
package ifneeded websh %%WS_VER%% [list load [file join [file dirname $dir] libwebsh%%LIBSUF%%.so.1]]