pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd-extras



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Dec  7 20:51:56 UTC 2024

Modified Files:
        pkgsrc/mail/opensmtpd-extras: MESSAGE Makefile

Log Message:
mail/opensmtpd-extras: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/opensmtpd-extras/MESSAGE
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/opensmtpd-extras/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/opensmtpd-extras/MESSAGE
diff -u pkgsrc/mail/opensmtpd-extras/MESSAGE:1.2 pkgsrc/mail/opensmtpd-extras/MESSAGE:1.3
--- pkgsrc/mail/opensmtpd-extras/MESSAGE:1.2    Sat Dec  7 20:50:08 2024
+++ pkgsrc/mail/opensmtpd-extras/MESSAGE        Sat Dec  7 20:51:56 2024
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2024/12/07 20:50:08 vins Exp $
+$NetBSD: MESSAGE,v 1.3 2024/12/07 20:51:56 vins Exp $
 
 IMPORTANT
 
@@ -13,7 +13,7 @@ Users updating to OpenSMTPD 7.6.0p0 or a
 remove this package first. Extra table add-ons for 7.6.0 are now
 provided as standalone packages.
 
-mail/opensmtpd-extras is to be considered in maintainance mode, and only 
+mail/opensmtpd-extras is to be considered in maintainance mode, and only
 kept to provide long term support for users still running OpenSMTPD 7.5.0
 or below.
 

Index: pkgsrc/mail/opensmtpd-extras/Makefile
diff -u pkgsrc/mail/opensmtpd-extras/Makefile:1.11 pkgsrc/mail/opensmtpd-extras/Makefile:1.12
--- pkgsrc/mail/opensmtpd-extras/Makefile:1.11  Sat Dec  7 20:50:08 2024
+++ pkgsrc/mail/opensmtpd-extras/Makefile       Sat Dec  7 20:51:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/12/07 20:50:08 vins Exp $
+# $NetBSD: Makefile,v 1.12 2024/12/07 20:51:56 vins Exp $
 
 DISTNAME=              opensmtpd-extras-6.7.1_20241022
 CATEGORIES=            mail
@@ -13,7 +13,7 @@ COMMENT=      Addons for OpenSMTPD
 LICENSE=       isc
 
 CONFLICTS+=    opensmtpd>=7.6.0
-CONFLICTS=     + opensmtpd-table-ldap-[0-9]*
+CONFLICTS+=    opensmtpd-table-ldap-[0-9]*
 CONFLICTS+=    opensmtpd-table-mysql-[0-9]*
 CONFLICTS+=    opensmtpd-table-passwd-[0-9]*
 CONFLICTS+=    opensmtpd-table-postgres-[0-9]*



Home | Main Index | Thread Index | Old Index