pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   kim
Date:           Sun May  3 13:18:24 UTC 2026

Modified Files:
        pkgsrc/mail: Makefile
        pkgsrc/mail/py-postfix-mta-sts-resolver: Makefile
Added Files:
        pkgsrc/mail/postfix-mta-sts-resolver: DESCR Makefile

Log Message:
postfix-mta-sts-resolver: Add meta package


To generate a diff of this commit:
cvs rdiff -u -r1.689 -r1.690 pkgsrc/mail/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/postfix-mta-sts-resolver/DESCR \
    pkgsrc/mail/postfix-mta-sts-resolver/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.689 pkgsrc/mail/Makefile:1.690
--- pkgsrc/mail/Makefile:1.689  Wed Apr  8 14:11:20 2026
+++ pkgsrc/mail/Makefile        Sun May  3 13:18:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.689 2026/04/08 14:11:20 taca Exp $
+# $NetBSD: Makefile,v 1.690 2026/05/03 13:18:24 kim Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -333,6 +333,7 @@ SUBDIR+=    postfix
 SUBDIR+=       postfix-cdb
 SUBDIR+=       postfix-ldap
 SUBDIR+=       postfix-lmdb
+SUBDIR+=       postfix-mta-sts-resolver
 SUBDIR+=       postfix-mysql
 SUBDIR+=       postfix-pcre
 SUBDIR+=       postfix-pgsql

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.11 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.12
--- pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.11       Mon Nov 10 08:46:16 2025
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile    Sun May  3 13:18:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/11/10 08:46:16 kim Exp $
+# $NetBSD: Makefile,v 1.12 2026/05/03 13:18:24 kim Exp $
 
-DISTNAME=      postfix_mta_sts_resolver-1.5.1
+DISTNAME=      postfix_mta_sts_resolver-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/postfix_mta_sts_resolver/}
@@ -30,6 +30,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 
+.include "version.mk"
+
 post-install:
 .for bin in mta-sts-daemon mta-sts-query
        cd ${DESTDIR}${PREFIX}/bin && \

Added files:

Index: pkgsrc/mail/postfix-mta-sts-resolver/DESCR
diff -u /dev/null pkgsrc/mail/postfix-mta-sts-resolver/DESCR:1.1
--- /dev/null   Sun May  3 13:18:24 2026
+++ pkgsrc/mail/postfix-mta-sts-resolver/DESCR  Sun May  3 13:18:24 2026
@@ -0,0 +1,3 @@
+
+This is a meta package for convenience, to make postfix-mta-sts-resolver
+available under a name that is easier to address in automation.
Index: pkgsrc/mail/postfix-mta-sts-resolver/Makefile
diff -u /dev/null pkgsrc/mail/postfix-mta-sts-resolver/Makefile:1.1
--- /dev/null   Sun May  3 13:18:24 2026
+++ pkgsrc/mail/postfix-mta-sts-resolver/Makefile       Sun May  3 13:18:24 2026
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2026/05/03 13:18:24 kim Exp $
+
+PKGNAME=       postfix-mta-sts-resolver-${VERSION}
+CATEGORIES=    mail
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+DESCR_SRC=     ../../mail/py-postfix-mta-sts-resolver/DESCR DESCR
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Snawoot/postfix-mta-sts-resolver
+COMMENT=       Daemon providing TLS client policy for Postfix based on MTA-STS policy (meta package)
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-postfix-mta-sts-resolver>=${VERSION}:../../mail/py-postfix-mta-sts-resolver
+
+META_PACKAGE=  yes
+
+.include "../../mail/py-postfix-mta-sts-resolver/version.mk"
+.include "../../lang/python/pyversion.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index