[131147] trunk/dports/perl/p5-class-dbi-uuid/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 05:10:40 PST 2015


Revision: 131147
          https://trac.macports.org/changeset/131147
Author:   mojca at macports.org
Date:     2015-01-06 05:10:40 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-class-dbi-uuid: first line, checksums, whitespace only

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

Modified: trunk/dports/perl/p5-class-dbi-uuid/Portfile
===================================================================
--- trunk/dports/perl/p5-class-dbi-uuid/Portfile	2015-01-06 13:09:26 UTC (rev 131146)
+++ trunk/dports/perl/p5-class-dbi-uuid/Portfile	2015-01-06 13:10:40 UTC (rev 131147)
@@ -1,24 +1,27 @@
+# -*- 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-UUID 1.01
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Provide Globally Unique Column Values
-long_description      This module implements globally unique columns values. \
-                      When an object is created, the columns specified are \
-                      given unique IDs.
+perl5.setup         Class-DBI-UUID 1.01
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Provide Globally Unique Column Values
+long_description    This module implements globally unique columns values. \
+                    When an object is created, the columns specified are \
+                    given unique IDs.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 7ea5ff813abf2c43b18c9b833251baa9
+checksums           rmd160  ae09ff612436413942eff6cb4c5dfe8489fd4482 \
+                    sha256  f1d2b967841a55c70862e4e5e4a6e1ae6e61528cf3c1127fc4944fc319526d68
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-dbi \
-                      port:p${perl5.major}-data-uuid
+    depends_lib-append \
+                    port:p${perl5.major}-class-dbi \
+                    port:p${perl5.major}-data-uuid
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/280ce70a/attachment.html>


More information about the macports-changes mailing list