forked from Lainports/freebsd-ports
Update to 0.120
- Fix *_DEPENDS Changes: https://metacpan.org/changes/distribution/Dancer2-Session-DBIC
This commit is contained in:
parent
598837ccd1
commit
7097fa1ce3
2 changed files with 18 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer2-Session-DBIC
|
||||
PORTVERSION= 0.110
|
||||
PORTVERSION= 0.120
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -13,18 +13,22 @@ COMMENT= DBIx::Class based session engine for Dancer2
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class\
|
||||
p5-DBICx-Sugar>=0:databases/p5-DBICx-Sugar\
|
||||
p5-Dancer2>=0.200002:www/p5-Dancer2\
|
||||
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Sereal-Decoder>=0:converters/p5-Sereal-Decoder\
|
||||
p5-Sereal-Encoder>=0:converters/p5-Sereal-Encoder\
|
||||
p5-DBIx-Class-TimeStamp>=0:databases/p5-DBIx-Class-TimeStamp\
|
||||
p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBICx-Sugar>=0:databases/p5-DBICx-Sugar \
|
||||
p5-DBIx-Class>=0:databases/p5-DBIx-Class \
|
||||
p5-Dancer2>=0.140000:www/p5-Dancer2 \
|
||||
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
||||
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
|
||||
p5-Try-Tiny>=0.01:lang/p5-Try-Tiny \
|
||||
p5-namespace-clean>=0:devel/p5-namespace-clean
|
||||
TEST_DEPENDS= p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase \
|
||||
p5-DBIx-Class-TimeStamp>=0:databases/p5-DBIx-Class-TimeStamp \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1469120161
|
||||
SHA256 (Dancer2-Session-DBIC-0.110.tar.gz) = 1f90df68c86a64a499d4b60e419f950b94392c9e926f88c6dd3c9c9a4a68e8b6
|
||||
SIZE (Dancer2-Session-DBIC-0.110.tar.gz) = 13082
|
||||
TIMESTAMP = 1537690127
|
||||
SHA256 (Dancer2-Session-DBIC-0.120.tar.gz) = 3efb9ec9c865b18f051f405825184742f23350bf21d6c8470b711e6a5af3d49c
|
||||
SIZE (Dancer2-Session-DBIC-0.120.tar.gz) = 11924
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue