From owner-svn-ports-head@freebsd.org Tue Aug 14 07:22:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39CC2106ED2F; Tue, 14 Aug 2018 07:22:57 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA290825AD; Tue, 14 Aug 2018 07:22:56 +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 B9CEE187FA; Tue, 14 Aug 2018 07:22:56 +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 w7E7MudI002492; Tue, 14 Aug 2018 07:22:56 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7E7MuU2002489; Tue, 14 Aug 2018 07:22:56 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201808140722.w7E7MuU2002489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 14 Aug 2018 07:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477139 - head/lang/jimtcl X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/lang/jimtcl X-SVN-Commit-Revision: 477139 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 07:22:57 -0000 Author: gahr Date: Tue Aug 14 07:22:55 2018 New Revision: 477139 URL: https://svnweb.freebsd.org/changeset/ports/477139 Log: lang/jimtcl: update to 0.78 Relnotes: http://jim.tcl.tk/index.html/doc/www/www/articles/jim-release-0-78/ Modified: head/lang/jimtcl/Makefile head/lang/jimtcl/distinfo head/lang/jimtcl/pkg-plist Modified: head/lang/jimtcl/Makefile ============================================================================== --- head/lang/jimtcl/Makefile Tue Aug 14 07:01:41 2018 (r477138) +++ head/lang/jimtcl/Makefile Tue Aug 14 07:22:55 2018 (r477139) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jimtcl -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= lang tcl MAINTAINER= gahr@FreeBSD.org @@ -20,6 +20,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --full \ --enable-utf8 \ --enable-shared + +PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS DOCS_CONFIGURE_ENABLE= docs Modified: head/lang/jimtcl/distinfo ============================================================================== --- head/lang/jimtcl/distinfo Tue Aug 14 07:01:41 2018 (r477138) +++ head/lang/jimtcl/distinfo Tue Aug 14 07:22:55 2018 (r477139) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479028019 -SHA256 (msteveb-jimtcl-0.77_GH0.tar.gz) = 0874c50ab932c68940c29c48c014266a322c54ff357a0919386f32cc341eb3b2 -SIZE (msteveb-jimtcl-0.77_GH0.tar.gz) = 2925776 +TIMESTAMP = 1534230444 +SHA256 (msteveb-jimtcl-0.78_GH0.tar.gz) = cf801795c9fd98bfff6882c14afdf96424ba86dead58c2a4e15978b176d3e12b +SIZE (msteveb-jimtcl-0.78_GH0.tar.gz) = 3073533 Modified: head/lang/jimtcl/pkg-plist ============================================================================== --- head/lang/jimtcl/pkg-plist Tue Aug 14 07:01:41 2018 (r477138) +++ head/lang/jimtcl/pkg-plist Tue Aug 14 07:22:55 2018 (r477139) @@ -8,4 +8,5 @@ include/jim-win32compat.h include/jim.h lib/jim/README.extensions lib/jim/tcltest.tcl -lib/libjim.so.0.77 +lib/libjim.so.%%PORTVERSION%% +libdata/pkgconfig/jimtcl.pc