From owner-svn-ports-all@freebsd.org Wed Feb 19 10:42:10 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24B5F255AE5; Wed, 19 Feb 2020 10:42:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48MvRj2DvHz3CjQ; Wed, 19 Feb 2020 10:42:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 177E77944; Wed, 19 Feb 2020 10:42:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JAg8Ip052679; Wed, 19 Feb 2020 10:42:08 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JAg81U052677; Wed, 19 Feb 2020 10:42:08 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <202002191042.01JAg81U052677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 19 Feb 2020 10:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526501 - in head/devel/critcl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/devel/critcl: . files X-SVN-Commit-Revision: 526501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2020 10:42:10 -0000 Author: gahr Date: Wed Feb 19 10:42:08 2020 New Revision: 526501 URL: https://svnweb.freebsd.org/changeset/ports/526501 Log: 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 Deleted: head/devel/critcl/files/patch-test_cache.test head/devel/critcl/files/patch-test_support_testutilities.tcl Modified: head/devel/critcl/Makefile head/devel/critcl/distinfo head/devel/critcl/pkg-plist Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Wed Feb 19 10:30:11 2020 (r526500) +++ head/devel/critcl/Makefile Wed Feb 19 10:42:08 2020 (r526501) @@ -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= * Modified: head/devel/critcl/distinfo ============================================================================== --- head/devel/critcl/distinfo Wed Feb 19 10:30:11 2020 (r526500) +++ head/devel/critcl/distinfo Wed Feb 19 10:42:08 2020 (r526501) @@ -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 Modified: head/devel/critcl/pkg-plist ============================================================================== --- head/devel/critcl/pkg-plist Wed Feb 19 10:30:11 2020 (r526500) +++ head/devel/critcl/pkg-plist Wed Feb 19 10:42:08 2020 (r526501) @@ -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