From owner-svn-ports-all@freebsd.org Sun Jan 26 06:41:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA695231920; Sun, 26 Jan 2020 06:41:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4853Dt60t8z4cSs; Sun, 26 Jan 2020 06:41:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8AAA1CFBA; Sun, 26 Jan 2020 06:41:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00Q6fIiG018147; Sun, 26 Jan 2020 06:41:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00Q6fIs6017560; Sun, 26 Jan 2020 06:41:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202001260641.00Q6fIs6017560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 26 Jan 2020 06:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524155 - head/lang/fth X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/lang/fth X-SVN-Commit-Revision: 524155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 06:41:19 -0000 Author: yuri Date: Sun Jan 26 06:41:17 2020 New Revision: 524155 URL: https://svnweb.freebsd.org/changeset/ports/524155 Log: lang/fth: Update 1.3.9 -> 1.4.1 The undefined type BIGNUM problem seems to be resolved. Reported by: portscout Modified: head/lang/fth/Makefile head/lang/fth/distinfo head/lang/fth/pkg-plist Modified: head/lang/fth/Makefile ============================================================================== --- head/lang/fth/Makefile Sun Jan 26 05:48:16 2020 (r524154) +++ head/lang/fth/Makefile Sun Jan 26 06:41:17 2020 (r524155) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fth -DISTVERSION= 1.3.9 +DISTVERSION= 1.4.1 CATEGORIES= lang MASTER_SITES= SF/fth/fth/${DISTVERSION}/ @@ -24,11 +24,4 @@ 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 Modified: head/lang/fth/distinfo ============================================================================== --- head/lang/fth/distinfo Sun Jan 26 05:48:16 2020 (r524154) +++ head/lang/fth/distinfo Sun Jan 26 06:41:17 2020 (r524155) @@ -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 Modified: head/lang/fth/pkg-plist ============================================================================== --- head/lang/fth/pkg-plist Sun Jan 26 05:48:16 2020 (r524154) +++ head/lang/fth/pkg-plist Sun Jan 26 06:41:17 2020 (r524155) @@ -5,6 +5,7 @@ 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