diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-02-06 16:37:29 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-02-06 16:41:33 -0800 |
commit | b6ac42b186c0923b0c68f8cd3ddab1540a4d3a69 (patch) | |
tree | 92a37b3478008cf28c3eb5c2784f8cb611f79418 /mail/spamassassin-devel | |
parent | ae90a5e65fc8ae43ba83662a4917489bae843039 (diff) | |
download | freebsd-ports-b6ac42b186c0923b0c68f8cd3ddab1540a4d3a69.zip |
mail/spamassassin*: Alter pkg-message to remind the user after upgrade
pkg-message states sa-update and sa-compile should be run after a
fresh install. It also tells the user to run these commands
periodically after install, implying that they should also be
run after update. Make the lanuage clearer so there is no confusion.
PR: 265316
MFH: 2024Q1
Diffstat (limited to 'mail/spamassassin-devel')
-rw-r--r-- | mail/spamassassin-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/spamassassin-devel/files/pkg-message.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile index 922275cca371..e755fc037e8a 100644 --- a/mail/spamassassin-devel/Makefile +++ b/mail/spamassassin-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= spamassassin PORTVERSION= ${SA_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES?= mail perl5 PKGNAMESUFFIX= -devel diff --git a/mail/spamassassin-devel/files/pkg-message.in b/mail/spamassassin-devel/files/pkg-message.in index d34c13f8ca9d..0a666d5b4407 100644 --- a/mail/spamassassin-devel/files/pkg-message.in +++ b/mail/spamassassin-devel/files/pkg-message.in @@ -17,8 +17,8 @@ You should complete the following post-installation tasks: 4) If this is a new installation, you should run sa-update and sa-compile. If this isn't a new installation, you - should probably run those commands on a regular basis - anyway. + should run those commands immediately after update and + probably run them on a regular basis. 5) Install mail/spamass-rules if you want some third-party spam-catching rulesets |