pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/courier-mta



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.

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



Home | Main Index | Thread Index | Old Index