diff options
author | wen <wen@FreeBSD.org> | 2019-04-11 08:06:12 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-04-13 20:11:33 +0800 |
commit | 4d97e389f5a9430644c9c7ceec7c5f69f5fc4236 (patch) | |
tree | e609d68abf6ec37bc1d508b97dad63bd3f174304 | |
parent | 55d31a1454797581cea733477e31d79bd7358ac2 (diff) | |
download | freebsd-ports-gnome-4d97e389f5a9430644c9c7ceec7c5f69f5fc4236.tar.gz freebsd-ports-gnome-4d97e389f5a9430644c9c7ceec7c5f69f5fc4236.tar.zst freebsd-ports-gnome-4d97e389f5a9430644c9c7ceec7c5f69f5fc4236.zip |
- Update to 0.073
PR: 236771
Submitted by: wenheping2000@hotmail.com
Approved by: maintainer(timeout, >= 14 days)
-rw-r--r-- | databases/p5-DBIx-Class-Migration/Makefile | 24 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Migration/distinfo | 6 |
2 files changed, 15 insertions, 15 deletions
diff --git a/databases/p5-DBIx-Class-Migration/Makefile b/databases/p5-DBIx-Class-Migration/Makefile index bf85adfc13f6..46a06ad16121 100644 --- a/databases/p5-DBIx-Class-Migration/Makefile +++ b/databases/p5-DBIx-Class-Migration/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Migration -PORTVERSION= 0.058 +PORTVERSION= 0.073 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,28 +13,28 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual RUN_DEPENDS= \ - p5-Class-Load>0:devel/p5-Class-Load \ + p5-Class-Load>0.22:devel/p5-Class-Load \ p5-Config-MySQL>=0.02:devel/p5-Config-MySQL \ p5-DBD-SQLite>=1.46:databases/p5-DBD-SQLite \ - p5-DBIx-Class-DeploymentHandler>=0.002215:databases/p5-DBIx-Class-DeploymentHandler \ - p5-DBIx-Class-Fixtures>=1.001028:databases/p5-DBIx-Class-Fixtures \ + p5-DBIx-Class-DeploymentHandler>=0.002223:databases/p5-DBIx-Class-DeploymentHandler \ + p5-DBIx-Class-Fixtures>=1.001039:databases/p5-DBIx-Class-Fixtures \ p5-DBIx-Class-Schema-Loader>=0.07042:databases/p5-DBIx-Class-Schema-Loader \ p5-Devel-PartialDump>=0.17:devel/p5-Devel-PartialDump \ p5-File-ShareDir-ProjectDistDir>=1.0.4:devel/p5-File-ShareDir-ProjectDistDir \ p5-JSON-MaybeXS>0:converters/p5-JSON-MaybeXS \ - p5-Moose>=2.1403:devel/p5-Moose \ - p5-MooseX-Attribute-ENV>=0.02:devel/p5-MooseX-Attribute-ENV \ - p5-MooseX-Getopt>=0.68:devel/p5-MooseX-Getopt \ - p5-MooseX-Traits-Pluggable>=0.12:devel/p5-MooseX-Traits-Pluggable \ - p5-MooseX-Types>=0.45:devel/p5-MooseX-Types \ - p5-MooseX-Types-LoadableClass>=0.013:devel/p5-MooseX-Types-LoadableClass \ + p5-Log-Any>=1.707:devel/p5-Log-Any \ + p5-Moo>=2:devel/p5-Moo \ + p5-MooX-Attribute-ENV>=0.02:devel/p5-MooX-Attribute-ENV \ + p5-MooX-Options>=4.103:devel/p5-MooX-Options \ + p5-MooX-Traits>=0.005:devel/p5-MooX-Traits \ p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser \ p5-SQL-Translator>=0.11021:databases/p5-SQL-Translator \ - p5-Text-Brew>=0.02:textproc/p5-Text-Brew + p5-Text-Brew>=0.02:textproc/p5-Text-Brew \ + p5-version>=0.9924:devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-Most>=0.34:devel/p5-Test-Most \ - p5-Test-Requires>=0.08:devel/p5-Test-Requires + p5-Test-Requires>=0.10:devel/p5-Test-Requires USES= perl5 USE_PERL5= configure diff --git a/databases/p5-DBIx-Class-Migration/distinfo b/databases/p5-DBIx-Class-Migration/distinfo index eca2866e3655..c095e46134d4 100644 --- a/databases/p5-DBIx-Class-Migration/distinfo +++ b/databases/p5-DBIx-Class-Migration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479809653 -SHA256 (DBIx-Class-Migration-0.058.tar.gz) = eee10796160a23b00fb54740f6d768416c5e3bbb9bf764d02b53dc058bdbda70 -SIZE (DBIx-Class-Migration-0.058.tar.gz) = 182063 +TIMESTAMP = 1553473945 +SHA256 (DBIx-Class-Migration-0.073.tar.gz) = bdbd145cc0173fe274aed4412f84b93520053f2203c0748758b759ebd360735c +SIZE (DBIx-Class-Migration-0.073.tar.gz) = 180194 |