Bug 176248 - [MAINTAINER] irc/py-irc: update to 8.0.1
Summary: [MAINTAINER] irc/py-irc: update to 8.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 16:30 UTC by William Grzybowski
Modified: 2013-02-19 09:10 UTC (History)
0 users

See Also:


Attachments
py-irc.patch (715 bytes, patch)
2013-02-18 16:30 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-02-18 16:30:00 UTC
	Simple update to 8.0.1:
	Fixes the unintended behavior of allowing handlers of the same priority to compare as unequal.

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-18 16:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-02-18 16:46:04 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-19 09:09:53 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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-02-19 09:09:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!