Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2011 20:06:45 GMT
From:      Michael Graziano <mikeg@bsd-box.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/154985: PATCH - Upgrade p5-DBIx-Searchbuilder to 1.59
Message-ID:  <201102232006.p1NK6ihR050051@red.freebsd.org>
Resent-Message-ID: <201102232010.p1NKA93C014268@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102232006.p1NK6ihR050051>