pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/getmail6



Module Name:    pkgsrc
Committed By:   jym
Date:           Sun Oct 19 21:20:26 UTC 2025

Modified Files:
        pkgsrc/mail/getmail6: Makefile

Log Message:
Make getmail6 conflict with getmail5 explicitly.

Not bumping PKGREVISION as there is no binary change to the package.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/getmail6/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/getmail6/Makefile
diff -u pkgsrc/mail/getmail6/Makefile:1.7 pkgsrc/mail/getmail6/Makefile:1.8
--- pkgsrc/mail/getmail6/Makefile:1.7   Sun Oct 19 21:07:55 2025
+++ pkgsrc/mail/getmail6/Makefile       Sun Oct 19 21:20:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/10/19 21:07:55 jym Exp $
+# $NetBSD: Makefile,v 1.8 2025/10/19 21:20:26 jym Exp $
 
 DISTNAME=              getmail6-6.19.10
 CATEGORIES=            mail
@@ -16,6 +16,8 @@ USE_LANGUAGES=                # none
 
 REPLACE_PYTHON=                *.py getmailcore/*.py
 
+CONFLICTS+=            getmail5-[0-9]*
+
 # Original getmail is parked as mail/getmail5
 SUPERSEDES=            getmail<=5.16nb4
 



Home | Main Index | Thread Index | Old Index