Commits

David B. Evans authored and Perry E. Metzger committed a541ec59c62
p5-error: update to version 0.17026
No tags

perl/p5-error/Portfile

Modified
1 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup perl5 1.0
5 5
6 6 perl5.branches 5.26
7 -perl5.setup Error 0.17025
7 +perl5.setup Error 0.17026
8 8 license {Artistic-1 GPL}
9 9 maintainers {khindenburg @kurthindenburg} openmaintainer
10 10 description Error/exception handling in an OO-ish way
11 11 long_description The Error package provides two interfaces. Firstly \
12 12 Error provides a procedural interface to exception \
13 13 handling. Secondly Error is a base class for \
14 14 errors/exeptions that can either be thrown, for \
15 15 subsequent catch, or can simply be recorded.
16 16 platforms darwin
17 17
18 -checksums rmd160 7aab586b849b12d075a2e65e0f0002e9ae66c43e \
19 - sha256 6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf
18 +checksums rmd160 4fb59b44ade5a94c5d2be1c13a2a1b05f02e7c18 \
19 + sha256 37590a962cd73ae03470e1ff16459a6cbc5273fc57626b8981dab9c2433155d9 \
20 + size 32988
20 21
21 22 supported_archs noarch
22 23
23 24 if {${perl5.major} != ""} {
24 25 post-destroot {
25 26 set docdir ${prefix}/share/doc/${subport}
26 27 xinstall -d ${destroot}${docdir}
27 28 xinstall -m 644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir}
28 29
29 30 set examplesdir ${prefix}/share/examples/${subport}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut