summaryrefslogtreecommitdiff
path: root/sysutils/backrest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/backrest/Makefile')
-rw-r--r--sysutils/backrest/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/backrest/Makefile b/sysutils/backrest/Makefile
index 8ad67993a252..9e200bb17337 100644
--- a/sysutils/backrest/Makefile
+++ b/sysutils/backrest/Makefile
@@ -1,9 +1,12 @@
PORTNAME= backrest
DISTVERSIONPREFIX= v
-DISTVERSION= 1.11.1
+DISTVERSION= 1.12.0
+PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/
-DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX}
+MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/:assets
+# For instructions on how to create assets:
+# https://github.com/DtxdF/port-assets-makejails/tree/main/backrest
+DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX}:assets
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Web UI and orchestrator for restic backup
@@ -40,7 +43,7 @@ RCLONE_RUN_DEPENDS= rclone>=0:net/rclone
# Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD'
# in the Backrest repository to get the value of GITID.
-GITID= 3da2e9a67fdbd2e07d90b1e7dceae19066fd9585
+GITID= 43577232d5050f11815c286e35a8e3f30fcfb371
BUILD_DATE= $$(date -u '+%Y-%m-%dT%H:%M:%SZ')