Ticket #43166: p5-class-load-0.21.diff

File p5-class-load-0.21.diff, 1.2 KB (added by nortcele, 10 years ago)
  • 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 104947 2013-04-05 22:38:54Z macsforever2000@macports.org $
    23
    34PortSystem            1.0
    45PortGroup             perl5 1.0
    56
    6 perl5.branches        5.8 5.10 5.12 5.14 5.16
    7 perl5.setup           Class-Load 0.20
     7perl5.branches        5.8 5.10 5.12 5.14 5.16 5.18
     8perl5.setup           Class-Load 0.21
    89license               {Artistic-1 GPL}
    910maintainers           nomaintainer
    1011description           a working (require Class::Name) and more
     
    1213
    1314platforms             darwin
    1415
    15 checksums             rmd160 040eeb3049f08444e7d7f3cfcf0bcc03e2ed7e97 \
    16                       sha256 823c45885e1d29feef6867282b881d402f42af6413c7e0e9f8fe32086aee8c20
     16checksums             rmd160 2eb9b1d92c3739515324607a02eb4b0cc31d8e56 \
     17                      sha256 10d9bae402f7e67ef441af1d7222c9d09c2b0818b81c6752c383a2d924c8047c
    1718
    1819if {${perl5.major} != ""} {
    1920    depends_build-append  port:p${perl5.major}-test-fatal \