diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 18:55:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 18:55:53 +0800 |
commit | 804aea644fb2674651e289e73a214c9ecfc50ea3 (patch) | |
tree | 275358446f1ffa58a32bb6f01caf2f874e063cb5 /databases | |
parent | 8bac7d61e58f89afea8f8b88cd67cf160a4c7bf1 (diff) | |
download | freebsd-ports-gnome-804aea644fb2674651e289e73a214c9ecfc50ea3.tar.gz freebsd-ports-gnome-804aea644fb2674651e289e73a214c9ecfc50ea3.tar.zst freebsd-ports-gnome-804aea644fb2674651e289e73a214c9ecfc50ea3.zip |
- Update to 0.795
Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 21 | ||||
-rw-r--r-- | databases/p5-Rose-DB-Object/distinfo | 4 |
2 files changed, 14 insertions, 11 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index 6978ad33466d..0dda43d04645 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -6,27 +6,30 @@ # PORTNAME= Rose-DB-Object -PORTVERSION= 0.7930 +PORTVERSION= 0.7950 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Rose PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Extensible, high performance RDBMS-OO mapper -BUILD_DEPENDS= p5-Rose-DB>=0.753,1:${PORTSDIR}/databases/p5-Rose-DB \ +BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ + p5-Clone>=0.29:${PORTSDIR}/devel/p5-Clone \ + p5-DBI>=1.400:${PORTSDIR}/databases/p5-DBI \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Rose-DB>=0.763,1:${PORTSDIR}/databases/p5-Rose-DB \ + p5-Rose-DateTime>=0.532,1:${PORTSDIR}/devel/p5-Rose-DateTime \ p5-Rose-Object>=0.854:${PORTSDIR}/devel/p5-Rose-Object \ - ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-Time-Clock>=1:${PORTSDIR}/devel/p5-Time-Clock +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> MAN3= Rose::DB::Object.3 \ Rose::DB::Object::Cached.3 \ @@ -97,4 +100,4 @@ MAN3= Rose::DB::Object.3 \ Rose::DB::Object::Tutorial.3 \ Rose::DB::Object::Util.3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/p5-Rose-DB-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo index c3aa60fc8dfa..a5351a361fbb 100644 --- a/databases/p5-Rose-DB-Object/distinfo +++ b/databases/p5-Rose-DB-Object/distinfo @@ -1,2 +1,2 @@ -SHA256 (Rose-DB-Object-0.793.tar.gz) = 69af6bdf08ac9a52142901c6b0fb5bf6b37c3442bdf1eb9b8ef0fa954de17e37 -SIZE (Rose-DB-Object-0.793.tar.gz) = 553511 +SHA256 (Rose-DB-Object-0.795.tar.gz) = 09fe9ac9f3bd355a7dce66810ed6c08dd87eeb5e8b0eddeab92e3eea82858051 +SIZE (Rose-DB-Object-0.795.tar.gz) = 553980 |