Ticket #27546: p5-time-duration-1.06.patch

File p5-time-duration-1.06.patch, 1.5 KB (added by larry+macports@…, 13 years ago)

Upgrade to 1.06 (apply this 2nd)

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

    # HG changeset patch
    # Parent 350a271a196ebda80d638426d284c0cb01ffbbd9
    
    diff -r 350a271a196e rsync.macports.org/release/ports/perl/p5-time-duration/Portfile
    a b  
    44PortSystem              1.0
    55PortGroup               perl5 1.0
    66
    7 perl5.setup             Time-Duration 1.04
     7perl5.setup             Time-Duration 1.06
    88platforms               darwin
    9 maintainers             nomaintainer
    10 homepage                http://search.cpan.org/~avif
     9maintainers             l2g.to:larry+macports
     10license                 Artistic/GPL
    1111supported_archs         noarch
    1212
    1313description             Rounded or exact English expression of durations
    1414
    15 long_description        ${description}
     15long_description        This module provides functions for expressing \
     16                        durations in rounded or exact terms, e.g. \"1 \
     17                        second,\" \"2 minutes and 5 seconds,\" or \"1 hour, \
     18                        3 minutes, and 40 seconds.\"
    1619
    17 checksums               md5 0c8f3d4702bcf0b0750dd476ed5f17ec
     20checksums               sha1    c99c4d40c0164ede0ef93ea1c493c86d5a596e2f \
     21                        rmd160  5200f9586be1cf155a8c747d5da7e4f9846ad5b0
     22
     23# These are only required for complete testing
     24#depends_build-append    port:p5-test-pod \
     25#                        port:p5-test-pod-coverage