Hi, ports@:
Here is a simple patch for www/p5-Dancer2-Plugin-DBIC:
i) Update to 0.0100
ii) Remove a whitespace in DESCR
It is required by the future update of p5-Dancer2.
It build well and pass all tests on amd64-head system.
No other ports depends on it.
Comments? OK?
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 12 Jul 2019 20:50:52 -0000 1.5
+++ Makefile 24 Oct 2019 07:01:14 -0000
@@ -4,9 +4,8 @@ COMMENT = DBIx::Class interface for Dan
MODULES = cpan
PKG_ARCH = *
-DISTNAME = Dancer2-Plugin-DBIC-0.0008
+DISTNAME = Dancer2-Plugin-DBIC-0.0100
CATEGORIES = www
-REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 26 Jan 2015 11:56:10 -0000 1.1.1.1
+++ distinfo 24 Oct 2019 07:01:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) =
snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
-SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
+SHA256 (Dancer2-Plugin-DBIC-0.0100.tar.gz) =
UhFmVl+MouToFssZLHZM8mgQSzOJJ492USKbbZvfpvk=
+SIZE (Dancer2-Plugin-DBIC-0.0100.tar.gz) = 19170
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 26 Jan 2015 11:56:11 -0000 1.1.1.1
+++ pkg/DESCR 24 Oct 2019 07:01:14 -0000
@@ -1,3 +1,3 @@
Dancer2 plugin which makes very easy to create applications that interface
with databases. It automatically exports the keyword schema which returns a
-DBIx::Class::Schema object.
+DBIx::Class::Schema object.