[150593] trunk/dports/perl/p5-catalyst-model-dbic-schema/Portfile

devans at macports.org devans at macports.org
Sat Jul 23 00:23:53 PDT 2016


Revision: 150593
          https://trac.macports.org/changeset/150593
Author:   devans at macports.org
Date:     2016-07-23 00:23:53 -0700 (Sat, 23 Jul 2016)
Log Message:
-----------
p5-catalyst-model-dbic-schema: update dependencies, don't use p5-test-simple when core will do, remove comment, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-model-dbic-schema/Portfile

Modified: trunk/dports/perl/p5-catalyst-model-dbic-schema/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-model-dbic-schema/Portfile	2016-07-23 07:22:33 UTC (rev 150592)
+++ trunk/dports/perl/p5-catalyst-model-dbic-schema/Portfile	2016-07-23 07:23:53 UTC (rev 150593)
@@ -1,17 +1,12 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
 perl5.setup         Catalyst-Model-DBIC-Schema 0.65
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Helper for DBIC Schema Models
@@ -23,26 +18,30 @@
                     sha256  26a911ef5ef7ffc81b6ce65c3156f71fb35083c456ad27e6d82d2dc02493eeea
 
 if {${perl5.major} != ""} {
-    depends_lib-append \
+    depends_build-append \
+                    port:p${perl5.major}-dbd-sqlite \
                     port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-requires
+
+    depends_lib-append \
                     port:p${perl5.major}-carp-clan \
+                    port:p${perl5.major}-catalyst-component-instancepercontext \
+                    port:p${perl5.major}-catalyst-devel \
                     port:p${perl5.major}-catalyst-runtime \
                     port:p${perl5.major}-catalystx-component-traits \
-                    port:p${perl5.major}-test-simple \
                     port:p${perl5.major}-dbix-class \
+                    port:p${perl5.major}-dbix-class-cursor-cached \
+                    port:p${perl5.major}-dbix-class-schema-loader \
+                    port:p${perl5.major}-hash-merge \
                     port:p${perl5.major}-list-moreutils \
+                    port:p${perl5.major}-module-runtime \
                     port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-markasmethods \
+                    port:p${perl5.major}-moosex-nonmoose \
                     port:p${perl5.major}-moosex-types \
                     port:p${perl5.major}-moosex-types-loadableclass \
-                    port:p${perl5.major}-tie-ixhash \
                     port:p${perl5.major}-namespace-autoclean \
-                    port:p${perl5.major}-catalyst-devel \
-                    port:p${perl5.major}-moosex-nonmoose \
-                    port:p${perl5.major}-try-tiny \
-                    port:p${perl5.major}-hash-merge \
-                    port:p${perl5.major}-dbix-class-cursor-cached \
-                    port:p${perl5.major}-stream-buffered \
-                    port:p${perl5.major}-hash-multivalue \
-                    port:p${perl5.major}-plack \
-                    port:p${perl5.major}-safe-isa
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-tie-ixhash \
+                    port:p${perl5.major}-try-tiny
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160723/bf98a4c2/attachment.html>


More information about the macports-changes mailing list