Commits
David B. Evans authored ca05856bcce
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 File-BaseDir 0.07 |
7 + | perl5.setup File-BaseDir 0.08 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | supported_archs noarch |
11 11 | |
12 12 | description This module can be used to find directories and files as \ |
13 13 | specified by the Freedesktop.org Base Directory Specification. |
14 14 | long_description This module can be used to find directories and files as \ |
15 15 | specified by the Freedesktop.org Base Directory Specification. \ |
16 16 | This specifications gives a mechanism to locate directories for \ |
17 17 | configuration, application data and cache data. It is suggested \ |
18 18 | that desktop applications for e.g. the Gnome, KDE or Xfce platforms \ |
19 19 | follow this layout. However, the same layout can just as well be \ |
20 20 | used for non-GUI applications. |
21 21 | |
22 22 | platforms darwin |
23 23 | |
24 - | checksums rmd160 002a084ae19202e3f1db55410a5ccae7fae88be1 \ |
25 - | sha256 120a57ef78535e13e1465717b4056aff4ce69af1e31c67c65d1177a52169082b |
24 + | checksums rmd160 3ffe2398b0aee3c185acfc2d532ee33039591183 \ |
25 + | sha256 c065fcd3e2f22ae769937bcc971b91f80294d5009fac140bfba83bf7d35305e3 \ |
26 + | size 10052 |
26 27 | |
27 28 | if {${perl5.major} != ""} { |
28 29 | depends_build-append \ |
29 30 | port:p${perl5.major}-file-which |
30 31 | |
31 32 | depends_lib-append \ |
32 33 | port:p${perl5.major}-ipc-system-simple |
33 34 | |
34 35 | ## patch in the @@_MACPORTS_PREFIX_GOES_HERE_@@ tag for replacing in the XDG_DATA_DIRS |
35 36 | patchfiles patch-lib-File-BaseDir.pm.diff |