aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-01 17:01:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-01 17:01:35 +0000
commitee8abaf0e0b4b17e17873ca7cdcfb44bb2e09201 (patch)
tree42be75f50f48b1eac4bae94fd884009fb275f4cb /databases/p5-DBIx-Class
parentf5fc18ddd56c73e99c435f22e2af3e1ef770d9df (diff)
downloadports-ee8abaf0e0b4b17e17873ca7cdcfb44bb2e09201.tar.gz
ports-ee8abaf0e0b4b17e17873ca7cdcfb44bb2e09201.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/Makefile13
-rw-r--r--databases/p5-DBIx-Class/distinfo6
-rw-r--r--databases/p5-DBIx-Class/pkg-descr10
3 files changed, 17 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index 25c624ff51a9..8707a684eba2 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= DBIx-Class
-PORTVERSION= 0.03003
+PORTVERSION= 0.04000
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../by-authors/id/A/AG/AGRUNDMA
+MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSTROUT
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-0.04
MAINTAINER= lars@balker.dk
COMMENT= Extensible and flexible object <-> relational mapper
@@ -18,15 +19,17 @@ COMMENT= Extensible and flexible object <-> relational mapper
BUILD_DEPENDS= p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
- p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-SQL-Abstract>=1.20:${PORTSDIR}/databases/p5-SQL-Abstract \
p5-SQL-Abstract-Limit>=0.101:${PORTSDIR}/databases/p5-SQL-Abstract-Limit \
p5-DBD-SQLite>=1.08:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-Class-C3>=0.07:${PORTSDIR}/devel/p5-Class-C3 \
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
- p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \
- p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID
+ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \
+ p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
+ p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger \
+ p5-DBIx-ContextualFetch>=0:${PORTSDIR}/databases/p5-DBIx-ContextualFetch
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo
index deb782ce8bd7..3fc3d464147e 100644
--- a/databases/p5-DBIx-Class/distinfo
+++ b/databases/p5-DBIx-Class/distinfo
@@ -1,3 +1,3 @@
-MD5 (DBIx-Class-0.03003.tar.gz) = 16ba0948042b9501a5853903f2cc600c
-SHA256 (DBIx-Class-0.03003.tar.gz) = abcb938d7fab32499f58751462e08193ce2679aeca3a176aa20f36b87d37fa2a
-SIZE (DBIx-Class-0.03003.tar.gz) = 65718
+MD5 (DBIx-Class-0.04.tar.gz) = 8fbef5f2dc554d850f870606b1dbbf2a
+SHA256 (DBIx-Class-0.04.tar.gz) = f48d666bb2ea9ac8093cc294d89adab07c521c7ee27a7efbc8d89a37f1628d78
+SIZE (DBIx-Class-0.04.tar.gz) = 65789
diff --git a/databases/p5-DBIx-Class/pkg-descr b/databases/p5-DBIx-Class/pkg-descr
index a943020eb048..4cd7877b700a 100644
--- a/databases/p5-DBIx-Class/pkg-descr
+++ b/databases/p5-DBIx-Class/pkg-descr
@@ -3,9 +3,11 @@ meant to support compability with it, while restructuring the insides,
and making it possible to support some new features like self-joins,
distinct, group bys and more.
-It's currently considered EXPERIMENTAL - bring this near a production
-database at your own risk! The API is *not* fixed yet, although most of
-the primitives should be good for the future and any API changes will be
-posted to the mailing list before they're committed.
+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.
WWW: http://search.cpan.org/dist/DBIx-Class/