Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 17:54:57 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549474 - in head/mail: . getmail
Message-ID:  <202009211754.08LHsvCu086376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009211754.08LHsvCu086376>