use GH_*, there was a fix for / in GH_TAGNAME, but you need to set

DISTNAME by hand in that case
This commit is contained in:
sthen
2026-03-05 10:39:12 +00:00
parent c0ffeeec67
commit 2bbd08d6b2
+4 -7
View File
@@ -2,6 +2,9 @@ COMMENT = PostgreSQL backup & restore tool
V = 2.58.0
DISTNAME = pgbackrest-${V}
GH_ACCOUNT = pgbackrest
GH_PROJECT = pgbackrest
GH_TAGNAME = release/${V}
CATEGORIES = databases
HOMEPAGE = https://pgbackrest.org/
@@ -10,12 +13,6 @@ MAINTAINER = Pavel Korovin <pvk@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
# tag contains / so no GH_*
SITES = https://github.com/pgbackrest/pgbackrest/archive/release/
DISTFILES = pgbackrest-{}${V}.tar.gz
WRKDIST = ${WRKDIR}/pgbackrest-release-${V}
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
@@ -26,7 +23,7 @@ BUILD_DEPENDS = devel/libyaml
MODULES = devel/meson
LIB_DEPENDS = archivers/bzip2 \
archivers/lz4 \
archivers/lz4 \
archivers/zstd \
databases/postgresql,-main \
security/libssh2 \