On 8/11/14 2:04 PM, Frank Schima wrote: > > On Aug 11, 2014, at 3:01 PM, [email protected] > <mailto:[email protected]> wrote: > >> Revision >> 123643 <https://trac.macports.org/changeset/123643> >> Author >> [email protected] <mailto:[email protected]> >> Date >> 2014-08-11 14:01:35 -0700 (Mon, 11 Aug 2014) >> >> >> Log Message >> >> p5-cgi-formbuilder: update to version 3.09, add perl branches 5.18, 5.20, >> update dependencies. >> >> >> Modified Paths >> >> * trunk/dports/perl/p5-cgi-formbuilder/Portfile >> <x-msg://1/#trunkdportsperlp5cgiformbuilderPortfile> >> >> >> Diff >> >> >> Modified: trunk/dports/perl/p5-cgi-formbuilder/Portfile >> (123642 => 123643) >> >> >> --- trunk/dports/perl/p5-cgi-formbuilder/Portfile 2014-08-11 20:53:22 UTC >> (rev 123642) >> +++ trunk/dports/perl/p5-cgi-formbuilder/Portfile 2014-08-11 21:01:35 UTC >> (rev 123643) >> @@ -3,9 +3,8 @@ >> PortSystem 1.0 >> PortGroup perl5 1.0 >> >> -perl5.branches 5.8 5.10 5.12 5.14 5.16 >> -perl5.setup CGI-FormBuilder 3.0501 >> -revision 3 >> +perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 >> +perl5.setup CGI-FormBuilder 3.09 >> license {Artistic-1 GPL} >> maintainers nomaintainer >> description Easily generate and process stateful forms >> @@ -13,7 +12,20 @@ >> long_description ${description} >> >> platforms darwin >> -checksums md5 65646f3064ecaef5e8c1dc38dd7c3807 >> + >> +checksums rmd160 01b3d3f410207258da65bd87d93fa3790048d15b \ >> + sha256 >> 654907527717c3bbb169c739a9a817f14552054619ab3c93d6a5f808649fa863 >> + >> extract.suffix .tgz >> >> -supported_archs noarch >> +if {${perl5.major} != ""} { >> + depends_lib-append \ >> + port:p${perl5.major}-html-template \ >> + port:p${perl5.major}-text-template \ >> + port:p${perl5.major}-template-toolkit \ >> + port:p${perl5.major}-cgi-fasttemplate \ >> + port:p${perl5.major}-cgi-ssi \ >> + port:p${perl5.major}-cgi-session >> + >> + supported_archs noarch >> +} > The supported_archs noarch line should stay outside of the if > {${perl5.major} != “"} block because it is also true for the stub port. > > > Cheers! > Frank > Thanks, Frank. Fixed in r123644 <https://trac.macports.org/changeset/123644>. I've seen it both ways so if someone has a bent for detail work, I'm sure there are a few others that could be fixed.
Dave
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
