lang/nickle: Update to 2.92

This commit is contained in:
Wen Heping 2023-06-19 20:36:38 +08:00
parent dc5da9b580
commit 66ccd49d97
3 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= nickle
PORTVERSION= 2.91
PORTVERSION= 2.92
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/
@ -10,7 +10,7 @@ WWW= https://www.nickle.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake ncurses readline
USES= gmake localbase ncurses readline
GNU_CONFIGURE= yes
PORTEXAMPLES= *

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1682675270
SHA256 (nickle-2.91.tar.gz) = 4fff8c9b0245b9c32ff8fd43054b739325f3a7a52c4e3fc2d6e25e19b852964d
SIZE (nickle-2.91.tar.gz) = 2505408
TIMESTAMP = 1687172048
SHA256 (nickle-2.92.tar.gz) = d7ebe2e23806a3690a75c6f380f06fd815dfd92334c6143aed95f7111bf08efe
SIZE (nickle-2.92.tar.gz) = 2548373

View file

@ -15,6 +15,7 @@ man/man1/nickle.1.gz
%%DATADIR%%/abort.5c
%%DATADIR%%/arc4.5c
%%DATADIR%%/builtin.5c
%%DATADIR%%/cha-cha.5c
%%DATADIR%%/command.5c
%%DATADIR%%/ctype.5c
%%DATADIR%%/factorial.5c
@ -37,6 +38,7 @@ man/man1/nickle.1.gz
%%DATADIR%%/string.5c
%%DATADIR%%/svg.5c
%%DATADIR%%/test/arraytest.5c
%%DATADIR%%/test/chacha_test.5c
%%DATADIR%%/test/datetest.5c
%%DATADIR%%/test/factorial.5c
%%DATADIR%%/test/gcdtest.5c