diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-05 17:28:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-05 17:28:07 +0000 |
commit | 52011687532d0391865a4bbabeddb724320d125b (patch) | |
tree | 5b6434a6b3ad8b2d6077be7d4f1798285e13b927 /databases | |
parent | 36ab6e00f3d1d573af4c51ddd166da618f2abf55 (diff) |
- Update to 1.11
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
Notes
Notes:
svn path=/head/; revision=380526
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Mojo-Pg/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-Mojo-Pg/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-Mojo-Pg/Makefile b/databases/p5-Mojo-Pg/Makefile index 98098d5ca610..b664a7a0e931 100644 --- a/databases/p5-Mojo-Pg/Makefile +++ b/databases/p5-Mojo-Pg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -13,8 +13,8 @@ COMMENT= PostgreSQL integration for p5-Mojolicious LICENSE= ART20 -BUILD_DEPENDS= p5-Mojolicious>=5.81:${PORTSDIR}/www/p5-Mojolicious \ - p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +BUILD_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-Mojolicious>=6.0:${PORTSDIR}/www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/databases/p5-Mojo-Pg/distinfo b/databases/p5-Mojo-Pg/distinfo index e78fc30c4d0a..78d982cb9b89 100644 --- a/databases/p5-Mojo-Pg/distinfo +++ b/databases/p5-Mojo-Pg/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mojo-Pg-1.10.tar.gz) = d276e47b160ea347820a0397b3e4dfaa4fb652de70b09b1be06854f5802d18b6 -SIZE (Mojo-Pg-1.10.tar.gz) = 20094 +SHA256 (Mojo-Pg-1.11.tar.gz) = d73cf0a65e96852dc6fb3886e06fb3a97f21a18a9f204e4e94d2a2b5da615060 +SIZE (Mojo-Pg-1.11.tar.gz) = 20134 |