svn commit: r324472 - head/databases/p5-DBIx-Class-Fixtures
Jun Kuriyama
kuriyama at FreeBSD.org
Sat Aug 10 11:06:47 UTC 2013
Author: kuriyama
Date: Sat Aug 10 11:06:46 2013
New Revision: 324472
URL: http://svnweb.freebsd.org/changeset/ports/324472
Log:
- Upgrade to 1.001020.
Modified:
head/databases/p5-DBIx-Class-Fixtures/Makefile
head/databases/p5-DBIx-Class-Fixtures/distinfo
Modified: head/databases/p5-DBIx-Class-Fixtures/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Fixtures/Makefile Sat Aug 10 10:26:36 2013 (r324471)
+++ head/databases/p5-DBIx-Class-Fixtures/Makefile Sat Aug 10 11:06:46 2013 (r324472)
@@ -1,12 +1,7 @@
-# New ports collection makefile for: DBIx::Class::Fixtures
-# Date created: 16 Dec 2009
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= DBIx-Class-Fixtures
-PORTVERSION= 1.001018
+PORTVERSION= 1.001020
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JJNAPIORK
@@ -16,26 +11,27 @@ MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension to use fixtures with DBIx::Class
RUN_DEPENDS= \
- p5-Class-Accessor-Grouped>=0.06:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
- p5-Config-Any>=0.08:${PORTSDIR}/devel/p5-Config-Any \
+ p5-Class-Accessor-Grouped>=0.1001:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
+ p5-Config-Any>=0.23:${PORTSDIR}/devel/p5-Config-Any \
p5-DBIx-Class>=0.08102:${PORTSDIR}/databases/p5-DBIx-Class \
- p5-DBIx-Class-Schema-Loader>=0.07:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader \
+ p5-DBIx-Class-Schema-Loader>=0.07035:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader \
p5-Data-Dump-Streamer>=2.05:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
- p5-Data-Visitor>=0.15:${PORTSDIR}/devel/p5-Data-Visitor \
- p5-DateTime>=0.41:${PORTSDIR}/devel/p5-DateTime \
+ p5-Data-Visitor>=0.3:${PORTSDIR}/devel/p5-Data-Visitor \
+ p5-DateTime>=1.03:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-MySQL>0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \
p5-DateTime-Format-Pg>0:${PORTSDIR}/devel/p5-DateTime-Format-Pg \
p5-DateTime-Format-SQLite>=0.1:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
- p5-File-Copy-Recursive>=0.35:${PORTSDIR}/devel/p5-File-Copy-Recursive \
+ p5-File-Copy-Recursive>=0.38:${PORTSDIR}/devel/p5-File-Copy-Recursive \
p5-Hash-Merge>=0.1:${PORTSDIR}/textproc/p5-Hash-Merge \
- p5-YAML-Syck>=0.26:${PORTSDIR}/textproc/p5-YAML-Syck \
- p5-Path-Class>=0.16:${PORTSDIR}/devel/p5-Path-Class
+ p5-YAML-Syck>=1.27:${PORTSDIR}/textproc/p5-YAML-Syck \
+ p5-Path-Class>=0.32:${PORTSDIR}/devel/p5-Path-Class
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
- p5-DBIx-Class-InflateColumn-FS>0:${PORTSDIR}/databases/p5-DBIx-Class-InflateColumn-FS
+ p5-DBIx-Class-InflateColumn-FS>=0.01007:${PORTSDIR}/databases/p5-DBIx-Class-InflateColumn-FS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Class::Fixtures.3 \
DBIx::Class::Fixtures::External::File.3
Modified: head/databases/p5-DBIx-Class-Fixtures/distinfo
==============================================================================
--- head/databases/p5-DBIx-Class-Fixtures/distinfo Sat Aug 10 10:26:36 2013 (r324471)
+++ head/databases/p5-DBIx-Class-Fixtures/distinfo Sat Aug 10 11:06:46 2013 (r324472)
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Class-Fixtures-1.001018.tar.gz) = 4aebfcdf02ee30ea28e1b7b834a912b687c6c52f3c0928488fe1cb881fc19bf7
-SIZE (DBIx-Class-Fixtures-1.001018.tar.gz) = 50329
+SHA256 (DBIx-Class-Fixtures-1.001020.tar.gz) = f4ec989ac9bb336cb2da51c39af21eb38e68d769d5d53c9439acf6c37f865235
+SIZE (DBIx-Class-Fixtures-1.001020.tar.gz) = 50363
More information about the svn-ports-head
mailing list