Ticket #27030: p5-test-taint-1.04.patch

File p5-test-taint-1.04.patch, 1.4 KB (added by larry+macports@…, 14 years ago)

Update portfile to Test::Taint 1.04 (apply this 2nd)

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

    # HG changeset patch
    # Parent ababe671bf40c19d96c71b43fbf0050cd7500f7b
    
    diff -r ababe671bf40 rsync.macports.org/release/ports/perl/p5-test-taint/Portfile
    a b  
    22
    33PortSystem          1.0
    44PortGroup           perl5 1.0
    5 perl5.setup         Test-Taint 1.02
     5perl5.setup         Test-Taint 1.04
    66maintainers         nomaintainer
    77description         Tools to test taintedness
    8 long_description    ${description}
     8long_description    Tainted data is data that comes from an unsafe source, \
     9                    such as the command line, or, in the case of web apps, \
     10                    any GET or POST transactions.  When you're writing unit \
     11                    tests for code that deals with tainted data, you'll want \
     12                    to have a way to provide tainted data for your routines \
     13                    to handle, and easy ways to check and report on the \
     14                    taintedness of your data, in standard Test::More style.
    915
    1016platforms           darwin
    1117
    12 checksums           md5 ffd7c70c4c44e5b8124d8d291a5de802
    13 
     18checksums           md5     a005ab5a2e22ab462b4f3661d1d1d5e0 \
     19                    sha1    a0b7f19be31fefb1a475466599903ee1e33f1191 \
     20                    rmd160  83b768a0c49430261814c235181f677f9554abdf