1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Update to 0.08003.

This commit is contained in:
Lars Balker Rasmussen 2007-07-15 12:13:14 +00:00
parent cb346550be
commit 134823f0ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195647
3 changed files with 9 additions and 11 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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/