diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-01-24 19:47:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-01-24 19:47:57 +0000 |
commit | c25ffb4eab6e51b8c7dbbf4e96d7d208e8baef11 (patch) | |
tree | 06222f7587e1ec1ffdbe314ffc9e032151dd18c3 | |
parent | 85a0da14e452714dd39a4ce8adbcc6d9417e8bdc (diff) |
archivers/libarchive: force rebuild
prior pkg 2.0.3, libarchive was not export itself in shlibs_provide
-rw-r--r-- | archivers/libarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}/ \ |