>Number: 154985 >Category: misc >Synopsis: PATCH - Upgrade p5-DBIx-Searchbuilder to 1.59 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 23 20:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Michael Graziano >Release: 8.11-p2 >Organization: >Environment: >Description: The attached patch updates the databases/p5-DBIx-SearchBuilder port to the latest version (1.59) -- this is a requirement for the upcoming RT 4.0 release.
Note that there is one INCOMPATIBLE CHANGE noted in the changelog: * INCOMPATIBLE CHANGE: NextPage and PrevPage were adding rows from the previous page. Jesse claims that when he wrote this code, he was 20 years old and it seemed like a good idea at the time. My understanding is that this change makes the code behave as a sane person would expect, however there may be unanticipated consequences to code that depends on the old behavior -- I'd be OK with spinning off a 1.59 port with me as maintainer if necessary. >How-To-Repeat: Try to install RT 4.0 (or any other code that requires DBIx-SearchBuilder > 1.56) >Fix: Patch attached Patch attached with submission follows: --- distinfo.orig 2011-02-23 14:57:21.000000000 -0500 +++ distinfo 2011-02-23 14:59:56.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (DBIx-SearchBuilder-1.56.tar.gz) = 484184840b28a8dab8a6b9f82ba0699e -SHA256 (DBIx-SearchBuilder-1.56.tar.gz) = f2ac45bd6154706c9ae710f582be8090f599fdf036bfebf11965fdd52546606a -SIZE (DBIx-SearchBuilder-1.56.tar.gz) = 87980 +MD5 (DBIx-SearchBuilder-1.59.tar.gz) = 70a4b780fb569f71e3631bd79cebe12e +SHA256 (DBIx-SearchBuilder-1.59.tar.gz) = c008ace49f7204d80690986aa60c3d8aea43ffc0fb6da0c3ce6e2d7155a12853 +SIZE (DBIx-SearchBuilder-1.59.tar.gz) = 95460 --- Makefile.orig 2011-02-23 14:57:15.000000000 -0500 +++ Makefile 2011-02-23 14:57:59.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= DBIx-SearchBuilder -PORTVERSION= 1.56 +PORTVERSION= 1.59 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
