Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 00:07:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479859 - head/databases/p5-Mojo-Pg
Message-ID:  <201809160007.w8G07AUP029308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 16 00:07:09 2018
New Revision: 479859
URL: https://svnweb.freebsd.org/changeset/ports/479859

Log:
  Update to 4.10
  
  Changes:	https://metacpan.org/changes/distribution/Mojo-Pg

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	Sun Sep 16 00:07:04 2018	(r479858)
+++ head/databases/p5-Mojo-Pg/Makefile	Sun Sep 16 00:07:09 2018	(r479859)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Mojo-Pg
-PORTVERSION=	4.09
+PORTVERSION=	4.10
 CATEGORIES=	databases www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SRI
@@ -14,16 +14,17 @@ COMMENT=	PostgreSQL integration for p5-Mojolicious
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-DBD-Pg>=3.5.1:databases/p5-DBD-Pg \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-DBD-Pg>=3.5.1:databases/p5-DBD-Pg \
 		p5-Mojolicious>=7.53:www/p5-Mojolicious \
 		p5-SQL-Abstract>=1.86:databases/p5-SQL-Abstract
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	EXAMPLES
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 PORTEXAMPLES=	*
 

Modified: head/databases/p5-Mojo-Pg/distinfo
==============================================================================
--- head/databases/p5-Mojo-Pg/distinfo	Sun Sep 16 00:07:04 2018	(r479858)
+++ head/databases/p5-Mojo-Pg/distinfo	Sun Sep 16 00:07:09 2018	(r479859)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533227295
-SHA256 (Mojo-Pg-4.09.tar.gz) = 5a2ad76a41590c9f153fca86f0e400f52e0ddc85ad586836587589ea25a095b7
-SIZE (Mojo-Pg-4.09.tar.gz) = 37053
+TIMESTAMP = 1537021267
+SHA256 (Mojo-Pg-4.10.tar.gz) = c7b55f2da67fb24218549259bb87f220b7132492f0a2e329950067126ea9a48d
+SIZE (Mojo-Pg-4.10.tar.gz) = 37102



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809160007.w8G07AUP029308>