Skip to content

Commit

Permalink
lang/jimtcl: update to 0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Dec 1, 2021
1 parent 27392cf commit a944e7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lang/jimtcl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jimtcl
PORTVERSION= 0.80
PORTVERSION= 0.81
CATEGORIES= lang tcl

MAINTAINER= gahr@FreeBSD.org
Expand Down Expand Up @@ -29,6 +29,8 @@ PORTDOCS= *
TEST_TARGET= test

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/jimsh \
${STAGEDIR}${PREFIX}/lib/libjim.so.${PORTVERSION}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions lang/jimtcl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1607689051
SHA256 (msteveb-jimtcl-0.80_GH0.tar.gz) = 9e79a960de925552eeb4df51121f0ea017e34409568117b1ac461f4c3071289e
SIZE (msteveb-jimtcl-0.80_GH0.tar.gz) = 3130592
TIMESTAMP = 1638345838
SHA256 (msteveb-jimtcl-0.81_GH0.tar.gz) = ab7eb3680ba0d16f4a9eb1e05b7fcbb7d23438e25185462c55cd032a1954a985
SIZE (msteveb-jimtcl-0.81_GH0.tar.gz) = 3977705
1 change: 1 addition & 0 deletions lang/jimtcl/pkg-plist
@@ -1,5 +1,6 @@
bin/build-jim-ext
bin/jimsh
bin/jimdb
include/jim-config.h
include/jim-eventloop.h
include/jim-signal.h
Expand Down

0 comments on commit a944e7f

Please sign in to comment.