git: 072e5c1ed78f - main - mail/dspam: adjust SHEBANG_FILES masks to cover *.pl.in template
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 19:10:28 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=072e5c1ed78ff181364e3b702bb5d853f0aff86d commit 072e5c1ed78ff181364e3b702bb5d853f0aff86d Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-07-25 19:07:21 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-07-25 19:07:21 +0000 mail/dspam: adjust SHEBANG_FILES masks to cover *.pl.in template Bump PORTREVISION to force reroll with correct configure script Reported by: poudriere bulk -t Approved by: portmgr blanket Sponsored by: Serenity Cybersecurity, LLC --- mail/dspam/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 9a412c98cb88..eb01e112ca93 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -4,7 +4,7 @@ PORTNAME= dspam PORTVERSION= 3.10.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -88,7 +88,7 @@ SHEBANG_FILES= src/tools/dspam_logrotate \ webui/cgi-bin/templates/*/strings.pl \ webui/cgi-bin/templates/strings.pl \ webui/cgi-bin/*.cgi \ - webui/cgi-bin/*.pl + webui/cgi-bin/*.pl* .ifdef(GDBS) CFLAGS+= -g -DDEBUG