From lchen@zen.lhaven.homeip.net  Thu Jan 17 18:02:46 2013
Return-Path: <lchen@zen.lhaven.homeip.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 20B1B5A2
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jan 2013 18:02:46 +0000 (UTC)
	(envelope-from lchen@zen.lhaven.homeip.net)
Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66])
	by mx1.freebsd.org (Postfix) with ESMTP id D8F7D76C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jan 2013 18:02:45 +0000 (UTC)
Received: from ip70-179-135-19.fv.ks.cox.net ([70.179.135.19] helo=zen.lhaven.homeip.net)
	by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.72)
	(envelope-from <lchen@zen.lhaven.homeip.net>)
	id 1Tvr90-000DTq-Nd
	for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Jan 2013 15:12:42 +0000
Received: from zen.lhaven.homeip.net (localhost [127.0.0.1])
	by zen.lhaven.homeip.net (8.14.6/8.14.5) with ESMTP id r0HFCYFO099899
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Jan 2013 09:12:34 -0600 (CST)
	(envelope-from lchen@zen.lhaven.homeip.net)
Received: (from lchen@localhost)
	by zen.lhaven.homeip.net (8.14.6/8.14.5/Submit) id r0HFCYjv099898;
	Thu, 17 Jan 2013 09:12:34 -0600 (CST)
	(envelope-from lchen)
Message-Id: <201301171512.r0HFCYjv099898@zen.lhaven.homeip.net>
Date: Thu, 17 Jan 2013 09:12:34 -0600 (CST)
From: Lawrence Chen <lchen@zen.lhaven.homeip.net>
Reply-To: Lawrence Chen <beastie@tardisi.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mail/fetchyahoo: update to latest to work with current Yahoo
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chalpin@cs.wisc.edu

>Number:         175380
>Category:       ports
>Synopsis:       [patch] mail/fetchyahoo: update to latest to work with current Yahoo
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 17 18:10:02 UTC 2013
>Closed-Date:    Fri Feb 08 01:23:04 UTC 2013
>Last-Modified:  Fri Feb  8 02:20:01 UTC 2013
>Originator:     Lawrence Chen
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD zen.lhaven.homeip.net 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Wasn't able to get ports version of fetchyahoo to retrieve mail from
	my Yahoo accounts.  Updating to latest version of fetchyahoo resolved
	the problem.
>How-To-Repeat:
	old doesn't work, got new working.
>Fix:

	Update to newer version of fetchyahoo, I used 2.14.8.

--- Makefile.dif begins here ---
--- Makefile.orig	2012-11-16 23:59:03.000000000 -0600
+++ Makefile	2012-12-03 15:26:06.000000000 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fetchyahoo
-PORTVERSION=	2.13.9
+PORTVERSION=	2.14.8
 CATEGORIES=	mail
 MASTER_SITES=	http://fetchyahoo.twizzler.org/
 
--- Makefile.dif ends here ---

--- distinfo.dif begins here ---
--- distinfo.orig	2011-07-03 08:52:51.000000000 -0500
+++ distinfo	2012-12-03 15:27:03.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (fetchyahoo-2.13.9.tar.gz) = 36365aeeec7d1e5d547ffffeec6542d77da35dc58233c3826345446371a64fa9
-SIZE (fetchyahoo-2.13.9.tar.gz) = 54214
+SHA256 (fetchyahoo-2.14.8.tar.gz) = bb0eab904e0eb178be27c55c249732ab3012692fed39413a5c4ff843dd5d0d69
+SIZE (fetchyahoo-2.14.8.tar.gz) = 56384
--- distinfo.dif ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 17 18:10:16 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175380 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chalpin@cs.wisc.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/175380: [patch] mail/fetchyahoo: update to latest to work with current Yahoo
Date: Thu, 17 Jan 2013 18:10:16 UT

 Maintainer of mail/fetchyahoo,
 
 Please note that PR ports/175380 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175380
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Corey Halpin <chalpin@cs.wisc.edu>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/175380: [patch] mail/fetchyahoo: update to latest to work
	with current Yahoo
Date: Fri, 18 Jan 2013 11:03:07 -0600

 --zx4FCpZtqtKETZ7O
 Content-Type: multipart/mixed; boundary="ew6BAiZeqk4r7MaW"
 Content-Disposition: inline
 
 
 --ew6BAiZeqk4r7MaW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
   Attached is a patch which applies the suggested updates and also updates =
 the=20
 format of "Created by" to make portlint happy.
 
 ~crh
 
 --ew6BAiZeqk4r7MaW
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="fy_crh.patch"
 Content-Transfer-Encoding: quoted-printable
 
 diff -ruN /usr/ports/mail/fetchyahoo/Makefile fetchyahoo/Makefile
 --- /usr/ports/mail/fetchyahoo/Makefile	2012-11-16 23:59:03.000000000 -0600
 +++ fetchyahoo/Makefile	2013-01-18 10:59:37.000000000 -0600
 @@ -1,12 +1,9 @@
 -# New ports collection makefile for:	fetchyahoo
 -# Date created:				2003-09-27
 -# Whom:					trevor
 -#
 +# Created by: Trevor Johnson <trevor@FreeBSD.org>
  # $FreeBSD: ports/mail/fetchyahoo/Makefile,v 1.35 2012/11/17 05:59:03 svne=
 xp Exp $
  #
 =20
  PORTNAME=3D	fetchyahoo
 -PORTVERSION=3D	2.13.9
 +PORTVERSION=3D	2.14.8
  CATEGORIES=3D	mail
  MASTER_SITES=3D	http://fetchyahoo.twizzler.org/
 =20
 diff -ruN /usr/ports/mail/fetchyahoo/distinfo fetchyahoo/distinfo
 --- /usr/ports/mail/fetchyahoo/distinfo	2011-07-03 08:52:51.000000000 -0500
 +++ fetchyahoo/distinfo	2013-01-18 10:51:06.000000000 -0600
 @@ -1,2 +1,2 @@
 -SHA256 (fetchyahoo-2.13.9.tar.gz) =3D 36365aeeec7d1e5d547ffffeec6542d77da3=
 5dc58233c3826345446371a64fa9
 -SIZE (fetchyahoo-2.13.9.tar.gz) =3D 54214
 +SHA256 (fetchyahoo-2.14.8.tar.gz) =3D bb0eab904e0eb178be27c55c249732ab3012=
 692fed39413a5c4ff843dd5d0d69
 +SIZE (fetchyahoo-2.14.8.tar.gz) =3D 56384
 
 --ew6BAiZeqk4r7MaW--
 
 --zx4FCpZtqtKETZ7O
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 
 iF4EAREIAAYFAlD5gEoACgkQR8PgTIRJoTWN0AD8CuomVYyusyoOdQSf22jmI9z5
 eKhgk8fnK5frs0RTQzcA/371ZZDz4izahb1D6ofdpmh7Swb+EQosSs5nNqDlhxaK
 =8eyH
 -----END PGP SIGNATURE-----
 
 --zx4FCpZtqtKETZ7O--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 8 01:23:03 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175380 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175380: commit references a PR
Date: Fri,  8 Feb 2013 02:11:25 +0000 (UTC)

 Author: miwi
 Date: Fri Feb  8 02:11:12 2013
 New Revision: 311904
 URL: http://svnweb.freebsd.org/changeset/ports/311904
 
 Log:
   - Update to 2.14.8
   - Trim header
   
   PR:		175380
   Submitted by:	Lawrence Chen <lchen@zen.lhaven.homeip.net>
   Approved by:	maintainer
 
 Modified:
   head/mail/fetchyahoo/Makefile
   head/mail/fetchyahoo/distinfo   (contents, props changed)
 
 Modified: head/mail/fetchyahoo/Makefile
 ==============================================================================
 --- head/mail/fetchyahoo/Makefile	Fri Feb  8 02:09:40 2013	(r311903)
 +++ head/mail/fetchyahoo/Makefile	Fri Feb  8 02:11:12 2013	(r311904)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	fetchyahoo
 -PORTVERSION=	2.13.9
 +PORTVERSION=	2.14.8
  CATEGORIES=	mail
  MASTER_SITES=	http://fetchyahoo.twizzler.org/
  
 
 Modified: head/mail/fetchyahoo/distinfo
 ==============================================================================
 --- head/mail/fetchyahoo/distinfo	Fri Feb  8 02:09:40 2013	(r311903)
 +++ head/mail/fetchyahoo/distinfo	Fri Feb  8 02:11:12 2013	(r311904)
 @@ -1,2 +1,2 @@
 -SHA256 (fetchyahoo-2.13.9.tar.gz) = 36365aeeec7d1e5d547ffffeec6542d77da35dc58233c3826345446371a64fa9
 -SIZE (fetchyahoo-2.13.9.tar.gz) = 54214
 +SHA256 (fetchyahoo-2.14.8.tar.gz) = bb0eab904e0eb178be27c55c249732ab3012692fed39413a5c4ff843dd5d0d69
 +SIZE (fetchyahoo-2.14.8.tar.gz) = 56384
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
