diff -rub /usr/ports/devel/tllist/Makefile ./Makefile --- /usr/ports/devel/tllist/Makefile 2020-05-23 20:08:09.718877000 +0200 +++ ./Makefile 2020-08-01 11:08:20.302192000 +0200 @@ -1,7 +1,7 @@ # $FreeBSD: head/devel/tllist/Makefile 536177 2020-05-22 00:07:06Z linimon $ PORTNAME= tllist -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.2 CATEGORIES= devel MASTER_SITES= https://codeberg.org/dnkl/tllist/archive/ DISTNAME= ${DISTVERSION} diff -rub /usr/ports/devel/tllist/distinfo ./distinfo --- /usr/ports/devel/tllist/distinfo 2020-05-23 20:08:09.719168000 +0200 +++ ./distinfo 2020-08-01 11:08:24.689363000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1586201195 -SHA256 (1.0.0.tar.gz) = 115f067f6b7029959fea39e45ec64697806e901fe4ca2de67c7eb2af4b7d2ae2 -SIZE (1.0.0.tar.gz) = 6677 +TIMESTAMP = 1596272904 +SHA256 (1.0.2.tar.gz) = 8fe933e4614aed35aa6dfb6ab3105b2c2d6eb80a75bd3e93d4445ce6efd3dba0 +SIZE (1.0.2.tar.gz) = 6963 diff -rub /usr/ports/devel/tllist/pkg-descr ./pkg-descr --- /usr/ports/devel/tllist/pkg-descr 2020-05-23 20:08:09.719429000 +0200 +++ ./pkg-descr 2020-04-06 21:32:41.197508000 +0200 @@ -14,7 +14,7 @@ prev and next pointer (i.e. a constant 16 byte overhead per item on 64-bit architectures). -The list itself has a head and a tail pointer, plus a length variable +The list itself has two head and tail pointers, plus a length variable (typically 8 bytes on 64-bit architectures) to make list length lookup constant in time.