diff --git a/lang/fth/Makefile b/lang/fth/Makefile index dbe7f16b38d5..6f1fc5b2874b 100644 --- a/lang/fth/Makefile +++ b/lang/fth/Makefile @@ -1,30 +1,33 @@ PORTNAME= fth -DISTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 1.4.5 CATEGORIES= lang MASTER_SITES= SF/fth/fth/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Forth interpreter and extension library WWW= https://sourceforge.net/projects/fth/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bz2 ssl # ssl is used only for the bignum interface BN_* USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip TEST_TARGET= test OPTIONS_DEFINE= TECLA OPTIONS_DEFAULT= TECLA TECLA_DESC= Use tecla command-line editing TECLA_CONFIGURE_WITH= tecla TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla +# tests as of 1.4.5: +# 10 tests were successful. +# 2 tests were skipped. + .include diff --git a/lang/fth/distinfo b/lang/fth/distinfo index dc4dc7cc8165..7c1d274eac3c 100644 --- a/lang/fth/distinfo +++ b/lang/fth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664765414 -SHA256 (fth-1.4.2.tar.bz2) = ce685f7878df3b6b4f4ac974966d06f1b01e6fb63b3ce8368949b6468680fefd -SIZE (fth-1.4.2.tar.bz2) = 703231 +TIMESTAMP = 1737656803 +SHA256 (fth-1.4.5.tar.bz2) = c3b52dada6c7db414adc630a176ee18f1b5b551052c36fac448259c5e39e4117 +SIZE (fth-1.4.5.tar.bz2) = 720061 diff --git a/lang/fth/pkg-plist b/lang/fth/pkg-plist index 3e0d2a94383c..228aca97b157 100644 --- a/lang/fth/pkg-plist +++ b/lang/fth/pkg-plist @@ -1,45 +1,47 @@ bin/fth include/fth/ficl.h include/fth/ficllocal.h include/fth/ficltokens.h include/fth/fth-config.h include/fth/fth-lib.h include/fth/fth.h include/fth/mp.h +include/fth/src-config.h lib/fth/dbm.so lib/libfth.so share/aclocal/fth.m4 %%DATADIR%%/fth-lib/assert.fs %%DATADIR%%/fth-lib/compat.fs +%%DATADIR%%/fth-lib/dbm.fs %%DATADIR%%/fth-lib/ficl.fr %%DATADIR%%/fth-lib/ficllocal.fr %%DATADIR%%/fth-lib/fileaccess.fr %%DATADIR%%/fth-lib/fth.fs %%DATADIR%%/fth-lib/ifbrack.fr %%DATADIR%%/fth-lib/jhlocal.fr %%DATADIR%%/fth-lib/marker.fr %%DATADIR%%/fth-lib/net.fs %%DATADIR%%/fth-lib/prefix.fr %%DATADIR%%/fth-lib/softcore.fr %%DATADIR%%/site-fth/bird.fsm %%DATADIR%%/site-fth/clm-ins.fs %%DATADIR%%/site-fth/clm.fs %%DATADIR%%/site-fth/draw.fs %%DATADIR%%/site-fth/dsp.fs %%DATADIR%%/site-fth/effects.fs %%DATADIR%%/site-fth/env.fs %%DATADIR%%/site-fth/enved.fs %%DATADIR%%/site-fth/examp.fs %%DATADIR%%/site-fth/extensions.fs %%DATADIR%%/site-fth/hooks.fs %%DATADIR%%/site-fth/marks.fs %%DATADIR%%/site-fth/mix.fs %%DATADIR%%/site-fth/popup.fs %%DATADIR%%/site-fth/rgb.fs %%DATADIR%%/site-fth/rubber.fs %%DATADIR%%/site-fth/snd-forth-init.fs %%DATADIR%%/site-fth/snd-xm.fs %%DATADIR%%/site-fth/spectr.fs %%DATADIR%%/site-fth/xm-enved.fs share/man/man1/fth.1.gz share/man/man3/libfth.3.gz