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
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->culot I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!