Revision: 132527 https://trac.macports.org/changeset/132527 Author: mojca@macports.org Date: 2015-02-03 13:40:01 -0800 (Tue, 03 Feb 2015) Log Message: ----------- p5-thrift: whitespace, checksums only (#46005) Modified Paths: -------------- trunk/dports/perl/p5-thrift/Portfile Modified: trunk/dports/perl/p5-thrift/Portfile =================================================================== --- trunk/dports/perl/p5-thrift/Portfile 2015-02-03 20:14:36 UTC (rev 132526) +++ trunk/dports/perl/p5-thrift/Portfile 2015-02-03 21:40:01 UTC (rev 132527) @@ -1,34 +1,32 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 perl5.branches 5.16 -perl5.setup Thrift 0.8.0 -revision 1 -platforms darwin -maintainers blair openmaintainer -license BSD -supported_archs noarch +perl5.setup Thrift 0.8.0 +revision 1 +platforms darwin +maintainers blair openmaintainer +license BSD +supported_archs noarch -description Perl implementation of Thrift serialization library +description Perl implementation of Thrift serialization library -long_description \ - Thrift is a software framework for scalable cross-language \ - services development. It combines a software stack with a code \ - generation engine to build services that work efficiently and \ - seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \ - Haskell, C#, Cocoa, Smalltalk, and OCaml. +long_description Thrift is a software framework for scalable cross-language \ + services development. It combines a software stack with a code \ + generation engine to build services that work efficiently and \ + seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \ + Haskell, C#, Cocoa, Smalltalk, and OCaml. -homepage http://thrift.apache.org/ -master_sites apache:thrift/${version} -dist_subdir thrift -distname thrift-${version} +homepage http://thrift.apache.org/ +master_sites apache:thrift/${version} +dist_subdir thrift +distname thrift-${version} -checksums md5 d29dfcd38d476cbc420b6f4d80ab966c \ - sha1 1d652d7078d9cc70e2a45d3119b13e86ebd446da \ - rmd160 bb0e1d2b6d30b70590752a7f9318e14de285c505 +checksums rmd160 bb0e1d2b6d30b70590752a7f9318e14de285c505 \ + sha256 5e280097d88400f5e2db75595a04e1981538e48869cd6915bb9c4831605f0793 if {${perl5.major} != ""} { configure.dir ${worksrcpath}/lib/perl @@ -36,8 +34,9 @@ test.dir ${configure.dir} destroot.dir ${configure.dir} - depends_lib-append port:p${perl5.major}-bit-vector \ - port:p${perl5.major}-class-accessor + depends_lib-append \ + port:p${perl5.major}-bit-vector \ + port:p${perl5.major}-class-accessor post-destroot { set docdir ${prefix}/share/doc/${subport} @@ -54,6 +53,6 @@ } } -livecheck.type regex -livecheck.url http://www.apache.org/dist/thrift/ -livecheck.regex {(\d+(?:\.\d+)*)/} +livecheck.type regex +livecheck.url http://www.apache.org/dist/thrift/ +livecheck.regex {(\d+(?:\.\d+)*)/}