mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
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.
3 lines
160 B
Tcl
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]]
|