Date: Fri, 7 Aug 2020 11:27:31 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544322 - head/devel/tllist Message-ID: <202008071127.077BRVew055009@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Fri Aug 7 11:27:30 2020 New Revision: 544322 URL: https://svnweb.freebsd.org/changeset/ports/544322 Log: devel/tllist: update to 1.0.2 From ChangeLog: https://codeberg.org/dnkl/tllist/releases/tag/1.0.2 * LICENSE and README.md are now installed to ${datadir}/doc/tllist * PKBUILD now indicates support for aarch64 * Bad year in LICENSE fixed PR: 248406 Submitted by: ports@xanderio.de (maintainer) Modified: head/devel/tllist/Makefile head/devel/tllist/distinfo head/devel/tllist/pkg-descr Modified: head/devel/tllist/Makefile ============================================================================== --- head/devel/tllist/Makefile Fri Aug 7 11:20:11 2020 (r544321) +++ head/devel/tllist/Makefile Fri Aug 7 11:27:30 2020 (r544322) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tllist -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.2 CATEGORIES= devel MASTER_SITES= https://codeberg.org/dnkl/tllist/archive/ DISTNAME= ${DISTVERSION} Modified: head/devel/tllist/distinfo ============================================================================== --- head/devel/tllist/distinfo Fri Aug 7 11:20:11 2020 (r544321) +++ head/devel/tllist/distinfo Fri Aug 7 11:27:30 2020 (r544322) @@ -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 Modified: head/devel/tllist/pkg-descr ============================================================================== --- head/devel/tllist/pkg-descr Fri Aug 7 11:20:11 2020 (r544321) +++ head/devel/tllist/pkg-descr Fri Aug 7 11:27:30 2020 (r544322) @@ -14,7 +14,7 @@ The memory overhead is fairly small; each item carries 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008071127.077BRVew055009>