Mon Feb 12 03:25:10 2024 UTC (104d)
reset PKGREVISION for sendmail update


(jnemeth)
diff -r1.22 -r1.23 pkgsrc/mail/libmilter/Makefile
diff -r1.9 -r1.10 pkgsrc/mail/sendmail-cidrexpand/Makefile
diff -r1.15 -r1.16 pkgsrc/mail/sendmail-qtool/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/mail/libmilter/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/libmilter/Makefile 2016/05/20 12:12:14 1.22
+++ pkgsrc/mail/libmilter/Makefile 2024/02/12 03:25:09 1.23
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2016/05/20 12:12:14 jperkin Exp $ 1# $NetBSD: Makefile,v 1.23 2024/02/12 03:25:09 jnemeth Exp $
2 2
3PKGNAME= libmilter-${DIST_VERS} 3PKGNAME= libmilter-${DIST_VERS}
4PKGREVISION= 1 
5COMMENT= Mail filter support library for sendmail 4COMMENT= Mail filter support library for sendmail
6 5
7.include "options.mk" 6.include "options.mk"
8.include "../../mail/sendmail/Makefile.common" 7.include "../../mail/sendmail/Makefile.common"
9 8
10INSTALLATION_DIRS= include lib 9INSTALLATION_DIRS= include lib
11 10
12post-patch: make-sendmail-siteconfig 11post-patch: make-sendmail-siteconfig
13 12
14do-build: 13do-build:
15 (cd ${WRKSRC}/libmilter && env ${MAKE_ENV} ./Build) 14 (cd ${WRKSRC}/libmilter && env ${MAKE_ENV} ./Build)
16 15
17do-install: 16do-install:

cvs diff -r1.9 -r1.10 pkgsrc/mail/sendmail-cidrexpand/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/sendmail-cidrexpand/Makefile 2015/06/12 10:50:26 1.9
+++ pkgsrc/mail/sendmail-cidrexpand/Makefile 2024/02/12 03:25:10 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2015/06/12 10:50:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2024/02/12 03:25:10 jnemeth Exp $
2 2
3PKGNAME= sendmail-cidrexpand-${DIST_VERS} 3PKGNAME= sendmail-cidrexpand-${DIST_VERS}
4PKGREVISION= 1 
5MAINTAINER= hauke@NetBSD.org 4MAINTAINER= hauke@NetBSD.org
6COMMENT= CIDR pre-parser for Sendmail access maps 5COMMENT= CIDR pre-parser for Sendmail access maps
7 6
8PKG_OPTIONS= # for the sake of Makefile.common 7PKG_OPTIONS= # for the sake of Makefile.common
9.include "../../mail/sendmail/Makefile.common" 8.include "../../mail/sendmail/Makefile.common"
10 9
11DEPENDS+= p5-Net-CIDR-[0-9]*:../../devel/p5-Net-CIDR 10DEPENDS+= p5-Net-CIDR-[0-9]*:../../devel/p5-Net-CIDR
12 11
13INSTALLATION_DIRS= bin 12INSTALLATION_DIRS= bin
14 13
15REPLACE_PERL= contrib/cidrexpand 14REPLACE_PERL= contrib/cidrexpand
16NO_BUILD= yes 15NO_BUILD= yes
17 16

cvs diff -r1.15 -r1.16 pkgsrc/mail/sendmail-qtool/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/sendmail-qtool/Makefile 2022/06/28 11:34:34 1.15
+++ pkgsrc/mail/sendmail-qtool/Makefile 2024/02/12 03:25:10 1.16
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2022/06/28 11:34:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2024/02/12 03:25:10 jnemeth Exp $
2 2
3PKGNAME= sendmail-qtool-${DIST_VERS} 3PKGNAME= sendmail-qtool-${DIST_VERS}
4PKGREVISION= 7 
5COMMENT= Perl script to manage sendmail queue entries 4COMMENT= Perl script to manage sendmail queue entries
6 5
7PKG_OPTIONS= #hack to please Makefile.common 6PKG_OPTIONS= #hack to please Makefile.common
8 7
9.include "../../mail/sendmail/Makefile.common" 8.include "../../mail/sendmail/Makefile.common"
10 9
11USE_TOOLS+= pax 10USE_TOOLS+= pax
12USE_TOOLS+= perl:run 11USE_TOOLS+= perl:run
13 12
14REPLACE_PERL= contrib/qtool.pl 13REPLACE_PERL= contrib/qtool.pl
15 14
16INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 15INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
17 16