Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1/xnRQUV; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=N5iE6TZl Received: by mail.netbsd.org (Postfix, from userid 605) id 5108384D27; Wed, 15 May 2024 10:57:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715770626; bh=WSfitqWzUm5F+HhSsClDA08QlgZk/Ii5Bit4gp2oVNY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=1/xnRQUVilnUg4Aw02pDVvkoRQWE8UeuK4Eu3UqUEpeRaHa9/t7vN2AS3HR1+EasA hm4UIpAM8Vq4VQgeca+5EgckUKZAfFK5j6PJxX4PZqEsJrBcRCL4Gffs5Bb7RvFmRw glrW2aBDappS56k4so0xEpTweiYiBdjD/w/kx9ug= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4193F84EEF for ; Wed, 15 May 2024 10:57:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OaOM9hUDUY1A for ; Wed, 15 May 2024 10:57:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A3D1D84D27 for ; Wed, 15 May 2024 10:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715770624; bh=WSfitqWzUm5F+HhSsClDA08QlgZk/Ii5Bit4gp2oVNY=; h=Date:From:Subject:To:Reply-To; b=N5iE6TZl2MvJiQmgzBT4OILmlFBy0ZoBlC1w6QDQ3drePv2mR8wk3JRLqRo3nhOEk fBvBJeO3w5W5/fInBsxd3aqqdseSubzwnT5DbzrUQJvc809sQg4eccN+RLfIDU4PLX K29yCLdiKuZkcrZb/0kq4WemNfJQDyexitIr4yY8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99164FA2C; Wed, 15 May 2024 10:57:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715770624234250" MIME-Version: 1.0 Date: Wed, 15 May 2024 10:57:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/courier-mta To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515105704.99164FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715770624234250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 10:57:04 UTC 2024 Modified Files: pkgsrc/mail/courier-mta: Makefile PLIST Log Message: courier-mta: fix interpreter paths in installed files Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/courier-mta/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/courier-mta/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715770624234250 Content-Disposition: inline Content-Length: 2226 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/courier-mta/Makefile diff -u pkgsrc/mail/courier-mta/Makefile:1.68 pkgsrc/mail/courier-mta/Makefile:1.69 --- pkgsrc/mail/courier-mta/Makefile:1.68 Thu Apr 18 06:53:15 2024 +++ pkgsrc/mail/courier-mta/Makefile Wed May 15 10:57:04 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.68 2024/04/18 06:53:15 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2024/05/15 10:57:04 wiz Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/-mta-/} -PKGREVISION= +PKGREVISION= 1 CATEGORIES= mail CONFLICTS+= esmtp>=1.2 postfix-[0-9]* qmail-[0-9]* sendmail-[0-9]* @@ -75,7 +75,9 @@ SUBST_FILES.paths= ${WRKDIR}/mailer.conf SUBST_VARS.paths= PREFIX SUBST_STAGE.paths= pre-configure -REPLACE_PERL+= courier/webadmin/*.pl courier/webadmin/*.pl.in webadmin/*.pl +REPLACE_PERL+= courier/webadmin/*.pl courier/webadmin/*.pl.in webadmin/*.pl courier/filters/perlfilter/*.pl + +CHECK_WRKREF_SKIP+= bin/courier-config SPECIAL_PERMS+= ${DATADIR}/filterctl ${COURIER_USER} ${COURIER_GROUP} 0500 SPECIAL_PERMS+= ${PREFIX}/sbin/courierfilter ${COURIER_USER} \ Index: pkgsrc/mail/courier-mta/PLIST diff -u pkgsrc/mail/courier-mta/PLIST:1.12 pkgsrc/mail/courier-mta/PLIST:1.13 --- pkgsrc/mail/courier-mta/PLIST:1.12 Mon Feb 12 21:06:43 2024 +++ pkgsrc/mail/courier-mta/PLIST Wed May 15 10:57:04 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2024/02/12 21:06:43 hans Exp $ +@comment $NetBSD: PLIST,v 1.13 2024/05/15 10:57:04 wiz Exp $ bin/cancelmsg bin/courier-config bin/couriermlm @@ -171,6 +171,9 @@ share/courier/perlfilter-ratelimit.pl share/courier/perlfilter-wrapper.pl share/courier/verifysender share/courier/verifysenderfull +share/doc/courier/FAQ.html +share/doc/courier/aliases.html +share/doc/courier/aliaslookup.html share/doc/courier/bg.png share/doc/courier/cancelmsg.html share/doc/courier/courier.html @@ -204,9 +207,6 @@ share/doc/courier/makehosteddomains.html share/doc/courier/makepercentrelay.html share/doc/courier/makesmtpaccess.html share/doc/courier/menu.html -share/doc/courier/FAQ.html -share/doc/courier/aliases.html -share/doc/courier/aliaslookup.html share/doc/courier/mkesmtpdcert.html share/doc/courier/modules.html share/doc/courier/pop3d.html --_----------=_1715770624234250--