svn commit: r524155 - head/lang/fth
Yuri Victorovich
yuri at FreeBSD.org
Sun Jan 26 06:41:19 UTC 2020
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
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
More information about the svn-ports-all
mailing list