svn commit: r380526 - head/databases/p5-Mojo-Pg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 5 17:28:08 UTC 2015


Author: sunpoet
Date: Thu Mar  5 17:28:07 2015
New Revision: 380526
URL: https://svnweb.freebsd.org/changeset/ports/380526
QAT: https://qat.redports.org/buildarchive/r380526/

Log:
  - Update to 1.11
  - Sort *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes

Modified:
  head/databases/p5-Mojo-Pg/Makefile
  head/databases/p5-Mojo-Pg/distinfo

Modified: head/databases/p5-Mojo-Pg/Makefile
==============================================================================
--- head/databases/p5-Mojo-Pg/Makefile	Thu Mar  5 17:28:02 2015	(r380525)
+++ head/databases/p5-Mojo-Pg/Makefile	Thu Mar  5 17:28:07 2015	(r380526)
@@ -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-M
 
 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

Modified: head/databases/p5-Mojo-Pg/distinfo
==============================================================================
--- head/databases/p5-Mojo-Pg/distinfo	Thu Mar  5 17:28:02 2015	(r380525)
+++ head/databases/p5-Mojo-Pg/distinfo	Thu Mar  5 17:28:07 2015	(r380526)
@@ -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


More information about the svn-ports-head mailing list