git: c25ffb4eab6e - main - archivers/libarchive: force rebuild
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 19:48:00 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c25ffb4eab6e51b8c7dbbf4e96d7d208e8baef11 commit c25ffb4eab6e51b8c7dbbf4e96d7d208e8baef11 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-01-24 19:47:08 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-01-24 19:47:57 +0000 archivers/libarchive: force rebuild prior pkg 2.0.3, libarchive was not export itself in shlibs_provide --- archivers/libarchive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 71329de4dac9..2378f8966618 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,6 +1,6 @@ PORTNAME= libarchive DISTVERSION= 3.7.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \