svn commit: r549474 - in head/mail: . getmail

Joseph Mingrone jrm at FreeBSD.org
Mon Sep 21 17:54:58 UTC 2020


Author: jrm
Date: Mon Sep 21 17:54:57 2020
New Revision: 549474
URL: https://svnweb.freebsd.org/changeset/ports/549474

Log:
  mail/getmail: Restore with a future expiration date
  
  The upstream author has stated that he is working on a python3 update.

Added:
  head/mail/getmail/
     - copied from r548979, head/mail/getmail/
Modified:
  head/mail/Makefile
  head/mail/getmail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Mon Sep 21 17:53:02 2020	(r549473)
+++ head/mail/Makefile	Mon Sep 21 17:54:57 2020	(r549474)
@@ -135,6 +135,7 @@
     SUBDIR += findmaildirs
     SUBDIR += geary
     SUBDIR += gensig
+    SUBDIR += getmail
     SUBDIR += getmail6
     SUBDIR += gmime2
     SUBDIR += gmime2-sharp

Modified: head/mail/getmail/Makefile
==============================================================================
--- head/mail/getmail/Makefile	Sat Sep 19 12:48:45 2020	(r548979)
+++ head/mail/getmail/Makefile	Mon Sep 21 17:54:57 2020	(r549474)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
 DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
+EXPIRATION_DATE=	2020-12-31
 
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list