Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2021 17:42:52 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568681 - head/security/maia
Message-ID:  <202103171742.12HHgqJA020142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nc
Date: Wed Mar 17 17:42:52 2021
New Revision: 568681
URL: https://svnweb.freebsd.org/changeset/ports/568681

Log:
  security/maia: Remove -w flag from perl scripts
  
  PR:		254312
  Submitted by:	ek AT purplehat DOT org (maintainer)

Modified:
  head/security/maia/Makefile

Modified: head/security/maia/Makefile
==============================================================================
--- head/security/maia/Makefile	Wed Mar 17 17:26:02 2021	(r568680)
+++ head/security/maia/Makefile	Wed Mar 17 17:42:52 2021	(r568681)
@@ -3,7 +3,7 @@
 
 PORTNAME=	maia
 DISTVERSION=	1.0.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	security
 
 MAINTAINER=	ek@purplehat.org
@@ -293,7 +293,7 @@ post-patch:
 	scripts/process-quarantine.pl scripts/resend.pl scripts/send-quarantine-digests.pl \
 	scripts/send-quarantine-reminders.pl scripts/stats-snapshot.pl
 		@${REINPLACE_CMD} -e "s|/etc/maia/maia.conf|${ETCDIR}/maia.conf|" \
-		-e "s|/usr/bin/perl|/usr/bin/env perl|" \
+		-e "s|/usr/bin/perl.*|/usr/bin/env perl|" \
 		${WRKSRC}/${m}
 .endfor
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103171742.12HHgqJA020142>