Commits
David B. Evans authored 14f34c6ef0f
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 5.28 |
7 - | perl5.setup DB_File 1.851 ../../authors/id/P/PM/PMQS/ |
7 + | perl5.setup DB_File 1.852 ../../authors/id/P/PM/PMQS/ |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | description DB_File - Perl5 access to Berkeley DB version 1.x |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 d9db6503e7f900aa919a96bd18e1cb562ce67711 \ |
16 - | sha256 68b7094e506a5b1673b7ec47ad2dfd66d1a28f20be8e657beb9ddbf06c3547c8 \ |
17 - | size 138195 |
15 + | checksums rmd160 045c93eee0454f99c74d4d979c65f55f894c4816 \ |
16 + | sha256 3ab7957523b6da39c55cb2ec4e677d88aa4034fd0b2f40788781a58e7d078391 \ |
17 + | size 138208 |
18 18 | |
19 19 | if {${perl5.major} != ""} { |
20 20 | depends_lib-append \ |
21 21 | port:db48 |
22 22 | |
23 23 | patchfiles patch-config.in.diff |
24 24 | |
25 25 | post-patch { |
26 26 | reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/config.in |
27 27 | } |