[113847] trunk/dports/devel/patcher/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Nov 24 18:22:29 PST 2013


On Nov 24, 2013, at 15:40, g5pw at macports.org wrote:

> Revision
> 113847
> Author
> g5pw at macports.org
> Date
> 2013-11-24 13:40:15 -0800 (Sun, 24 Nov 2013)
> Log Message
> 
> devel/patcher:
>   use python27 as python25 is not supported anymore
>   don't use version suffix
> 
> Modified Paths
> 
> 	• trunk/dports/devel/patcher/Portfile
> Diff
> 
> Modified: trunk/dports/devel/patcher/Portfile (113846 => 113847)
> 
> --- trunk/dports/devel/patcher/Portfile	2013-11-24 19:47:16 UTC (rev 113846)
> +++ trunk/dports/devel/patcher/Portfile	2013-11-24 21:40:15 UTC (rev 113847)
> 
> @@ -20,4 +20,5 @@
> 
>            sha1 28ab198cfd9a1ee9a3d0af379849643e91a44832 \
> 
>            rmd160 d400a3c7fde78bba7a1607d281b885596e9e68bb
> 
>  
> 
> -python.default_version 25
> 
> +python.default_version 27
> +python.link_binaries_suffix

Doesn’t this change the names of the files that the port installs? And their contents (i.e. which python they use)? If so, the revision should be increased.



More information about the macports-dev mailing list