Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2024 23:31:56 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f321b5740cfc - main - www/authelia: Fix build that was broken due to a tarball reroll
Message-ID:  <202404142331.43ENVuoh095399@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f321b5740cfc5d5dd9149354c061305a3bf40ba9

commit f321b5740cfc5d5dd9149354c061305a3bf40ba9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-14 23:23:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-14 23:23:01 +0000

    www/authelia: Fix build that was broken due to a tarball reroll
    
    Reported by:    fallout
---
 www/authelia/Makefile | 1 +
 www/authelia/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/authelia/Makefile b/www/authelia/Makefile
index e3bea962f2b7..046e4da143c6 100644
--- a/www/authelia/Makefile
+++ b/www/authelia/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	authelia
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.38.7
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html
 DISTFILES=	authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way
diff --git a/www/authelia/distinfo b/www/authelia/distinfo
index c119ac19d17e..559fcd0c1a48 100644
--- a/www/authelia/distinfo
+++ b/www/authelia/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1712954004
-SHA256 (go/www_authelia/authelia-v4.38.7/authelia-v4.38.7-public_html.tar.gz) = 1d80770a15022c97f340b4386e72ebe906fa93436fedca1c6a68ec0ba4ad4861
-SIZE (go/www_authelia/authelia-v4.38.7/authelia-v4.38.7-public_html.tar.gz) = 3687887
+TIMESTAMP = 1713136699
+SHA256 (go/www_authelia/authelia-v4.38.7/authelia-v4.38.7-public_html.tar.gz) = 2dba288cf57670557ffbc0f4e773c5a0c96709ba8b96cb26f36448c722f3ada8
+SIZE (go/www_authelia/authelia-v4.38.7/authelia-v4.38.7-public_html.tar.gz) = 3688486
 SHA256 (go/www_authelia/authelia-v4.38.7/v4.38.7.mod) = bfbd3fd7f1ed94b276fe6b80eb8be693d2587826a0584620f5f447e9a7ab5361
 SIZE (go/www_authelia/authelia-v4.38.7/v4.38.7.mod) = 5554
 SHA256 (go/www_authelia/authelia-v4.38.7/v4.38.7.zip) = b13155de3c6608cb63288ef280867dbbb007528cddcb8f3d943eb308490ed03b



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404142331.43ENVuoh095399>