Ticket #32167: p5-test-simple-Portfile.patch

File p5-test-simple-Portfile.patch, 1.1 KB (added by jpo@…, 12 years ago)

p5-test-simple Portfile patch

  • Portfile

    old new  
     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 82547 2011-08-15 16:46:16Z jmr@macports.org $
    23
    34PortSystem          1.0
    45PortGroup           perl5 1.0
    56
    6 perl5.setup         Test-Simple 0.96
    7 revision            2
     7perl5.setup         Test-Simple 0.98
    88license             {Artistic GPL}
    99maintainers                     email.arc.nasa.gov:sal
    1010description                     Basic utilities for writing perl tests
    1111long_description        ${description}
    1212platforms                       darwin
    1313
    14 checksums           md5 fbc734a7bb5b3fc3e2bc706e19d08b26 \
    15                     sha1 d5d5f657a363d8328c1c2d4972f879df4f6496b1 \
    16                     rmd160 cb26f27641a0dd467a8e3287f1072a3335cc4b18
     14checksums           rmd160 92b20f1f3165bfc6d07e6585f400ab2a2124e987 \
     15                    sha256 2fb203e2cb75e72c6f70af71c6b01998f2c0ec2afba6c38cc5053c6107cd12a8
    1716
    1817## # Perl searches vendor location last, so this won't
    1918## # override the older version included with perl