git: 1b7c6c2a7d06 - main - sysutils/archivemount: Update to 0.9.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Sep 2022 18:11:17 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b7c6c2a7d06f82cab68314fd5168571701737c9 commit 1b7c6c2a7d06f82cab68314fd5168571701737c9 Author: Evgeny Zhirnov <jirnov@gmail.com> AuthorDate: 2022-09-20 18:08:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-20 18:11:04 +0000 sysutils/archivemount: Update to 0.9.1 ChangeLog: * 0.9.1 - Incorporated fixes for compilation problems with newer gcc versions. Contributed by Niels de Vos * 0.9.0 - Make sure the written archive's format is the same or as close as possible to the original. Due to a bug written files were always in ustar format. Contributed by Jeff Ebert. - Add AM_PROG_CC_C_O macro to configure.ac, contributed by Jeff Ebert - added option -o password, contributed by Scott Worley - Pass REG_ENHANCED to regcomp where available (Mac and BSD). Otherwise \? has no special meaning. Contributed by Michael J. Walsh - Removed magic number for block size, it's a constant now. Contributed by John Delgado PR: 266518 --- sysutils/archivemount/Makefile | 3 +-- sysutils/archivemount/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index c763b2e13925..ffd292a2ca79 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -1,6 +1,5 @@ PORTNAME= archivemount -DISTVERSION= 0.8.12 -PORTREVISION= 2 +DISTVERSION= 0.9.1 CATEGORIES= sysutils MASTER_SITES= https://www.cybernoia.de/software/archivemount/ diff --git a/sysutils/archivemount/distinfo b/sysutils/archivemount/distinfo index c49698358eb0..f80191a890d9 100644 --- a/sysutils/archivemount/distinfo +++ b/sysutils/archivemount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554380378 -SHA256 (archivemount-0.8.12.tar.gz) = 247e475539b84e6d2a13083fd6df149995560ff1ea92fe9fdbfc87569943cb89 -SIZE (archivemount-0.8.12.tar.gz) = 131934 +TIMESTAMP = 1663696814 +SHA256 (archivemount-0.9.1.tar.gz) = c529b981cacb19541b48ddafdafb2ede47a40fcaf16c677c1e2cd198b159c5b3 +SIZE (archivemount-0.9.1.tar.gz) = 133251