Ticket #32131: p5-uri-Portfile.patch

File p5-uri-Portfile.patch, 874 bytes (added by jpo@…, 12 years ago)

p5-uri Portfile patch

  • Portfile

    old new  
    44PortSystem      1.0
    55PortGroup       perl5 1.0
    66
    7 perl5.setup     URI 1.58
    8 revision        2
     7perl5.setup     URI 1.59
    98platforms       darwin
    109maintainers     l2g openmaintainer
    1110license         Artistic GPL
     
    1817    implements the URI class. Objects of this class represent Uniform Resource \
    1918    Identifier references as specified in RFC 2396 and updated by RFC 2732.
    2019
    21 checksums           sha1    46fcf3ba499d42ab6a7152b0bbbc72f1ff13092c \
    22                     rmd160  2ee7b11c615557dd6164c01df8f5693a0f9a85cc
     20checksums           sha1 20749c66e95f21c6046d882a74e62cdd17c7c97b \
     21                    rmd160 3b2923d0831f8e9824360121e9e2e70370dc0c5c
    2322
    2423if {${perl5.major} != ""} {
    2524depends_lib-append  port:p${perl5.major}-mime-base64