[131142] trunk/dports/perl/p5-class-dbi-abstractsearch/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 04:25:07 PST 2015


Revision: 131142
          https://trac.macports.org/changeset/131142
Author:   mojca at macports.org
Date:     2015-01-06 04:25:07 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-class-dbi-abstractsearch: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-class-dbi-abstractsearch/Portfile

Modified: trunk/dports/perl/p5-class-dbi-abstractsearch/Portfile
===================================================================
--- trunk/dports/perl/p5-class-dbi-abstractsearch/Portfile	2015-01-06 12:22:47 UTC (rev 131141)
+++ trunk/dports/perl/p5-class-dbi-abstractsearch/Portfile	2015-01-06 12:25:07 UTC (rev 131142)
@@ -1,23 +1,26 @@
+# -*- 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$
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.16
-perl5.setup           Class-DBI-AbstractSearch 0.07
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Abstract Class::DBI's SQL with SQL::Abstract::Limit
-long_description      Class::DBI::AbstractSearch is a Class::DBI plugin \
-                      to glue SQL::Abstract::Limit into Class::DBI.
+perl5.setup         Class-DBI-AbstractSearch 0.07
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Abstract Class::DBI's SQL with SQL::Abstract::Limit
+long_description    Class::DBI::AbstractSearch is a Class::DBI plugin \
+                    to glue SQL::Abstract::Limit into Class::DBI.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 d40e7301201135fe0246251097132a54
+checksums           rmd160  06febd4de545ba91c902bb8ba883f12bd934b2e1 \
+                    sha256  d93209f38fc1b296c985afed46f3858f5d2b070f655f503cdcbfb227ab22dec9
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-dbi \
-                      port:p${perl5.major}-sql-abstract-limit
+    depends_lib-append \
+                    port:p${perl5.major}-class-dbi \
+                    port:p${perl5.major}-sql-abstract-limit
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/9a221f78/attachment-0001.html>


More information about the macports-changes mailing list