Date: Tue, 14 Aug 2018 07:22:56 +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: r477139 - head/lang/jimtcl Message-ID: <201808140722.w7E7MuU2002489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808140722.w7E7MuU2002489>