Skip to content

Commit

Permalink
Update to 0.2102
Browse files Browse the repository at this point in the history
Add missing DEPENDS

Upstream changes:
version 0.2102 at 2015-03-29 09:46:45 +0000
-------------------------------------------

  Change: 96eacfc5c44a2ac4c5f6ae5c4e8202c1e9f7c059
  Author: Naveed Massjouni <[email protected]>
  Date : 2015-03-29 05:44:09 +0000

    this plugin is now a thin wrapper around DBICx::Sugar

    I created DBICx::Sugar to factor out the code duplication between
    Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC. Now this plugin is
    just a thin wrapper around DBICx::Sugar.

-------------------------------------------
version 0.2101 at 2015-02-14 02:52:24 +0000
-------------------------------------------

  Change: b4b29aa82925bc53370ae15aa66e897085c31db5
  Author: Naveed Massjouni <[email protected]>
  Date : 2015-02-13 21:52:24 +0000

    updated SQL::Translator version requirement to fix cpantesters
    failures

  Change: 2ee1a4bfad6362fad5907dfe85fb8d866835cef6
  Author: Naveed Massjouni <[email protected]>
  Date : 2015-01-12 01:16:15 +0000

    Merge pull request #17 from monsieurp/test-code-refactoring

    Test code refactoring

  Change: c2b09c695a711a336e753771926c01d4a53a4c31
  Author: Patrice Clement <[email protected]>
  Date : 2015-01-11 19:48:35 +0000

    get rid of eval {} and make use of Test::Requires instead

  Change: 9270cfe02c06f1de469d6e19171c3e8d1ecb2f47
  Author: Patrice Clement <[email protected]>
  Date : 2015-01-10 20:32:36 +0000

    test code refactoring and import tyding
  • Loading branch information
wen committed Oct 7, 2015
1 parent 5f7988d commit 909e886
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions databases/p5-Dancer-Plugin-DBIC/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:41 wiz Exp $
# $NetBSD: Makefile,v 1.9 2015/10/07 14:51:38 wen Exp $

DISTNAME= Dancer-Plugin-DBIC-0.2100
DISTNAME= Dancer-Plugin-DBIC-0.2102
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/}

Expand All @@ -13,6 +12,7 @@ LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
DEPENDS+= p5-Dancer>=1.3098:../../www/p5-Dancer
DEPENDS+= p5-DBICx-Sugar>=0:../../databases/p5-DBICx-Sugar

# recommended ...
DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
Expand Down
8 changes: 4 additions & 4 deletions databases/p5-Dancer-Plugin-DBIC/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2014/12/12 04:56:43 mef Exp $
$NetBSD: distinfo,v 1.4 2015/10/07 14:51:38 wen Exp $

SHA1 (Dancer-Plugin-DBIC-0.2100.tar.gz) = d3786f42fae1aff10e523357129a5f8651b85511
RMD160 (Dancer-Plugin-DBIC-0.2100.tar.gz) = 414c524ffa767a3d2264d4a28bd17fd53335cb65
Size (Dancer-Plugin-DBIC-0.2100.tar.gz) = 17507 bytes
SHA1 (Dancer-Plugin-DBIC-0.2102.tar.gz) = e47660f138cfe23f4da7ea69a00205338e443f04
RMD160 (Dancer-Plugin-DBIC-0.2102.tar.gz) = a5d581fc25ff8a16f0782c8fa36d74913d3ce74b
Size (Dancer-Plugin-DBIC-0.2102.tar.gz) = 23282 bytes

0 comments on commit 909e886

Please sign in to comment.