svn commit: r516163 - head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 31 14:50:38 UTC 2019


Author: sunpoet
Date: Thu Oct 31 14:50:36 2019
New Revision: 516163
URL: https://svnweb.freebsd.org/changeset/ports/516163

Log:
  Update to 0.40
  
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/DBIx-Class-ResultSet-RecursiveUpdate

Modified:
  head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile
  head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/distinfo

Modified: head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile	Thu Oct 31 14:50:32 2019	(r516162)
+++ head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile	Thu Oct 31 14:50:36 2019	(r516163)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DBIx-Class-ResultSet-RecursiveUpdate
-PORTVERSION=	0.34
-PORTREVISION=	1
+PORTVERSION=	0.40
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,10 +18,11 @@ RUN_DEPENDS=	p5-Carp-Clan>=6.04:devel/p5-Carp-Clan \
 		p5-DBD-SQLite>=1.21:databases/p5-DBD-SQLite \
 		p5-DBIx-Class>=0.08103:databases/p5-DBIx-Class \
 		p5-DBIx-Class-IntrospectableM2M>=0:databases/p5-DBIx-Class-IntrospectableM2M \
+		p5-Data-Dumper-Concise>=2.020:devel/p5-Data-Dumper-Concise \
 		p5-DateTime>=0:devel/p5-DateTime \
 		p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \
-		p5-Readonly>=1.03:devel/p5-Readonly \
-		p5-SQL-Translator>=0.11016:databases/p5-SQL-Translator
+		p5-SQL-Translator>=0.11016:databases/p5-SQL-Translator \
+		p5-Try-Tiny>=0.30:lang/p5-Try-Tiny
 TEST_DEPENDS=	p5-Moose>=0:devel/p5-Moose \
 		p5-MooseX-NonMoose>=0:devel/p5-MooseX-NonMoose \
 		p5-Test-Exception>=0:devel/p5-Test-Exception \
@@ -32,5 +32,7 @@ TEST_DEPENDS=	p5-Moose>=0:devel/p5-Moose \
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/distinfo
==============================================================================
--- head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/distinfo	Thu Oct 31 14:50:32 2019	(r516162)
+++ head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/distinfo	Thu Oct 31 14:50:36 2019	(r516163)
@@ -1,2 +1,3 @@
-SHA256 (DBIx-Class-ResultSet-RecursiveUpdate-0.34.tar.gz) = 7bcda9e1d34a21fde2cc8c8ab91bfef1f8518d7fe0f75d83c58034bd0fc99e11
-SIZE (DBIx-Class-ResultSet-RecursiveUpdate-0.34.tar.gz) = 69989
+TIMESTAMP = 1572528633
+SHA256 (DBIx-Class-ResultSet-RecursiveUpdate-0.40.tar.gz) = f283ab46dca330a0a29db267e0d42d14de3c66c9cad8a2986d6d908adc1597f4
+SIZE (DBIx-Class-ResultSet-RecursiveUpdate-0.40.tar.gz) = 81754


More information about the svn-ports-head mailing list