Date: Tue, 24 Oct 2017 11:35:35 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452766 - in head/devel/critcl: . files Message-ID: <201710241135.v9OBZZ75019196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Oct 24 11:35:35 2017 New Revision: 452766 URL: https://svnweb.freebsd.org/changeset/ports/452766 Log: devel/critcl: update to re-released 3.1.17 http://andreas-kupries.github.io/critcl/doc/files/critcl_introduction.html Added: head/devel/critcl/files/patch-lib_critcl_Config - copied, changed from r452765, head/devel/critcl/files/patch-lib-critcl_Config head/devel/critcl/files/patch-test_cache.test (contents, props changed) head/devel/critcl/files/patch-test_support_testutilities.tcl (contents, props changed) Deleted: head/devel/critcl/files/patch-build.tcl head/devel/critcl/files/patch-lib-critcl_Config Modified: head/devel/critcl/Makefile head/devel/critcl/distinfo head/devel/critcl/pkg-plist Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Tue Oct 24 11:25:01 2017 (r452765) +++ head/devel/critcl/Makefile Tue Oct 24 11:35:35 2017 (r452766) @@ -3,6 +3,7 @@ PORTNAME= critcl PORTVERSION= 3.1.17 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org Modified: head/devel/critcl/distinfo ============================================================================== --- head/devel/critcl/distinfo Tue Oct 24 11:25:01 2017 (r452765) +++ head/devel/critcl/distinfo Tue Oct 24 11:35:35 2017 (r452766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505921463 -SHA256 (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = d1fdb23b252280f6159df7eb3cfbda9daa61f9185b7dc881d11f0253e41a367d -SIZE (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = 1744383 +TIMESTAMP = 1508842896 +SHA256 (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = fff83b341fc07b8ff23bf1f645133bb4bffe4741da2e6f31155e522a74c228e4 +SIZE (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = 1768244 Copied and modified: head/devel/critcl/files/patch-lib_critcl_Config (from r452765, head/devel/critcl/files/patch-lib-critcl_Config) ============================================================================== --- head/devel/critcl/files/patch-lib-critcl_Config Tue Oct 24 11:25:01 2017 (r452765, copy source) +++ head/devel/critcl/files/patch-lib_critcl_Config Tue Oct 24 11:35:35 2017 (r452766) @@ -1,5 +1,5 @@ ---- lib/critcl/Config.orig 2013-11-05 09:57:26.000000000 +0100 -+++ lib/critcl/Config 2013-11-05 09:57:54.000000000 +0100 +--- lib/critcl/Config.orig 2017-10-14 02:48:11 UTC ++++ lib/critcl/Config @@ -52,13 +52,13 @@ # the "copy" option and then specifically setting the config bits that # you want to change. See win32-x86_64-cl for an example. Added: head/devel/critcl/files/patch-test_cache.test ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/critcl/files/patch-test_cache.test Tue Oct 24 11:35:35 2017 (r452766) @@ -0,0 +1,20 @@ +--- 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 Added: head/devel/critcl/files/patch-test_support_testutilities.tcl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/critcl/files/patch-test_support_testutilities.tcl Tue Oct 24 11:35:35 2017 (r452766) @@ -0,0 +1,12 @@ +--- 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]]] Modified: head/devel/critcl/pkg-plist ============================================================================== --- head/devel/critcl/pkg-plist Tue Oct 24 11:25:01 2017 (r452765) +++ head/devel/critcl/pkg-plist Tue Oct 24 11:35:35 2017 (r452766) @@ -131,6 +131,7 @@ man/mann/critcl_app.n.gz man/mann/critcl_apppkg.n.gz man/mann/critcl_bitmap.n.gz man/mann/critcl_class.n.gz +man/mann/critcl_cproc.n.gz man/mann/critcl_cutil.n.gz man/mann/critcl_devguide.n.gz man/mann/critcl_emap.n.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710241135.v9OBZZ75019196>