Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2019 10:50:39 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518140 - head/deskutils/conkyemail
Message-ID:  <201911221050.xAMAodDm079640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Nov 22 10:50:38 2019
New Revision: 518140
URL: https://svnweb.freebsd.org/changeset/ports/518140

Log:
  deskutils/conkyemail: Mark as DEPRECATED
  
  * Deprecate the port because the upstream repository hasn't changed since 6+
    years and the scripts aren't compatible with Python 3.
  
  * Don't set an expiration date for now as it runs fine as long as Python 2.7
    is present in the Ports tree.
  
  PR:		238487

Modified:
  head/deskutils/conkyemail/Makefile

Modified: head/deskutils/conkyemail/Makefile
==============================================================================
--- head/deskutils/conkyemail/Makefile	Fri Nov 22 10:38:46 2019	(r518139)
+++ head/deskutils/conkyemail/Makefile	Fri Nov 22 10:50:38 2019	(r518140)
@@ -15,6 +15,8 @@ COMMENT=	Email script for conky
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	No longer maintained by upstream
+
 RUN_DEPENDS=	conky:sysutils/conky
 
 USES=		python:2.7



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