[129859] trunk/dports/perl/p5-text-recordparser/Portfile
devans at macports.org
devans at macports.org
Sun Dec 21 09:20:02 PST 2014
Revision: 129859
https://trac.macports.org/changeset/129859
Author: devans at macports.org
Date: 2014-12-21 09:20:02 -0800 (Sun, 21 Dec 2014)
Log Message:
-----------
p5-text-recordparser: update to version 1.6.3, dependencies, correct file permissions.
Modified Paths:
--------------
trunk/dports/perl/p5-text-recordparser/Portfile
Modified: trunk/dports/perl/p5-text-recordparser/Portfile
===================================================================
--- trunk/dports/perl/p5-text-recordparser/Portfile 2014-12-21 16:50:21 UTC (rev 129858)
+++ trunk/dports/perl/p5-text-recordparser/Portfile 2014-12-21 17:20:02 UTC (rev 129859)
@@ -5,8 +5,7 @@
PortGroup perl5 1.0
perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup Text-RecordParser 1.5.0 ../by-authors/id/K/KC/KCLARK/
-revision 3
+perl5.setup Text-RecordParser 1.6.3 ../by-authors/id/K/KC/KCLARK/
license GPL-2
maintainers nomaintainer
description read record-oriented files
@@ -16,20 +15,28 @@
platforms darwin
-checksums md5 08c9104263563c157ca076aa97900dc4 \
- sha1 d829d7ab5ef43df0d6af01ee8adad5742682f832 \
- rmd160 6124656efaa7f3f208cb9338cfe0ebc1fe5e1a2e
+checksums rmd160 b0eab7a84cea3fbdc1868411478fa1a59940ca30 \
+ sha256 d083b45dfc19e9ddc108b26e194654f5fcdd1645e812836ce036024881c91f9c
if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-pod-markdown \
+ port:p${perl5.major}-pod-readme \
+ port:p${perl5.major}-test-exception
+
depends_lib-append \
+ port:p${perl5.major}-class-accessor \
port:p${perl5.major}-io-stringy \
- port:p${perl5.major}-class-accessor \
+ port:p${perl5.major}-list-moreutils \
port:p${perl5.major}-readonly \
- port:p${perl5.major}-list-moreutils \
- port:p${perl5.major}-version \
- port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-readonly-xs \
+ port:p${perl5.major}-text-autoformat \
port:p${perl5.major}-text-tabulardisplay \
- port:p${perl5.major}-readonly-xs
+ port:p${perl5.major}-version
+ post-extract {
+ file attributes "${worksrcpath}/README.md" -permissions 0644
+ }
+
perl5.use_module_build
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141221/2548e5a2/attachment-0001.html>
More information about the macports-changes
mailing list