From owner-dev-commits-ports-all@freebsd.org Sat Jul 17 08:08:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67EF166FAD4; Sat, 17 Jul 2021 08:08:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GRgj82NVyz4jpX; Sat, 17 Jul 2021 08:08:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 379F95089; Sat, 17 Jul 2021 08:08:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16H88S3k025440; Sat, 17 Jul 2021 08:08:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16H88SLk025439; Sat, 17 Jul 2021 08:08:28 GMT (envelope-from git) Date: Sat, 17 Jul 2021 08:08:28 GMT Message-Id: <202107170808.16H88SLk025439@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 794d9d09ddb6 - main - www/bacula-web: Show a message on deinstall to remove files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 794d9d09ddb62f65ffdc66df5eb4ec5944924604 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2021 08:08:28 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=794d9d09ddb62f65ffdc66df5eb4ec5944924604 commit 794d9d09ddb62f65ffdc66df5eb4ec5944924604 Author: Matthias Fechner AuthorDate: 2021-07-17 08:06:00 +0000 Commit: Matthias Fechner CommitDate: 2021-07-17 08:08:24 +0000 www/bacula-web: Show a message on deinstall to remove files The application is generating some files on usage which are maybe not required anymore if you deinstalled the application. Suggest on deinstall a command the user can execute to remove all files. PR: 196016 --- www/bacula-web/Makefile | 2 +- www/bacula-web/files/pkg-message.in | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile index f1fe22020865..62b4ad954d73 100644 --- a/www/bacula-web/Makefile +++ b/www/bacula-web/Makefile @@ -3,7 +3,7 @@ PORTNAME= bacula-web DISTVERSIONPREFIX= v DISTVERSION= 8.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www sysutils PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/bacula-web/files/pkg-message.in b/www/bacula-web/files/pkg-message.in index 02bdcc7292ec..79d51091ded5 100644 --- a/www/bacula-web/files/pkg-message.in +++ b/www/bacula-web/files/pkg-message.in @@ -31,4 +31,11 @@ Make sure to update dependencies with: cd %%WWWDIR%%; composer i EOM } +{ + type: remove + message: <