Ticket #27162: p5-timedate.whitespace-only.patch

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

Change whitespace only (apply this 1st)

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

    # HG changeset patch
    # Parent 51b2cd94ab8a973beebe454e08e5694f5d20f8e6
    
    diff -r 51b2cd94ab8a rsync.macports.org/release/ports/perl/p5-timedate/Portfile
    a b  
    11# $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $
    2 PortSystem 1.0
    3 PortGroup perl5 1.0
    42
    5 perl5.setup             TimeDate 1.16 Date
    6 maintainers             nomaintainer
    7 description             time and date parsing routines
    8 long_description        This module replaces my earlier GetDate module, \
    9                                         which was only a date parser. The date parser \
    10                                         contained in this distribution is far superior to \
    11                                         the yacc based parser, and a *lot* faster. \
    12                                         The parser contained here will only parse absolute \
    13                                         dates, if you want a date parser that can parse \
    14                                         relative dates then take a look at the Time modules \
    15                                         by David Muir on CPAN.
    16 checksums               md5 b3cc35a7cabd106ac8829d2f2ff4bd9d
    17 platforms               darwin
     3PortSystem          1.0
     4PortGroup           perl5 1.0
    185
    19 supported_archs noarch
     6perl5.setup         TimeDate 1.16 Date
     7maintainers         nomaintainer
     8description         time and date parsing routines
     9long_description    This module replaces my earlier GetDate module, \
     10                    which was only a date parser. The date parser \
     11                    contained in this distribution is far superior to \
     12                    the yacc based parser, and a *lot* faster. \
     13                    The parser contained here will only parse absolute \
     14                    dates, if you want a date parser that can parse \
     15                    relative dates then take a look at the Time modules \
     16                    by David Muir on CPAN.
     17
     18checksums           md5 b3cc35a7cabd106ac8829d2f2ff4bd9d
     19
     20platforms           darwin
     21supported_archs     noarch