Again will be needed for the p5-DBIx-Class update, eventually.

A few actual changes, but mostly bugfixes. Strangely, doesn't mention
documentation improvements the way most perl updates to.

https://metacpan.org/changes/distribution/SQL-Abstract

All reverse dependencies pass/fail tests the same before and after.
    databases/p5-DBIx-Class
    databases/p5-DBIx-DataModel
    databases/p5-SQL-Abstract-Limit

(squeezecenter didn't have any apparent tests.  I may actually have
opportunity to look at squeezecenter this year!)

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-SQL-Abstract/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    11 Jul 2014 12:42:48 -0000      1.11
+++ Makefile    3 Jan 2015 02:41:51 -0000
@@ -1,26 +1,25 @@
 # $OpenBSD: Makefile,v 1.11 2014/07/11 12:42:48 afresh1 Exp $
 
-COMMENT =      generate SQL from Perl data structures
+COMMENT =      Generate SQL from Perl data structures
 
 MODULES =      cpan
-DISTNAME =     SQL-Abstract-1.78
+DISTNAME =     SQL-Abstract-1.81
 CATEGORIES =   databases
 
-MAINTAINER =   Andrew Fresh <afre...@openbsd.org>
-
 # perl
 PERMIT_PACKAGE_CDROM = Yes
 
 CONFIGURE_ARGS +=      --skipdeps
 
 RUN_DEPENDS =  devel/p5-Hash-Merge>=0.12 \
+               devel/p5-MRO-Compat>=0.12 \
                devel/p5-Moo>=1.004002
 
-TEST_DEPENDS = devel/p5-Test-Deep>=0.101 \
-               devel/p5-Test-Exception>=0.31 \
-               devel/p5-Test-Warn>=0
-
 # Optional depends to avoid skipping tests
 TEST_DEPENDS +=        databases/p5-DBIx-Class
 
+BUILD_DEPENDS =        devel/p5-Test-Deep>=0.101 \
+               devel/p5-Test-Exception>=0.31 \
+               devel/p5-Test-Warn>=0
+CPAN_AUTHOR =  RIBASUSHI
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-SQL-Abstract/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    11 Jul 2014 12:42:48 -0000      1.7
+++ distinfo    3 Jan 2015 02:41:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (SQL-Abstract-1.78.tar.gz) = 
Q9sU+IadHkyo4qTgLv6zlcV61xu98emJTkyMWHRmgZM=
-SIZE (SQL-Abstract-1.78.tar.gz) = 97200
+SHA256 (SQL-Abstract-1.81.tar.gz) = 
X01WGM4kJNYrv9tSKLOC6L4ODM7bsnPW2FDiXQfmT58=
+SIZE (SQL-Abstract-1.81.tar.gz) = 103010

Reply via email to