[151327] trunk/dports/perl/p5-digest-md2/Portfile

devans at macports.org devans at macports.org
Fri Aug 12 18:28:57 PDT 2016


Revision: 151327
          https://trac.macports.org/changeset/151327
Author:   devans at macports.org
Date:     2016-08-12 18:28:56 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
p5-digest-md2: add modeline and reformat, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-digest-md2/Portfile

Modified: trunk/dports/perl/p5-digest-md2/Portfile
===================================================================
--- trunk/dports/perl/p5-digest-md2/Portfile	2016-08-13 01:20:02 UTC (rev 151326)
+++ trunk/dports/perl/p5-digest-md2/Portfile	2016-08-13 01:28:56 UTC (rev 151327)
@@ -1,25 +1,20 @@
+# -*- 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$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-PortSystem      1.0
-PortGroup       perl5 1.0
-
 perl5.branches      5.22 5.24
-perl5.setup     Digest-MD2 2.04
-license         {Artistic-1 GPL}
-maintainers     nomaintainer
-description     Perl interface to the MD2 Algorithm
-long_description The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 \
-                Message Digest algorithm from within Perl programs. The algorithm takes as \
-                input a message of arbitrary length and produces as output a 128-bit \
-                'fingerprint' or 'message digest' of the input.
+perl5.setup         Digest-MD2 2.04
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl interface to the MD2 Algorithm
+long_description    The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 \
+                    Message Digest algorithm from within Perl programs. The algorithm takes as \
+                    input a message of arbitrary length and produces as output a 128-bit \
+                    'fingerprint' or 'message digest' of the input.
 
-platforms       darwin
+platforms           darwin
 
-checksums       rmd160  b14389aff5845679e93451b259f1d7686b997e8b \
-                sha256  d0aabf4834c20ac411bea427c4a308b59a5fcaa327679ef5294c1d68ab71eed3
+checksums           rmd160  b14389aff5845679e93451b259f1d7686b997e8b \
+                    sha256  d0aabf4834c20ac411bea427c4a308b59a5fcaa327679ef5294c1d68ab71eed3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/6bf38f0d/attachment.html>


More information about the macports-changes mailing list