diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-12-07 02:15:46 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-12-07 15:06:56 +0000 |
commit | 1a5ede5f3667b6e0399abb165603b33f51f65d66 (patch) | |
tree | a4bb68054aad1bff88578958b521cd500b7e0153 /www/authelia/Makefile | |
parent | c4ce3279dbdde130aaff8810a4ef8625ba06128f (diff) | |
download | ports-1a5ede5f3667b6e0399abb165603b33f51f65d66.tar.gz ports-1a5ede5f3667b6e0399abb165603b33f51f65d66.zip |
Diffstat (limited to 'www/authelia/Makefile')
-rw-r--r-- | www/authelia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 77c03e9eda2a..aef0aa276a53 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -1,7 +1,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v DISTVERSION= 4.37.5 -PORTREVISION= 7 +PORTREVISION= 8 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 |