lang/fth: update 1.4.2 → 1.4.5

This commit is contained in:
Yuri Victorovich 2025-01-23 06:45:01 -07:00
parent 4fb03baa4b
commit 600da3d86d
3 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= fth PORTNAME= fth
DISTVERSION= 1.4.2 DISTVERSION= 1.4.5
PORTREVISION= 1
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= SF/fth/fth/${DISTVERSION}/ MASTER_SITES= SF/fth/fth/${DISTVERSION}/
@ -27,4 +26,8 @@ TECLA_DESC= Use tecla command-line editing
TECLA_CONFIGURE_WITH= tecla TECLA_CONFIGURE_WITH= tecla
TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla
# tests as of 1.4.5:
# 10 tests were successful.
# 2 tests were skipped.
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1664765414 TIMESTAMP = 1737656803
SHA256 (fth-1.4.2.tar.bz2) = ce685f7878df3b6b4f4ac974966d06f1b01e6fb63b3ce8368949b6468680fefd SHA256 (fth-1.4.5.tar.bz2) = c3b52dada6c7db414adc630a176ee18f1b5b551052c36fac448259c5e39e4117
SIZE (fth-1.4.2.tar.bz2) = 703231 SIZE (fth-1.4.5.tar.bz2) = 720061

View file

@ -6,11 +6,13 @@ include/fth/fth-config.h
include/fth/fth-lib.h include/fth/fth-lib.h
include/fth/fth.h include/fth/fth.h
include/fth/mp.h include/fth/mp.h
include/fth/src-config.h
lib/fth/dbm.so lib/fth/dbm.so
lib/libfth.so lib/libfth.so
share/aclocal/fth.m4 share/aclocal/fth.m4
%%DATADIR%%/fth-lib/assert.fs %%DATADIR%%/fth-lib/assert.fs
%%DATADIR%%/fth-lib/compat.fs %%DATADIR%%/fth-lib/compat.fs
%%DATADIR%%/fth-lib/dbm.fs
%%DATADIR%%/fth-lib/ficl.fr %%DATADIR%%/fth-lib/ficl.fr
%%DATADIR%%/fth-lib/ficllocal.fr %%DATADIR%%/fth-lib/ficllocal.fr
%%DATADIR%%/fth-lib/fileaccess.fr %%DATADIR%%/fth-lib/fileaccess.fr