Commits

David B. Evans authored 7d8e11f9c29
p5-text-csv_xs: update to version 1.39
No tags

perl/p5-text-csv_xs/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 5.28
7 -perl5.setup Text-CSV_XS 1.38
7 +perl5.setup Text-CSV_XS 1.39
8 8 maintainers oaf.dk:mni openmaintainer
9 9
10 10 description Perl module containing comma-separated values manipulation routines
11 11
12 12 long_description Text::CSV_XS provides facilities for the composition and decomposition of \
13 13 comma-separated values. An instance of the Text::CSV_XS class can combine \
14 14 fields into a CSV string and parse a CSV string into fields.
15 15
16 16 platforms darwin
17 17 license {Artistic-1 GPL}
18 18
19 -checksums rmd160 aa626939aceb32c07f17e2b18bed417e5ca3d0fc \
20 - sha256 d6317ae0ed0658e00037ecedaa3da2ff8565c86b0516ef8a93322b959de313dd \
21 - size 175734
19 +checksums rmd160 7699fea91a25450dc958143f254b598021dda49b \
20 + sha256 aa4e424eaf68bea0d0e8c16b961c942b64926e6183ce1dbbc6c799eafb0a9ebd \
21 + size 177188
22 22
23 23 extract.suffix .tgz
24 24
25 -# recommends Encode 2.98, perl5.26 core is 2.88
25 +# recommends Encode 3.01, perl5.26 core is 2.88
26 26 if {${perl5.major} != ""} {
27 27 depends_lib-append \
28 28 port:p${perl5.major}-encode
29 29 }

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

Add shortcut