mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
devel/critcl: update to 3.1.18.1
https://github.com/andreas-kupries/critcl/blob/master/doc/include/changes3118.inc https://github.com/andreas-kupries/critcl/blob/master/doc/include/changes31181.inc
This commit is contained in:
parent
b987f318a8
commit
3fa21a701a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526501
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= critcl
|
||||
PORTVERSION= 3.1.17
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.1.18.1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
@ -23,7 +23,7 @@ GH_ACCOUNT= andreas-kupries
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
PLIST_SUB+= VER=${PORTVERSION} \
|
||||
PLIST_SUB+= VER=${PORTVERSION:R} \
|
||||
ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:S/powerpc64/powerpc/}
|
||||
PORTDOCS= *
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1508842896
|
||||
SHA256 (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = fff83b341fc07b8ff23bf1f645133bb4bffe4741da2e6f31155e522a74c228e4
|
||||
SIZE (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = 1768244
|
||||
TIMESTAMP = 1582104560
|
||||
SHA256 (andreas-kupries-critcl-3.1.18.1_GH0.tar.gz) = 51bc4b099ecf59ba3bada874fc8e1611279dfd30ad4d4074257084763c49fd86
|
||||
SIZE (andreas-kupries-critcl-3.1.18.1_GH0.tar.gz) = 1825576
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- test/cache.test.orig 2017-10-14 02:48:11 UTC
|
||||
+++ test/cache.test
|
||||
@@ -45,7 +45,7 @@ test critcl-cache-1.0.4 {cache, wrong\#a
|
||||
|
||||
test critcl-cache-2.0 {cache, default, home directory} -body {
|
||||
critcl::cache
|
||||
-} -match glob -result $::env(HOME)/.critcl/*
|
||||
+} -match glob -result [file normalize $::env(HOME)/.critcl/*]
|
||||
|
||||
test critcl-cache-2.1 {cache, redirecting cache} -setup {
|
||||
set here [critcl::cache]
|
||||
@@ -54,7 +54,7 @@ test critcl-cache-2.1 {cache, redirectin
|
||||
} -cleanup {
|
||||
critcl::cache $here
|
||||
unset here
|
||||
-} -match glob -result $::env(HOME)/FOO
|
||||
+} -match glob -result [file normalize $::env(HOME)/FOO]
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
testsuiteCleanup
|
@ -1,12 +0,0 @@
|
||||
--- test/support/testutilities.tcl.orig 2017-10-24 11:30:43 UTC
|
||||
+++ test/support/testutilities.tcl
|
||||
@@ -4,6 +4,9 @@
|
||||
# <akupries@shaw.ca>
|
||||
# <andreas.kupries@gmail.com>
|
||||
|
||||
+set auto_path [linsert $auto_path 0 \
|
||||
+ [file join [file dirname [file dirname [file dirname [info script]]]] lib]]
|
||||
+
|
||||
namespace eval ::tcllib::testutils {
|
||||
variable version 1.2
|
||||
variable self [file dirname [file join [pwd] [info script]]]
|
@ -1,4 +1,8 @@
|
||||
bin/critcl
|
||||
include/critcl_callback/callback.h
|
||||
include/critcl_callback/critcl_callback.decls
|
||||
include/critcl_callback/critcl_callbackDecls.h
|
||||
include/critcl_callback/critcl_callbackStubLib.h
|
||||
lib/critcl-app%%VER%%/critcl.tcl
|
||||
lib/critcl-app%%VER%%/pkgIndex.tcl
|
||||
lib/critcl-app%%VER%%/runtime.tcl
|
||||
@ -11,24 +15,23 @@ lib/critcl-app%%VER%%/tea/tclconfig/install-sh
|
||||
lib/critcl-app%%VER%%/tea/tclconfig/tcl.m4
|
||||
lib/critcl-bitmap1.0.1/bitmap.tcl
|
||||
lib/critcl-bitmap1.0.1/pkgIndex.tcl
|
||||
lib/critcl-class1.0.7/class.h
|
||||
lib/critcl-class1.0.7/class.tcl
|
||||
lib/critcl-class1.0.7/pkgIndex.tcl
|
||||
lib/critcl-cutil0.1/allocs/critcl_alloc.h
|
||||
lib/critcl-cutil0.1/asserts/critcl_assert.h
|
||||
lib/critcl-cutil0.1/cutil.tcl
|
||||
lib/critcl-cutil0.1/pkgIndex.tcl
|
||||
lib/critcl-cutil0.1/trace/critcl_trace.h
|
||||
lib/critcl-cutil0.1/trace/trace.c
|
||||
lib/critcl-emap1.1/emap.tcl
|
||||
lib/critcl-emap1.1/pkgIndex.tcl
|
||||
lib/critcl-enum1.0.1/enum.tcl
|
||||
lib/critcl-enum1.0.1/pkgIndex.tcl
|
||||
lib/critcl-iassoc1.0.2/iassoc.h
|
||||
lib/critcl-iassoc1.0.2/iassoc.tcl
|
||||
lib/critcl-iassoc1.0.2/pkgIndex.tcl
|
||||
lib/critcl-literals1.2/literals.tcl
|
||||
lib/critcl-literals1.2/pkgIndex.tcl
|
||||
lib/critcl-class1.1.1/class.h
|
||||
lib/critcl-class1.1.1/class.tcl
|
||||
lib/critcl-class1.1.1/pkgIndex.tcl
|
||||
lib/critcl-cutil0.2/allocs/critcl_alloc.h
|
||||
lib/critcl-cutil0.2/asserts/critcl_assert.h
|
||||
lib/critcl-cutil0.2/cutil.tcl
|
||||
lib/critcl-cutil0.2/pkgIndex.tcl
|
||||
lib/critcl-cutil0.2/trace/critcl_trace.h
|
||||
lib/critcl-cutil0.2/trace/trace.c
|
||||
lib/critcl-emap1.2/emap.tcl
|
||||
lib/critcl-emap1.2/pkgIndex.tcl
|
||||
lib/critcl-enum1.1/enum.tcl
|
||||
lib/critcl-enum1.1/pkgIndex.tcl
|
||||
lib/critcl-iassoc1.1/iassoc.tcl
|
||||
lib/critcl-iassoc1.1/pkgIndex.tcl
|
||||
lib/critcl-literals1.3/literals.tcl
|
||||
lib/critcl-literals1.3/pkgIndex.tcl
|
||||
lib/critcl-platform1.0.15/pkgIndex.tcl
|
||||
lib/critcl-platform1.0.15/platform.tcl
|
||||
lib/critcl-util1.1/pkgIndex.tcl
|
||||
@ -96,6 +99,11 @@ lib/critcl%%VER%%/critcl_c/tkstubs.c
|
||||
lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c
|
||||
lib/critcl%%VER%%/license.terms
|
||||
lib/critcl%%VER%%/pkgIndex.tcl
|
||||
lib/critcl_callback1/critcl-rt.tcl
|
||||
lib/critcl_callback1/freebsd-%%ARCH%%/callback.so
|
||||
lib/critcl_callback1/license.terms
|
||||
lib/critcl_callback1/pkgIndex.tcl
|
||||
lib/critcl_callback1/teapot.txt
|
||||
lib/critcl_md5c0.12/critcl-rt.tcl
|
||||
lib/critcl_md5c0.12/freebsd-%%ARCH%%/md5c.so
|
||||
lib/critcl_md5c0.12/license.terms
|
||||
@ -130,6 +138,7 @@ lib/stubs_writer1/writer.tcl
|
||||
man/mann/critcl_app.n.gz
|
||||
man/mann/critcl_apppkg.n.gz
|
||||
man/mann/critcl_bitmap.n.gz
|
||||
man/mann/critcl_callback.n.gz
|
||||
man/mann/critcl_class.n.gz
|
||||
man/mann/critcl_cproc.n.gz
|
||||
man/mann/critcl_cutil.n.gz
|
||||
|
Loading…
Reference in New Issue
Block a user