diff options
author | pi <pi@FreeBSD.org> | 2016-11-13 17:07:31 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-11-13 17:07:31 +0800 |
commit | 55a8b703dae7047b5524c190bf133abe44f8a130 (patch) | |
tree | 39ae501db957e4fe402039a16941fa66aa5cf5ce /lang/jimtcl | |
parent | 3a276c294cb499300ca803b2e7fab471c751a987 (diff) | |
download | freebsd-ports-gnome-55a8b703dae7047b5524c190bf133abe44f8a130.tar.gz freebsd-ports-gnome-55a8b703dae7047b5524c190bf133abe44f8a130.tar.zst freebsd-ports-gnome-55a8b703dae7047b5524c190bf133abe44f8a130.zip |
lang/jimtcl: update 0.76 -> 0.77
PR: 214455
Changes: http://jim.tcl.tk/index.html/doc/www/www/news/
Submitted by: Lucas Skoeldqvist <frusen@gungre.ch>
Diffstat (limited to 'lang/jimtcl')
-rw-r--r-- | lang/jimtcl/Makefile | 2 | ||||
-rw-r--r-- | lang/jimtcl/distinfo | 5 | ||||
-rw-r--r-- | lang/jimtcl/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/lang/jimtcl/Makefile b/lang/jimtcl/Makefile index 9ae448c848da..7e97cf45ce27 100644 --- a/lang/jimtcl/Makefile +++ b/lang/jimtcl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jimtcl -PORTVERSION= 0.76 +PORTVERSION= 0.77 CATEGORIES= lang tcl MAINTAINER= ports@FreeBSD.org diff --git a/lang/jimtcl/distinfo b/lang/jimtcl/distinfo index 2b32a1570aa7..781c9aa33021 100644 --- a/lang/jimtcl/distinfo +++ b/lang/jimtcl/distinfo @@ -1,2 +1,3 @@ -SHA256 (msteveb-jimtcl-0.76_GH0.tar.gz) = ed9a602cf7d5861095736e1b0075e478ef23366e529ee9eddb14e9b29f48fc59 -SIZE (msteveb-jimtcl-0.76_GH0.tar.gz) = 2234431 +TIMESTAMP = 1479028019 +SHA256 (msteveb-jimtcl-0.77_GH0.tar.gz) = 0874c50ab932c68940c29c48c014266a322c54ff357a0919386f32cc341eb3b2 +SIZE (msteveb-jimtcl-0.77_GH0.tar.gz) = 2925776 diff --git a/lang/jimtcl/pkg-plist b/lang/jimtcl/pkg-plist index 37e130df1aa7..d8e422ef0f95 100644 --- a/lang/jimtcl/pkg-plist +++ b/lang/jimtcl/pkg-plist @@ -8,4 +8,4 @@ include/jim-win32compat.h include/jim.h lib/jim/README.extensions lib/jim/tcltest.tcl -lib/libjim.so.0.76 +lib/libjim.so.0.77 |