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

Daniel J. Luke dluke at geeklair.net
Wed Aug 27 10:29:57 PDT 2014


On Aug 27, 2014, at 11:16 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
> 
> 
>> 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.

yes, but I'm pretty sure I would mess up future updates if I don't have revision right next to version there, so I decided to just revbump the whole thing.

>> @@ -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 {

--
Daniel J. Luke                                                                   
+========================================================+                        
| *---------------- dluke at geeklair.net ----------------* |                          
| *-------------- http://www.geeklair.net -------------* |                          
+========================================================+                        
|   Opinions expressed are mine and do not necessarily   |                          
|          reflect the opinions of my employer.          |                          
+========================================================+





More information about the macports-dev mailing list