Ticket #27101: p5-algorithm-dependency-whitespace-only.patch

File p5-algorithm-dependency-whitespace-only.patch, 2.5 KB (added by larry+macports@…, 13 years ago)

Change portfile's whitespace only (apply this 1st)

  • rsync.macports.org/release/ports/perl/p5-algorithm-dependency/Portfile

    # HG changeset patch
    # Parent c97b1acd4de833353d4a97005958a99e1f8d40b5
    diff -r c97b1acd4de8 -r 22b8c2516224 rsync.macports.org/release/ports/perl/p5-algorithm-dependency/Portfile
    a b  
    11# $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $
    22
    3 PortSystem                      1.0
    4 PortGroup                       perl5 1.0
     3PortSystem          1.0
     4PortGroup           perl5 1.0
    55
    6 perl5.setup                     Algorithm-Dependency 1.106
    7 maintainers                     nomaintainer
    8 description                     Base class for implementing various dependency trees
    9 long_description \
    10         Algorithm::Dependency is a framework for creating simple read-only \
    11         dependency hierarchies, where you have a set of items that rely on \
    12         other items in the set, and require actions on them as well.\
    13         Despite the most visible of these being software installation systems \
    14         like the CPAN installer, or debian apt-get, they are usefull in other \
    15         situations. This module intentionally uses implementation-neutral \
    16         words, to avoid confusion.
     6perl5.setup         Algorithm-Dependency 1.106
     7maintainers         nomaintainer
     8description         Base class for implementing various dependency trees
     9long_description    Algorithm::Dependency is a framework for creating simple \
     10                    read-only dependency hierarchies, where you have a set \
     11                    of items that rely on other items in the set, and \
     12                    require actions on them as well.  Despite the most \
     13                    visible of these being software installation systems \
     14                    like the CPAN installer, or debian apt-get, they are \
     15                    usefull in other situations. This module intentionally \
     16                    uses implementation-neutral words, to avoid confusion.
    1717
    18 platforms                       darwin
     18platforms           darwin
    1919
    20 checksums                       md5     60cb5584ceacd0a569537bc0ff359e1f \
    21                                         sha1    cd2673f9962ec9ac1260e9927d8b2a421689559e \
    22                                         rmd160  39563b0cfe1d94f89d407a7d82f56cc5ba0d9d9a
     20checksums           md5     60cb5584ceacd0a569537bc0ff359e1f \
     21                    sha1    cd2673f9962ec9ac1260e9927d8b2a421689559e \
     22                    rmd160  39563b0cfe1d94f89d407a7d82f56cc5ba0d9d9a
    2323
    24 depends_lib-append      port:p5-params-util
     24depends_lib-append  port:p5-params-util
    2525
    26 supported_archs noarch
     26supported_archs     noarch