From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 17:42:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEF3459B; Sun, 9 Feb 2014 17:42:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8CA717A6; Sun, 9 Feb 2014 17:42:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19HguX4039515; Sun, 9 Feb 2014 17:42:56 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19HguIF039514; Sun, 9 Feb 2014 17:42:56 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402091742.s19HguIF039514@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 9 Feb 2014 17:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343533 - head/mail/fetchyahoo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 17:42:56 -0000 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 Approved by: Corey Halpin (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@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 \