svn commit: r343533 - head/mail/fetchyahoo

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Feb 9 17:42:56 UTC 2014


Author: rm
Date: Sun Feb  9 17:42:56 2014
New Revision: 343533
URL: http://svnweb.freebsd.org/changeset/ports/343533
QAT: https://qat.redports.org/buildarchive/r343533/

Log:
  - mark this port deprecated - it's using Yahoo classic mail interface, that's
    discontinued, so this port will never work again.
  - set deprecation date to 2014-03-09
  
  PR:		178246
  Submitted by:	Lawrence Chen <beastie at tardisi.com>
  Approved by:	Corey Halpin <chalpin at cs.wisc.edu> (maintainer)

Modified:
  head/mail/fetchyahoo/Makefile

Modified: head/mail/fetchyahoo/Makefile
==============================================================================
--- head/mail/fetchyahoo/Makefile	Sun Feb  9 17:35:17 2014	(r343532)
+++ head/mail/fetchyahoo/Makefile	Sun Feb  9 17:42:56 2014	(r343533)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://fetchyahoo.twizzler
 MAINTAINER=	chalpin at cs.wisc.edu
 COMMENT=	Download e-mail from a Yahoo account to a Berkeley mailbox
 
+DEPRECATED=	Yahoo classic mail interface is discontinued, so this port is permanently broken
+EXPIRATION_DATE=	2014-03-09
+
 RUN_DEPENDS=	\
 	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
 	p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \


More information about the svn-ports-all mailing list