svn commit: r545253 - head/mail/getmail

Joseph Mingrone jrm at FreeBSD.org
Tue Aug 18 19:11:07 UTC 2020


Author: jrm
Date: Tue Aug 18 19:11:02 2020
New Revision: 545253
URL: https://svnweb.freebsd.org/changeset/ports/545253

Log:
  mail/getmail: Add CONFLICTS with new port, mail/getmail6

Modified:
  head/mail/getmail/Makefile   (contents, props changed)

Modified: head/mail/getmail/Makefile
==============================================================================
--- head/mail/getmail/Makefile	Tue Aug 18 19:11:00 2020	(r545252)
+++ head/mail/getmail/Makefile	Tue Aug 18 19:11:02 2020	(r545253)
@@ -3,6 +3,7 @@
 
 PORTNAME=	getmail
 DISTVERSION=	5.14
+PORTREVISION=	1
 CATEGORIES=	mail python
 MASTER_SITES=	http://pyropus.ca/software/getmail/old-versions/
 
@@ -17,6 +18,8 @@ EXPIRATION_DATE=	2020-09-15
 
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+
+CONFLICTS=	py*-getmail6
 
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-head mailing list