On 08/23, Cesare Gargano wrote:
> Hi,
> 
> here's an update for www/p5-Dancer2-Plugin-DBIC to 0.0009.
> 
> Attached new dependencies, below pkg/DESCR:
> 
> - devel/p5-Test-API
> 
>   This simple test module checks the subroutines provided by a module. This
>   is useful for confirming a planned API in testing and ensuring that other
>   functions aren't unintentionally included via import.
> 
> - devel/p5-Test-Modern
> 
>   Test::Modern provides the best features of Test::More, Test::Fatal,
>   Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
>   ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
>   Test::CleanNamespaces.
> 
> - databases/p5-DBICx-Sugar
> 
>   Just some syntax sugar for your DBIx::Class applications. This was
>   originally created to remove code duplication between Dancer::Plugin::DBIC
>   and Dancer2::Plugin::DBIC.
> 
> Tested on i386 and amd64.
> 
> Comments, OK?
> 
> - 
> C.
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- Makefile  26 Jan 2015 18:00:22 -0000      1.2
> +++ Makefile  23 Aug 2015 08:15:01 -0000
> @@ -3,7 +3,7 @@
>  COMMENT =            DBIx::Class interface for Dancer2 applications
>  
>  MODULES =            cpan
> -DISTNAME =           Dancer2-Plugin-DBIC-0.0008
> +DISTNAME =           Dancer2-Plugin-DBIC-0.0009
>  CATEGORIES =         www
>  
>  MAINTAINER =         Cesare Gargano <g...@plusiagamma.org>
> 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  23 Aug 2015 08:15:01 -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.0009.tar.gz) = 
> 0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
> +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465

Missed new dependency, below new diff:

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    26 Jan 2015 18:00:22 -0000      1.2
+++ Makefile    23 Aug 2015 08:43:20 -0000
@@ -3,7 +3,7 @@
 COMMENT =              DBIx::Class interface for Dancer2 applications
 
 MODULES =              cpan
-DISTNAME =             Dancer2-Plugin-DBIC-0.0008
+DISTNAME =             Dancer2-Plugin-DBIC-0.0009
 CATEGORIES =           www
 
 MAINTAINER =           Cesare Gargano <g...@plusiagamma.org>
@@ -12,7 +12,8 @@ MAINTAINER =          Cesare Gargano <gar@plusia
 PERMIT_PACKAGE_CDROM = Yes
 
 RUN_DEPENDS =          www/p5-Dancer2>=0.153002 \
-                       databases/p5-DBIx-Class
+                       databases/p5-DBIx-Class \
+                       databases/p5-DBICx-Sugar
 
 TEST_DEPENDS =         databases/p5-DBD-SQLite \
                        databases/p5-DBIx-Class-Schema-Loader \
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    23 Aug 2015 08:43:20 -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.0009.tar.gz) = 
0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
+SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465

Reply via email to