pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Rose-DBx-Garden-Catalyst pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f88a326e9b04
branches:  trunk
changeset: 395303:f88a326e9b04
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 20:34:46 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Rose::DBx::Garden::Catalyst from 0.13
    to 0.14
  - Setting LICENSE=${PERL5_LICENSE}
  - Adjusting dependencies

Upstream changes:
0.14    7 June 2009
        * drop tables conditionally in rdgc.sql
        * refactor C3 syntax

diffstat:

 databases/p5-Rose-DBx-Garden-Catalyst/Makefile         |  37 ++++---
 databases/p5-Rose-DBx-Garden-Catalyst/distinfo         |   9 +-
 databases/p5-Rose-DBx-Garden-Catalyst/patches/patch-ab |  84 ------------------
 3 files changed, 24 insertions(+), 106 deletions(-)

diffs (163 lines):

diff -r b320bdd2e499 -r f88a326e9b04 databases/p5-Rose-DBx-Garden-Catalyst/Makefile
--- a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile    Tue Jul 07 20:25:27 2009 +0000
+++ b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile    Tue Jul 07 20:34:46 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/04/24 17:15:21 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/07 20:34:46 sno Exp $
 
-DISTNAME=      Rose-DBx-Garden-Catalyst-0.13
+DISTNAME=      Rose-DBx-Garden-Catalyst-0.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -8,30 +8,33 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Rose-DBx-Garden-Catalyst/
 COMMENT=       Create Catalyst components that use RDBO and RHTMLO
+LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Catalyst-Runtime>=5.7:../../www/p5-Catalyst-Runtime
 DEPENDS+=      p5-Catalyst-Plugin-ConfigLoader>=0:../../www/p5-Catalyst-Plugin-ConfigLoader
 DEPENDS+=      p5-Catalyst-Plugin-Static-Simple>=0:../../www/p5-Catalyst-Plugin-Static-Simple
+DEPENDS+=      p5-CatalystX-CRUD>=0:../../databases/p5-CatalystX-CRUD
+DEPENDS+=      p5-CatalystX-CRUD-Controller-RHTMLO>=0.10:../../www/p5-CatalystX-CRUD-Controller-RHTMLO
+DEPENDS+=      p5-CatalystX-CRUD-Model-RDBO>=0.16:../../databases/p5-CatalystX-CRUD-Model-RDBO
 DEPENDS+=      p5-CatalystX-CRUD-YUI>=0.009:../../www/p5-CatalystX-CRUD-YUI
-
-DEPENDS+=      p5-Rose-HTMLx-Form-Related>=0.12:../../www/p5-Rose-HTMLx-Form-Related
-DEPENDS+=      p5-Rose-DBx-Object-MoreHelpers>=0.06:../../databases/p5-Rose-DBx-Object-MoreHelpers
-DEPENDS+=      p5-Rose-DBx-AutoReconnect>=0:../../databases/p5-Rose-DBx-AutoReconnect
+DEPENDS+=      p5-Class-C3-[0-9]*:../../devel/p5-Class-C3
+DEPENDS+=      p5-Data-Dump>=0:../../devel/p5-Data-Dump
+DEPENDS+=      p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
 DEPENDS+=      p5-Rose-DB-Object>=0.77:../../databases/p5-Rose-DB-Object
+DEPENDS+=      p5-Rose-DBx-AutoReconnect>=0:../../databases/p5-Rose-DBx-AutoReconnect
 DEPENDS+=      p5-Rose-DBx-Garden>=0.11:../../databases/p5-Rose-DBx-Garden
-DEPENDS+=      p5-YAML-Syck>=0:../../textproc/p5-YAML-Syck
-DEPENDS+=      p5-JSON>=2.00:../../converters/p5-JSON
-DEPENDS+=      p5-JSON-XS>=2.00:../../converters/p5-JSON-XS
-DEPENDS+=      p5-Data-Dump>=0:../../devel/p5-Data-Dump
+DEPENDS+=      p5-Rose-DBx-Object-MoreHelpers>=0.06:../../databases/p5-Rose-DBx-Object-MoreHelpers
+DEPENDS+=      p5-Rose-HTMLx-Form-Related>=0.12:../../www/p5-Rose-HTMLx-Form-Related
 DEPENDS+=      p5-Tree-Simple>=0:../../devel/p5-Tree-Simple
 DEPENDS+=      p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory
-DEPENDS+=      p5-Path-Class>=0:../../devel/p5-Path-Class
-DEPENDS+=      p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
-DEPENDS+=      p5-Catalyst-View-TT>=0:../../www/p5-Catalyst-View-TT
-DEPENDS+=      p5-CatalystX-CRUD>=0:../../databases/p5-CatalystX-CRUD
-DEPENDS+=      p5-CatalystX-CRUD-Model-RDBO>=0.16:../../databases/p5-CatalystX-CRUD-Model-RDBO
-DEPENDS+=      p5-CatalystX-CRUD-Controller-RHTMLO>=0.10:../../www/p5-CatalystX-CRUD-Controller-RHTMLO
-DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
+
+#DEPENDS+=     p5-YAML-Syck>=0:../../textproc/p5-YAML-Syck
+#DEPENDS+=     p5-JSON>=2.00:../../converters/p5-JSON
+#DEPENDS+=     p5-JSON-XS>=2.00:../../converters/p5-JSON-XS
+#DEPENDS+=     p5-Path-Class>=0:../../devel/p5-Path-Class
+#DEPENDS+=     p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
+#DEPENDS+=     p5-Catalyst-View-TT>=0:../../www/p5-Catalyst-View-TT
+#DEPENDS+=     {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
 
 # For tests:
 BUILD_DEPENDS+=        sqlite3>=0:../../databases/sqlite3
diff -r b320bdd2e499 -r f88a326e9b04 databases/p5-Rose-DBx-Garden-Catalyst/distinfo
--- a/databases/p5-Rose-DBx-Garden-Catalyst/distinfo    Tue Jul 07 20:25:27 2009 +0000
+++ b/databases/p5-Rose-DBx-Garden-Catalyst/distinfo    Tue Jul 07 20:34:46 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/12/20 16:12:47 he Exp $
+$NetBSD: distinfo,v 1.4 2009/07/07 20:34:46 sno Exp $
 
-SHA1 (Rose-DBx-Garden-Catalyst-0.13.tar.gz) = 910fae07b1e0e863b2b62c9ac4e0ced839449d61
-RMD160 (Rose-DBx-Garden-Catalyst-0.13.tar.gz) = 0021f630afb31ce7046b9d75dbff6045319f1ef7
-Size (Rose-DBx-Garden-Catalyst-0.13.tar.gz) = 17963 bytes
-SHA1 (patch-ab) = 37c404a2d6674beebb86747c8bb243d09fe3ca74
+SHA1 (Rose-DBx-Garden-Catalyst-0.14.tar.gz) = 321dbcc5a73b3f7d063cc20fbf634bddd3845932
+RMD160 (Rose-DBx-Garden-Catalyst-0.14.tar.gz) = de58a5ae94380cd7ed751c315b845296683630cc
+Size (Rose-DBx-Garden-Catalyst-0.14.tar.gz) = 18090 bytes
diff -r b320bdd2e499 -r f88a326e9b04 databases/p5-Rose-DBx-Garden-Catalyst/patches/patch-ab
--- a/databases/p5-Rose-DBx-Garden-Catalyst/patches/patch-ab    Tue Jul 07 20:25:27 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,84 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/12/20 16:12:47 he Exp $
-
---- t/rdgc.sql.orig    2008-09-14 07:03:34.000000000 +0200
-+++ t/rdgc.sql
-@@ -1,6 +1,6 @@
- /* SQL supplied by laust_frederiksen%hotmail.com@localhost */
- 
--drop table addresses;
-+/* drop table addresses; */
- create table addresses
- (
-     id           serial primary key,
-@@ -10,7 +10,7 @@ create table addresses
-     name4        char(40)
- );
- 
--drop table suppliers;
-+/* drop table suppliers; */
- create table suppliers 
- (
-     id          serial primary key,
-@@ -21,7 +21,7 @@ create table suppliers 
- 
- create unique index suppliers_name on suppliers(name);
- 
--drop table manufacturers;
-+/* drop table manufacturers; */
- create table manufacturers
- (
-     id          serial primary key,
-@@ -32,7 +32,7 @@ create table manufacturers
- 
- create unique index manufacturers_name on manufacturers(name);
- 
--drop table products;
-+/* drop table products; */
- create table products
- (
-     id              serial primary key,
-@@ -45,7 +45,7 @@ create table products
- 
- create unique index products_manufacturer_name on products(manufacturer,name);
- 
--drop table locations;
-+/* drop table locations; */
- create table locations
- (
-     id          serial primary key,
-@@ -56,7 +56,7 @@ create table locations
- 
- create unique index locations_name on locations(name);
- 
--drop table stocks;
-+/* drop table stocks; */
- create table stocks
- (
-     id          serial primary key,
-@@ -69,7 +69,7 @@ create table stocks
- 
- create unique index stocks_location_product on stocks(location,product);
- 
--drop table customers;
-+/* drop table customers; */
- create table customers
- (
-     id          integer    auto increment not null,
-@@ -80,7 +80,7 @@ create table customers
- 
- create unique index customers_name on customers(name);
- 
--drop table invoices;
-+/* drop table invoices; */
- create table invoices
- (
-     id          integer auto increment not null,
-@@ -92,7 +92,7 @@ create table invoices
-     foreign key (address) references addresses (id)
- );
- 
--drop table lines;
-+/* drop table lines; */
- create table lines
- (
-     id          serial primary key,



Home | Main Index | Thread Index | Old Index