svn commit: r518140 - head/deskutils/conkyemail

Kai Knoblich kai at FreeBSD.org
Fri Nov 22 10:50:39 UTC 2019


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


More information about the svn-ports-all mailing list