From owner-svn-ports-head@FreeBSD.ORG Sun Jul 20 21:29:24 2014 Return-Path: Delivered-To: svn-ports-head@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 AE9E4A6E; Sun, 20 Jul 2014 21:29:24 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C48F2DB4; Sun, 20 Jul 2014 21:29:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6KLTOoN084896; Sun, 20 Jul 2014 21:29:24 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6KLTOLR084895; Sun, 20 Jul 2014 21:29:24 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407202129.s6KLTOLR084895@svn.freebsd.org> From: John Marino Date: Sun, 20 Jul 2014 21:29:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362377 - head/mail/getlive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 21:29:24 -0000 Author: marino Date: Sun Jul 20 21:29:24 2014 New Revision: 362377 URL: http://svnweb.freebsd.org/changeset/ports/362377 QAT: https://qat.redports.org/buildarchive/r362377/ Log: Remove mail/getlive as project owner declares GetLive is dead Micrsoft is converting all hotmail accounts to "Outlook" platform and once converted, getlive can not longer function on the account. The project owner has declared GetLive dead as of 2 May 2014. Remove the port in a couple of weeks (1 Aug 2014) PR: 191367 Submitted by: Lawrence Chen Approved by: maintainer timeout (~4 weeks) Modified: head/mail/getlive/Makefile Modified: head/mail/getlive/Makefile ============================================================================== --- head/mail/getlive/Makefile Sun Jul 20 21:28:38 2014 (r362376) +++ head/mail/getlive/Makefile Sun Jul 20 21:29:24 2014 (r362377) @@ -13,6 +13,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ayu@commun.jp COMMENT= Get mail from Hotmail (Live) mailboxes +DEPRECATED= GetLive project has been declared dead due to MS account conversion +EXPIRATION_DATE=2014-08-01 + RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ procmail:${PORTSDIR}/mail/procmail \ p5-URI>=0:${PORTSDIR}/net/p5-URI \