svn commit: r568681 - head/security/maia

Neel Chauhan nc at FreeBSD.org
Wed Mar 17 17:42:52 UTC 2021


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 at 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
 


More information about the svn-ports-head mailing list