Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2022 04:23:20 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01cfec39c9e6 - main - lang/fth: Update 1.4.1 -> 1.4.2
Message-ID:  <202210030423.2934NKdC052854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01cfec39c9e6b95d087e2078510f41ca3a7daa71

commit 01cfec39c9e6b95d087e2078510f41ca3a7daa71
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-03 02:54:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-03 04:23:16 +0000

    lang/fth: Update 1.4.1 -> 1.4.2
    
    Reported by:    portscout
---
 lang/fth/Makefile  | 6 ++++--
 lang/fth/distinfo  | 6 +++---
 lang/fth/pkg-plist | 1 +
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/lang/fth/Makefile b/lang/fth/Makefile
index 5ec8b1c255cf..b714b6b3fc4c 100644
--- a/lang/fth/Makefile
+++ b/lang/fth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fth
-DISTVERSION=	1.4.1
+DISTVERSION=	1.4.2
 CATEGORIES=	lang
 MASTER_SITES=	SF/fth/fth/${DISTVERSION}/
 
@@ -11,8 +11,10 @@ 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
+
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	test
 
diff --git a/lang/fth/distinfo b/lang/fth/distinfo
index 5cc65aee5631..dc4dc7cc8165 100644
--- a/lang/fth/distinfo
+++ b/lang/fth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580020500
-SHA256 (fth-1.4.1.tar.bz2) = 04e58e8c28d00336fdf12de1b85f1c45ad03f5175f492b265c1ff5203c8cd236
-SIZE (fth-1.4.1.tar.bz2) = 723428
+TIMESTAMP = 1664765414
+SHA256 (fth-1.4.2.tar.bz2) = ce685f7878df3b6b4f4ac974966d06f1b01e6fb63b3ce8368949b6468680fefd
+SIZE (fth-1.4.2.tar.bz2) = 703231
diff --git a/lang/fth/pkg-plist b/lang/fth/pkg-plist
index 567a6ab40008..11e6b2acaf93 100644
--- a/lang/fth/pkg-plist
+++ b/lang/fth/pkg-plist
@@ -20,6 +20,7 @@ share/aclocal/fth.m4
 %%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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210030423.2934NKdC052854>