From william88@gmail.com  Mon Feb 18 16:26:05 2013
Return-Path: <william88@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 17AA0CD0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Feb 2013 16:26:05 +0000 (UTC)
	(envelope-from william88@gmail.com)
Received: from mail-yh0-x234.google.com (yh-in-x0234.1e100.net [IPv6:2607:f8b0:4002:c01::234])
	by mx1.freebsd.org (Postfix) with ESMTP id B5603833
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Feb 2013 16:26:04 +0000 (UTC)
Received: by mail-yh0-f52.google.com with SMTP id q46so1029832yhf.11
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Feb 2013 08:26:04 -0800 (PST)
Received: from localhost ([177.16.40.199])
        by mx.google.com with ESMTPS id w7sm90520927yhj.0.2013.02.18.08.19.40
        (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Mon, 18 Feb 2013 08:19:41 -0800 (PST)
Message-Id: <5122549d.0795ec0a.0e22.ffffdbb4@mx.google.com>
Date: Mon, 18 Feb 2013 08:19:41 -0800 (PST)
From: William Grzybowski <william88@gmail.com>
Reply-To: William Grzybowski <william88@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] irc/py-irc: update to 8.0.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176248
>Category:       ports
>Synopsis:       [MAINTAINER] irc/py-irc: update to 8.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 16:30:00 UTC 2013
>Closed-Date:    Tue Feb 19 09:09:56 UTC 2013
>Last-Modified:  Tue Feb 19 09:10:00 UTC 2013
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Simple update to 8.0.1:
	Fixes the unintended behavior of allowing handlers of the same priority to compare as unequal.

>How-To-Repeat:
>Fix:

	See attached patch


--- py-irc.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 312512)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	irc
-PORTVERSION=	8.0
+PORTVERSION=	8.0.1
 CATEGORIES=	irc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
--- distinfo	(revision 312512)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (irc-8.0.zip) = 240ca0f797877f5e3508929da218dbafb031ab3e198f0270197286624e391cd1
-SIZE (irc-8.0.zip) = 106508
+SHA256 (irc-8.0.1.zip) = d7b0703f8fd94d67eac8136e4f8d8a4975b24f492766ba4372256932f44caf19
+SIZE (irc-8.0.1.zip) = 107370
--- py-irc.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 18 16:30:11 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176248 
Responsible-Changed-From-To: freebsd-python->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Feb 18 16:46:04 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176248 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Tue Feb 19 09:09:55 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176248: commit references a PR
Date: Tue, 19 Feb 2013 09:09:53 +0000 (UTC)

 Author: culot
 Date: Tue Feb 19 09:09:39 2013
 New Revision: 312547
 URL: http://svnweb.freebsd.org/changeset/ports/312547
 
 Log:
   - Update to 8.0.1
   
   PR:             ports/176248
   Submitted by:   William Grzybowski <william88@gmail.com> (maintainer)
 
 Modified:
   head/irc/py-irc/Makefile
   head/irc/py-irc/distinfo
 
 Modified: head/irc/py-irc/Makefile
 ==============================================================================
 --- head/irc/py-irc/Makefile	Tue Feb 19 08:23:46 2013	(r312546)
 +++ head/irc/py-irc/Makefile	Tue Feb 19 09:09:39 2013	(r312547)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	irc
 -PORTVERSION=	8.0
 +PORTVERSION=	8.0.1
  CATEGORIES=	irc python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 Modified: head/irc/py-irc/distinfo
 ==============================================================================
 --- head/irc/py-irc/distinfo	Tue Feb 19 08:23:46 2013	(r312546)
 +++ head/irc/py-irc/distinfo	Tue Feb 19 09:09:39 2013	(r312547)
 @@ -1,2 +1,2 @@
 -SHA256 (irc-8.0.zip) = 240ca0f797877f5e3508929da218dbafb031ab3e198f0270197286624e391cd1
 -SIZE (irc-8.0.zip) = 106508
 +SHA256 (irc-8.0.1.zip) = d7b0703f8fd94d67eac8136e4f8d8a4975b24f492766ba4372256932f44caf19
 +SIZE (irc-8.0.1.zip) = 107370
 _______________________________________________
 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:
