pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-SearchBuilder pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73133bacfc1b
branches:  trunk
changeset: 393443:73133bacfc1b
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed May 20 21:18:59 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module DBIx::SearchBuilder from 1.54 to 1.55
  - Setting gnu-gpl-v2 as license
  - reordering dependencies

Upstream changes:
1.55 Thu May  7 19:44:47 MSD 2009

* Put test suite SQLite databases inside of tempdirs so they get
  garbage collected properly. Thanks to Andreas Koenig
  [rt.cpan.org #41322]
* Allow ->Join to pre-existing collection object
* Imlement and test SB::Handle::Fields
* Pg can not guaranty order in the following queries:
  SELECT ... FROM (SELECT... ORDER BY ...)
  we use them to build distinct sets with ordering by columns
  in joined tables. Switched to group by instead of sub-selects.

diffstat:

 databases/p5-DBIx-SearchBuilder/Makefile |  19 +++++++++++--------
 databases/p5-DBIx-SearchBuilder/distinfo |   8 ++++----
 2 files changed, 15 insertions(+), 12 deletions(-)

diffs (61 lines):

diff -r ce483d6dab07 -r 73133bacfc1b databases/p5-DBIx-SearchBuilder/Makefile
--- a/databases/p5-DBIx-SearchBuilder/Makefile  Wed May 20 20:21:51 2009 +0000
+++ b/databases/p5-DBIx-SearchBuilder/Makefile  Wed May 20 21:18:59 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2008/10/19 19:17:45 he Exp $
+# $NetBSD: Makefile,v 1.37 2009/05/20 21:18:59 sno Exp $
 #
 
-DISTNAME=      DBIx-SearchBuilder-1.54
+DISTNAME=      DBIx-SearchBuilder-1.55
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5dxs
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -11,23 +10,27 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/DBIx-SearchBuilder/
 COMMENT=       Extension for easy SQL SELECT Statement generation
+LICENSE=       gnu-gpl-v2 # OR artistic
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 BUILD_DEPENDS+=        p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
 BUILD_DEPENDS+=        p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-DEPENDS+=      p5-capitalization>=0.03nb1:../../devel/p5-capitalization
-DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+
+DEPENDS+=      p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry
 DEPENDS+=      p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue
 DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
-DEPENDS+=      p5-DBI>=1.41:../../databases/p5-DBI
-DEPENDS+=      p5-DBIx-DBSchema-[0-9]*:../../databases/p5-DBIx-DBSchema
 DEPENDS+=      p5-Encode>=1.99:../../textproc/p5-Encode
 DEPENDS+=      p5-Want-[0-9]*:../../devel/p5-Want
-DEPENDS+=      p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry
+
+# Recommented dependencies
+DEPENDS+=      p5-capitalization>=0.03nb1:../../devel/p5-capitalization
+DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+DEPENDS+=      p5-DBIx-DBSchema-[0-9]*:../../databases/p5-DBIx-DBSchema
 
 PERL5_PACKLIST=                auto/DBIx/SearchBuilder/.packlist
 
+.include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ce483d6dab07 -r 73133bacfc1b databases/p5-DBIx-SearchBuilder/distinfo
--- a/databases/p5-DBIx-SearchBuilder/distinfo  Wed May 20 20:21:51 2009 +0000
+++ b/databases/p5-DBIx-SearchBuilder/distinfo  Wed May 20 21:18:59 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2008/07/18 11:17:26 rhaen Exp $
+$NetBSD: distinfo,v 1.25 2009/05/20 21:18:59 sno Exp $
 
-SHA1 (DBIx-SearchBuilder-1.54.tar.gz) = a7e5a2572145b5762dbe79fde0bc1b7837b4d002
-RMD160 (DBIx-SearchBuilder-1.54.tar.gz) = 7238f6611710c739a1753f27216dea0ccc811864
-Size (DBIx-SearchBuilder-1.54.tar.gz) = 83859 bytes
+SHA1 (DBIx-SearchBuilder-1.55.tar.gz) = 736a20729366d511883df4fd27ff8f7168342a9d
+RMD160 (DBIx-SearchBuilder-1.55.tar.gz) = 8d8e98ee322ef6808b266fd7f3dad27b31da2287
+Size (DBIx-SearchBuilder-1.55.tar.gz) = 87366 bytes



Home | Main Index | Thread Index | Old Index