[124714] trunk/dports/devel/subversion-perlbindings/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Aug 27 08:16:27 PDT 2014


> On Aug 27, 2014, at 9:23 AM, dluke at macports.org wrote:
> 
> Revision
> 124714
> Author
> dluke at macports.org
> Date
> 2014-08-27 07:23:49 -0700 (Wed, 27 Aug 2014)
> Log Message
> 
> subversion-perlbindings: add p5.18, p5.20 branches. set default to match current MacPorts default perl (see #44771)

> --- trunk/dports/devel/subversion-perlbindings/Portfile	2014-08-27 14:23:43 UTC (rev 124713)
> +++ trunk/dports/devel/subversion-perlbindings/Portfile	2014-08-27 14:23:49 UTC (rev 124714)
> @@ -4,6 +4,7 @@
>  
>  name			subversion-perlbindings
>  version			1.8.10
> +revision		1
>  categories		devel perl
>  platforms		darwin
>  maintainers		geeklair.net:dluke blair

Ideally only the revision of the main port would have been changed, since none of the other subports have changed so they don't need to be rebuilt.

> @@ -17,7 +18,7 @@
>  
>  homepage		http://subversion.apache.org/ 
> -set perl5.branches {5.8 5.10 5.12 5.14 5.16}
> +set perl5.branches {5.8 5.10 5.12 5.14 5.16 5.18 5.20}
>  foreach branch ${perl5.branches} {
>      set p_idx [lsearch ${perl5.branches} ${branch}]
>      set other_perls [lreplace ${perl5.branches} $p_idx $p_idx]
> @@ -30,13 +31,13 @@
>      }
>  }
>  
> -if {$subport == $name} {
> +if {${subport} eq ${name}} {
>      distfiles
>      supported_archs noarch
>      # depend on a default perl version
> -    depends_lib port:${name}-5.12
> +    depends_lib port:${name}-5.16
>      # avoid conflict with old version when upgrading
> -    replaced_by ${name}-5.12
> +    replaced_by ${name}-5.16
>      use_configure no
>      build {}
>      destroot {





More information about the macports-dev mailing list