diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 8707a684eba2..f7fd5c0ad3e9 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -6,17 +6,17 @@ # PORTNAME= DBIx-Class -PORTVERSION= 0.04000 +PORTVERSION= 0.04001 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSTROUT +MASTER_SITE_SUBDIR= DBIx PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-0.04 +#DISTNAME= ${PORTNAME}-0.04001 MAINTAINER= lars@balker.dk COMMENT= Extensible and flexible object <-> relational mapper -BUILD_DEPENDS= p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \ +BUILD_DEPENDS= p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index 3fc3d464147e..dfbe07a20635 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,3 +1,3 @@ -MD5 (DBIx-Class-0.04.tar.gz) = 8fbef5f2dc554d850f870606b1dbbf2a -SHA256 (DBIx-Class-0.04.tar.gz) = f48d666bb2ea9ac8093cc294d89adab07c521c7ee27a7efbc8d89a37f1628d78 -SIZE (DBIx-Class-0.04.tar.gz) = 65789 +MD5 (DBIx-Class-0.04001.tar.gz) = 484f05724e4761b69f576550b8e31fc4 +SHA256 (DBIx-Class-0.04001.tar.gz) = 1c62d423696fb578cefeec963208bf2f834ef40911cbf8ea65523a7f70dbfddd +SIZE (DBIx-Class-0.04001.tar.gz) = 69746 diff --git a/databases/p5-DBIx-Class/pkg-descr b/databases/p5-DBIx-Class/pkg-descr index 4cd7877b700a..367dc4fb0f56 100644 --- a/databases/p5-DBIx-Class/pkg-descr +++ b/databases/p5-DBIx-Class/pkg-descr @@ -1,13 +1,13 @@ -This is a sql to oop mapper, inspired by the Class::DBI framework, and -meant to support compability with it, while restructuring the insides, +This is an SQL to OO mapper, inspired by the Class::DBI framework, and +meant to support compability with it, while restructuring the internals and making it possible to support some new features like self-joins, distinct, group bys and more. -This project is still at an early stage so the maintainers don't make +This project is still at an early stage, so the maintainers don't make any absolute promise that full backwards-compatibility will be -supported; however if we can without compromising the improvements we're -trying to make, we will, and any non-compatible changes will merit a -full justification on the mailing list and a CPAN developer release for -people to test against. +supported; however, if we can without compromising the improvements +we're trying to make, we will, and any non-compatible changes will merit +a full justification on the mailing list and a CPAN developer release +for people to test against. WWW: http://search.cpan.org/dist/DBIx-Class/