lang/jimtcl: update to 0.78
Relnotes: http://jim.tcl.tk/index.html/doc/www/www/articles/jim-release-0-78/
This commit is contained in:
parent
52ecaa4f88
commit
148ee6aa2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477139
3 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jimtcl
|
||||
PORTVERSION= 0.77
|
||||
PORTVERSION= 0.78
|
||||
CATEGORIES= lang tcl
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
|
@ -21,6 +21,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|||
--enable-utf8 \
|
||||
--enable-shared
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_CONFIGURE_ENABLE= docs
|
||||
DOCS_CONFIGURE_ON= --docdir=${DOCSDIR}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue