From 072e5c1ed78ff181364e3b702bb5d853f0aff86d Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 25 Jul 2023 22:07:21 +0300 Subject: [PATCH] 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 9a412c98cb882..eb01e112ca932 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