summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-08-06 11:45:46 +0200
committerMatthias Andree <mandree@FreeBSD.org>2025-08-06 11:46:22 +0200
commit86108d2ca4d7d22224b1a4161004c3bf292db0a2 (patch)
tree97c15a170e0424b35296fcc0cd8cb9299cfd737f
parentlang/gcc16-devel: Update to 16.0.0.s20250803 (diff)
archivers/py-borgbackup: Add github to MASTER_SITES
-rw-r--r--archivers/py-borgbackup/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/py-borgbackup/Makefile b/archivers/py-borgbackup/Makefile
index 7cf4a2c95e52..69c105b03851 100644
--- a/archivers/py-borgbackup/Makefile
+++ b/archivers/py-borgbackup/Makefile
@@ -2,7 +2,8 @@ PORTNAME= borgbackup
DISTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= archivers python
-MASTER_SITES= PYPI
+MASTER_SITES= https://github.com/borgbackup/borg/releases/download/${DISTVERSION}/ \
+ PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mandree@FreeBSD.org