Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 20:35:16 GMT
From:      Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fae20865e6f4 - main - ftp/sftpgo: Fix plist
Message-ID:  <202305302035.34UKZGkA059228@gitrepo.freebsd.org>

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

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

commit fae20865e6f4f93d1016a525eb989183cb4ee8a0
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2023-05-30 20:33:22 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2023-05-30 20:33:22 +0000

    ftp/sftpgo: Fix plist
    
    PR:             271612
    Reported by:    Sam <bsd@bontempi.net>
---
 ftp/sftpgo/Makefile  |  1 +
 ftp/sftpgo/pkg-plist | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile
index f83a60e72fc6..7377e1e17aa7 100644
--- a/ftp/sftpgo/Makefile
+++ b/ftp/sftpgo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sftpgo
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	ftp www
 MASTER_SITES=	https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src_with_deps
diff --git a/ftp/sftpgo/pkg-plist b/ftp/sftpgo/pkg-plist
index a67d501ba809..e57cfdeb9370 100644
--- a/ftp/sftpgo/pkg-plist
+++ b/ftp/sftpgo/pkg-plist
@@ -60,6 +60,8 @@ bin/sftpgo
 %%DATADIR%%/static/vendor/datatables/responsive.bootstrap4.min.css
 %%DATADIR%%/static/vendor/datatables/responsive.bootstrap4.min.js
 %%DATADIR%%/static/vendor/datatables/select.bootstrap4.min.css
+%%DATADIR%%/static/vendor/daterangepicker/daterangepicker.css
+%%DATADIR%%/static/vendor/daterangepicker/daterangepicker.min.js
 %%DATADIR%%/static/vendor/filepond/filepond.min.css
 %%DATADIR%%/static/vendor/filepond/filepond.min.js
 %%DATADIR%%/static/vendor/fontawesome-free/css/fontawesome.min.css
@@ -98,6 +100,7 @@ bin/sftpgo
 %%DATADIR%%/templates/common/forgot-password.html
 %%DATADIR%%/templates/common/reset-password.html
 %%DATADIR%%/templates/common/sftpgo.css
+%%DATADIR%%/templates/email/password-expiration.html
 %%DATADIR%%/templates/email/reset-password.html
 %%DATADIR%%/templates/webadmin/admin.html
 %%DATADIR%%/templates/webadmin/admins.html
@@ -105,22 +108,28 @@ bin/sftpgo
 %%DATADIR%%/templates/webadmin/base.html
 %%DATADIR%%/templates/webadmin/baselogin.html
 %%DATADIR%%/templates/webadmin/changepassword.html
+%%DATADIR%%/templates/webadmin/configs.html
 %%DATADIR%%/templates/webadmin/connections.html
 %%DATADIR%%/templates/webadmin/defender.html
 %%DATADIR%%/templates/webadmin/eventaction.html
 %%DATADIR%%/templates/webadmin/eventactions.html
 %%DATADIR%%/templates/webadmin/eventrule.html
 %%DATADIR%%/templates/webadmin/eventrules.html
+%%DATADIR%%/templates/webadmin/events.html
 %%DATADIR%%/templates/webadmin/folder.html
 %%DATADIR%%/templates/webadmin/folders.html
 %%DATADIR%%/templates/webadmin/fsconfig.html
 %%DATADIR%%/templates/webadmin/group.html
 %%DATADIR%%/templates/webadmin/groups.html
+%%DATADIR%%/templates/webadmin/iplist.html
+%%DATADIR%%/templates/webadmin/iplists.html
 %%DATADIR%%/templates/webadmin/login.html
 %%DATADIR%%/templates/webadmin/maintenance.html
 %%DATADIR%%/templates/webadmin/message.html
 %%DATADIR%%/templates/webadmin/mfa.html
 %%DATADIR%%/templates/webadmin/profile.html
+%%DATADIR%%/templates/webadmin/role.html
+%%DATADIR%%/templates/webadmin/roles.html
 %%DATADIR%%/templates/webadmin/sharedcomponents.html
 %%DATADIR%%/templates/webadmin/status.html
 %%DATADIR%%/templates/webadmin/twofactor-recovery.html
@@ -138,6 +147,7 @@ bin/sftpgo
 %%DATADIR%%/templates/webclient/profile.html
 %%DATADIR%%/templates/webclient/share.html
 %%DATADIR%%/templates/webclient/sharefiles.html
+%%DATADIR%%/templates/webclient/sharelogin.html
 %%DATADIR%%/templates/webclient/shares.html
 %%DATADIR%%/templates/webclient/shareupload.html
 %%DATADIR%%/templates/webclient/twofactor-recovery.html



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