Revision: 144216 https://trac.macports.org/changeset/144216 Author: mojca@macports.org Date: 2016-01-04 14:50:04 -0800 (Mon, 04 Jan 2016) Log Message: ----------- globus-core: switch to perl5.22 (#48365, untested) Modified Paths: -------------- trunk/dports/devel/globus-core/Portfile Modified: trunk/dports/devel/globus-core/Portfile =================================================================== --- trunk/dports/devel/globus-core/Portfile 2016-01-04 22:35:47 UTC (rev 144215) +++ trunk/dports/devel/globus-core/Portfile 2016-01-04 22:50:04 UTC (rev 144216) @@ -10,13 +10,14 @@ } PortSystem 1.0 +PortGroup perl5 1.0 name globus-core set _name [ string map {"-" "_"} $name ] version 8.9 set globus_version 5.2.4 set globus_branch [join [lrange [split ${globus_version} .] 0 1] .] -revision 2 +revision 3 platforms darwin categories devel license Apache-2 @@ -51,11 +52,11 @@ port:autoconf \ port:automake -set perl_branch 5.16 +perl5.branches 5.22 -depends_lib port:perl${perl_branch} \ - port:p${perl_branch}-xml-dom \ - port:p${perl_branch}-xml-parser +depends_lib port:perl${perl5.major} \ + port:p${perl5.major}-xml-dom \ + port:p${perl5.major}-xml-parser configure.env-append GPT_LOCATION=${prefix} \ GLOBUS_LOCATION=${prefix} \