[131144] trunk/dports/perl/p5-class-dbi-mysql/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 04:28:32 PST 2015


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

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

Modified: trunk/dports/perl/p5-class-dbi-mysql/Portfile
===================================================================
--- trunk/dports/perl/p5-class-dbi-mysql/Portfile	2015-01-06 12:26:57 UTC (rev 131143)
+++ trunk/dports/perl/p5-class-dbi-mysql/Portfile	2015-01-06 12:28:32 UTC (rev 131144)
@@ -1,25 +1,28 @@
+# -*- 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-mysql 1.00
-revision              3
-license               GPL-2+
-maintainers           nomaintainer
-description           Extensions to Class::DBI for MySQL
-long_description      This is an extension to Class::DBI, containing several \
-                      functions and optimisations for the MySQL database. \
-                      Instead of setting Class::DBI as your base class, \
-                      use this instead.
+perl5.setup         Class-DBI-mysql 1.00
+revision            3
+license             GPL-2+
+maintainers         nomaintainer
+description         Extensions to Class::DBI for MySQL
+long_description    This is an extension to Class::DBI, containing several \
+                    functions and optimisations for the MySQL database. \
+                    Instead of setting Class::DBI as your base class, \
+                    use this instead.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 3bee2423ba61348a54201f4aca25e79b
+checksums           rmd160  2a25535b9e1c7c337ed26734d654a44646b9b4e8 \
+                    sha256  6fd344111a0bf5a62e0b88409f096c669cbe0f14fd3fefdf2e385e6c97e9de7b
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-dbi \
-                      port:p${perl5.major}-dbd-mysql
+    depends_lib-append \
+                    port:p${perl5.major}-class-dbi \
+                    port:p${perl5.major}-dbd-mysql
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/b0c8bcbd/attachment.html>


More information about the macports-changes mailing list