[Midnightbsd-cvs] mports [23688] trunk/databases/p5-SQL-Abstract: update to 1.85

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 25 19:16:32 EDT 2018


Revision: 23688
          http://svnweb.midnightbsd.org/mports/?rev=23688
Author:   laffer1
Date:     2018-07-25 19:16:32 -0400 (Wed, 25 Jul 2018)
Log Message:
-----------
update to 1.85

Modified Paths:
--------------
    trunk/databases/p5-SQL-Abstract/Makefile
    trunk/databases/p5-SQL-Abstract/distinfo
    trunk/databases/p5-SQL-Abstract/pkg-descr

Modified: trunk/databases/p5-SQL-Abstract/Makefile
===================================================================
--- trunk/databases/p5-SQL-Abstract/Makefile	2018-07-25 23:14:55 UTC (rev 23687)
+++ trunk/databases/p5-SQL-Abstract/Makefile	2018-07-25 23:16:32 UTC (rev 23688)
@@ -2,8 +2,7 @@
 # $MidnightBSD$
 
 PORTNAME=	SQL-Abstract
-PORTVERSION=	1.81
-PORTREVISION=	1
+PORTVERSION=	1.85
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +13,15 @@
 LICENSE=	artistic gpl
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Hash-Merge>=0.12:${PORTSDIR}/textproc/p5-Hash-Merge
+BUILD_DEPENDS=	p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge \
+		p5-Moo>=2.000001:devel/p5-Moo \
+		p5-Sub-Quote>=2.000001:devel/p5-Sub-Quote \
+		p5-Test-Deep>=0.101:devel/p5-Test-Deep
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo \
-		p5-Test-Deep>=0.101:${PORTSDIR}/devel/p5-Test-Deep \
-		p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
-		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+TEST_DEPENDS=	p5-Test-Exception>=0.31:devel/p5-Test-Exception \
+		p5-Test-Warn>=0:devel/p5-Test-Warn
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 PERL_CONFIGURE=	yes

Modified: trunk/databases/p5-SQL-Abstract/distinfo
===================================================================
--- trunk/databases/p5-SQL-Abstract/distinfo	2018-07-25 23:14:55 UTC (rev 23687)
+++ trunk/databases/p5-SQL-Abstract/distinfo	2018-07-25 23:16:32 UTC (rev 23688)
@@ -1,2 +1,3 @@
-SHA256 (SQL-Abstract-1.81.tar.gz) = 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f
-SIZE (SQL-Abstract-1.81.tar.gz) = 103010
+TIMESTAMP = 1517139940
+SHA256 (SQL-Abstract-1.85.tar.gz) = 9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab
+SIZE (SQL-Abstract-1.85.tar.gz) = 98176

Modified: trunk/databases/p5-SQL-Abstract/pkg-descr
===================================================================
--- trunk/databases/p5-SQL-Abstract/pkg-descr	2018-07-25 23:14:55 UTC (rev 23687)
+++ trunk/databases/p5-SQL-Abstract/pkg-descr	2018-07-25 23:16:32 UTC (rev 23688)
@@ -6,6 +6,6 @@
 This module is based largely on DBIx::Abstract. However, there are
 several important differences, especially when it comes to WHERE
 clauses. I have modified the concepts used to make the SQL easier to
-generate from Perl data structures and, IMO, more intuitive. 
+generate from Perl data structures and, IMO, more intuitive.
 
-WWW: http://search.cpan.org/dist/SQL-Abstract/
+WWW: https://metacpan.org/release/SQL-Abstract



More information about the Midnightbsd-cvs mailing list