[116008] trunk/dports/perl/p5-convert-pem/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 16 03:13:55 PST 2014


Revision: 116008
          https://trac.macports.org/changeset/116008
Author:   mojca at macports.org
Date:     2014-01-16 03:13:55 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
p5-convert-pem: whitespace, checksums and first line only

Modified Paths:
--------------
    trunk/dports/perl/p5-convert-pem/Portfile

Modified: trunk/dports/perl/p5-convert-pem/Portfile
===================================================================
--- trunk/dports/perl/p5-convert-pem/Portfile	2014-01-16 11:08:45 UTC (rev 116007)
+++ trunk/dports/perl/p5-convert-pem/Portfile	2014-01-16 11:13:55 UTC (rev 116008)
@@ -1,22 +1,25 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
-perl5.setup             Convert-PEM 0.07
-revision                3
-license                 {Artistic-1 GPL}
-maintainers             nomaintainer
-description             Read/write encrypted ASN.1 PEM files
-long_description        ${description}
+perl5.setup         Convert-PEM 0.07
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Read/write encrypted ASN.1 PEM files
+long_description    ${description}
 
-checksums               md5 d2188dd87446004c8da882b5a1f20412
-platforms               darwin
+checksums           rmd160  569e28c9c037e55323edab28b3028d307291fa79 \
+                    sha256  0035bc5b9404d8d01db387beed4d491a7ebec3003eab2e547f28bb66ebbeac65
 
+platforms           darwin
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-class-errorhandler \
-			port:p${perl5.major}-convert-asn1 \
-			port:p${perl5.major}-digest-md5 \
-			port:p${perl5.major}-crypt-des_ede3
+depends_lib-append  port:p${perl5.major}-class-errorhandler \
+                    port:p${perl5.major}-convert-asn1 \
+                    port:p${perl5.major}-digest-md5 \
+                    port:p${perl5.major}-crypt-des_ede3
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/d32c95aa/attachment.html>


More information about the macports-changes mailing list