Ticket #27537: p5-time-progress.cleanup.patch

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

Portfile cleanup (apply this 1st)

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

    # HG changeset patch
    # Parent 4ba07f950574ade3167317244cf35be19a2a8fe2
    
    diff -r 4ba07f950574 rsync.macports.org/release/ports/perl/p5-time-progress/Portfile
    a b  
     1# -*- 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
    12# $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $
    23
    3 PortSystem      1.0
    4 PortGroup       perl5 1.0
     4PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    6 perl5.setup     Time-Progress 1.3
    7 platforms       darwin
    8 maintainers     nomaintainer
    9 description     Elapsed and estimated finish time reporting
     7perl5.setup         Time-Progress 1.3
     8platforms           darwin
     9maintainers         nomaintainer
     10supported_archs     noarch
    1011
    11 long_description \
    12                 ${description}
     12description         Elapsed and estimated finish time reporting
    1313
    14 checksums       md5 708cdb258dcf756104c0d7b1892d0298\
    15                 sha1 2020ca8b915793b77621a48207742ab3518b3ec2\
    16                 rmd160 e4f141c1e78834918d45d5939baf1c322f79c5e3
     14long_description    ${description}
    1715
    18 supported_archs noarch
     16checksums           md5 708cdb258dcf756104c0d7b1892d0298\
     17                    sha1 2020ca8b915793b77621a48207742ab3518b3ec2\
     18                    rmd160 e4f141c1e78834918d45d5939baf1c322f79c5e3