mail/spamassassin*: Remove redundant plist entries

/var/lib is no longer used by spamassassin. Remove it.

PR:	282317
MFH:	2024Q4
This commit is contained in:
Cy Schubert 2024-10-25 07:18:42 -07:00
parent d308e4db9c
commit 96194a7a6e
4 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= spamassassin
PORTVERSION= ${SA_COMMIT_DATE}
PORTREVISION= 1
CATEGORIES?= mail perl5
PKGNAMESUFFIX= -devel

View file

@ -246,8 +246,6 @@ lib/libspamc.so.0
@comment ##################################################################
@postunexec rm -rf /var/lib/spamassassin/2* 2>&1 >/dev/null || true
@dir /var/db/spamassassin
@dir /var/lib
@dir /var/lib/spamassassin
@dir(%%USER%%,%%GROUP%%,) /var/run/spamd
@comment ##################################################################
@postunexec [ -d /var/db/spamassassin ] && echo "If you are no longer using SpamAssassin, remove /var/db/spamassassin"

View file

@ -1,6 +1,6 @@
PORTNAME= spamassassin
PORTVERSION= 4.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES?= mail perl5
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail
DISTNAME= Mail-SpamAssassin-${PORTVERSION}

View file

@ -243,8 +243,6 @@ lib/libspamc.so.0
@comment ##################################################################
@postunexec rm -rf /var/lib/spamassassin/2* 2>&1 >/dev/null || true
@dir /var/db/spamassassin
@dir /var/lib
@dir /var/lib/spamassassin
@dir(%%USER%%,%%GROUP%%,) /var/run/spamd
@comment ##################################################################
@postunexec [ -d /var/db/spamassassin ] && echo "If you are no longer using SpamAssassin, remove /var/db/spamassassin"