diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-07-15 12:13:14 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-07-15 12:13:14 +0000 |
commit | 134823f0ecccd054fc376ae8223a0d436c72f455 (patch) | |
tree | 74e8fa66debc7014091aa15651d303519c165fc3 /databases | |
parent | cb346550be6b151ed8c8d01759fda0783700d464 (diff) | |
download | ports-134823f0ecccd054fc376ae8223a0d436c72f455.tar.gz ports-134823f0ecccd054fc376ae8223a0d436c72f455.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/pkg-descr | 9 |
3 files changed, 9 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 13b4d479c75e..340a866acf85 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Class -PORTVERSION= 0.08002 +PORTVERSION= 0.08003 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx @@ -16,8 +16,7 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= Extensible and flexible object <-> relational mapper BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-PathTools>=3.19:${PORTSDIR}/devel/p5-PathTools \ - p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ +RUN_DEPENDS= p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ p5-SQL-Abstract>=1.20:${PORTSDIR}/databases/p5-SQL-Abstract \ p5-SQL-Abstract-Limit>=0.101:${PORTSDIR}/databases/p5-SQL-Abstract-Limit \ p5-Scope-Guard>=0.03:${PORTSDIR}/devel/p5-Scope-Guard \ diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index 0c22b782d764..da9b1779d73f 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,3 +1,3 @@ -MD5 (DBIx-Class-0.08002.tar.gz) = ff7f0771ebba5938f9ec31d506bf1ac4 -SHA256 (DBIx-Class-0.08002.tar.gz) = a8acee742603e435f9c167f3cc8f61c9e4dc902e8c330bdb1d8eae10f266018b -SIZE (DBIx-Class-0.08002.tar.gz) = 295109 +MD5 (DBIx-Class-0.08003.tar.gz) = 8fad1823a76a0cae82f599d720a959d9 +SHA256 (DBIx-Class-0.08003.tar.gz) = f747860e30e027481bbc443483ef8b9ac371fd8127f54ae1f390ed50559ce2b9 +SIZE (DBIx-Class-0.08003.tar.gz) = 297936 diff --git a/databases/p5-DBIx-Class/pkg-descr b/databases/p5-DBIx-Class/pkg-descr index df94b0b1aecd..b2ed2161b21a 100644 --- a/databases/p5-DBIx-Class/pkg-descr +++ b/databases/p5-DBIx-Class/pkg-descr @@ -15,10 +15,9 @@ PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, and is fork- and thread-safe out of the box (although your DBD may not be). -This project is still under rapid development, so features added in the latest -major release may not work 100% yet - check the Changes if you run into -trouble, and beware of anything explicitly marked EXPERIMENTAL. Failing test -cases are *always* welcome and point releases are put out rapidly as bugs are -found and fixed. +This project is still under rapid development, so large new features may be +marked EXPERIMENTAL - such APIs are still usable but may have edge bugs. +Failing test cases are *always* welcome and point releases are put out rapidly +as bugs are found and fixed. WWW: http://search.cpan.org/dist/DBIx-Class/ |