From 2bbd08d6b2b59ddecd9f2c341a23c093ebcaaa4a Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 5 Mar 2026 10:39:12 +0000 Subject: [PATCH] use GH_*, there was a fix for / in GH_TAGNAME, but you need to set DISTNAME by hand in that case --- databases/pgbackrest/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/databases/pgbackrest/Makefile b/databases/pgbackrest/Makefile index ac189b84c0c..0679e17f8f9 100644 --- a/databases/pgbackrest/Makefile +++ b/databases/pgbackrest/Makefile @@ -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 # 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 \