Index: head/lang/fth/Makefile =================================================================== --- head/lang/fth/Makefile (revision 524154) +++ head/lang/fth/Makefile (revision 524155) @@ -1,34 +1,27 @@ # $FreeBSD$ PORTNAME= fth -DISTVERSION= 1.3.9 +DISTVERSION= 1.4.1 CATEGORIES= lang MASTER_SITES= SF/fth/fth/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Forth interpreter and extension library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bz2 ssl # ssl is used only for the bignum interface BN_* GNU_CONFIGURE= yes USE_LDCONFIG= yes 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 -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st') -BROKEN_FreeBSD_13= variable has incomplete type 'BIGNUM' (aka 'struct bignum_st') -.endif - -.include +.include Index: head/lang/fth/distinfo =================================================================== --- head/lang/fth/distinfo (revision 524154) +++ head/lang/fth/distinfo (revision 524155) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573371636 -SHA256 (fth-1.3.9.tar.bz2) = 9918d71e599b442c8d88b7c252dfbfba3a8a0de5da66dda7622bb087430568ee -SIZE (fth-1.3.9.tar.bz2) = 698177 +TIMESTAMP = 1580020500 +SHA256 (fth-1.4.1.tar.bz2) = 04e58e8c28d00336fdf12de1b85f1c45ad03f5175f492b265c1ff5203c8cd236 +SIZE (fth-1.4.1.tar.bz2) = 723428 Index: head/lang/fth/pkg-plist =================================================================== --- head/lang/fth/pkg-plist (revision 524154) +++ head/lang/fth/pkg-plist (revision 524155) @@ -1,43 +1,44 @@ 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 lib/fth/dbm.so lib/libfth.so man/man1/fth.1.gz man/man3/libfth.3.gz share/aclocal/fth.m4 %%DATADIR%%/fth-lib/assert.fs %%DATADIR%%/fth-lib/compat.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/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