[131721] trunk/dports/perl/p5-perlio-gzip/Portfile

mojca at macports.org mojca at macports.org
Fri Jan 16 04:26:42 PST 2015


Revision: 131721
          https://trac.macports.org/changeset/131721
Author:   mojca at macports.org
Date:     2015-01-16 04:26:42 -0800 (Fri, 16 Jan 2015)
Log Message:
-----------
p5-perlio-gzip: first line, checksums, whitespace only (but broken: #46580)

Modified Paths:
--------------
    trunk/dports/perl/p5-perlio-gzip/Portfile

Modified: trunk/dports/perl/p5-perlio-gzip/Portfile
===================================================================
--- trunk/dports/perl/p5-perlio-gzip/Portfile	2015-01-16 12:21:58 UTC (rev 131720)
+++ trunk/dports/perl/p5-perlio-gzip/Portfile	2015-01-16 12:26:42 UTC (rev 131721)
@@ -1,22 +1,24 @@
+# -*- 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 5.18 5.20
-perl5.setup		PerlIO-gzip 0.18
-revision        3
-maintainers		nomaintainer
-description		PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
-license			{Artistic-1 GPL}
+perl5.setup         PerlIO-gzip 0.18
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-long_description	${description}
+description         PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
+long_description    ${description}
 
-platforms		darwin
-checksums		md5 933fdf283a0d2739f7630420569e3b24 \
-			sha1 f16b4a1710cf6a4bfdc589ab8c3b056a6d994a9d \
-			rmd160 36b4991424fdfa4dbb824411cbd57f49922ad026
+checksums           rmd160  36b4991424fdfa4dbb824411cbd57f49922ad026 \
+                    sha256  67b20e7e4dcc4230a44500dbbc63c6a267b09fdf4d4465275cc98a3f9f31bcf3
 
+platforms           darwin
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:zlib
+    depends_lib-append \
+                    port:zlib
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150116/83042d7f/attachment.html>


More information about the macports-changes mailing list