[129180] trunk/dports/lang/cm3/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Dec 13 16:01:05 PST 2014


> On Dec 8, 2014, at 1:07 PM, khindenburg at macports.org wrote:
> 
> Revision
> 129180
> Author
> khindenburg at macports.org
> Date
> 2014-12-08 11:07:23 -0800 (Mon, 08 Dec 2014)
> Log Message
> 
> cm3: update homepage/master_sites/livecheck
> Modified Paths
> 
> 	• trunk/dports/lang/cm3/Portfile
> 


> +livecheck.regex     cm3-src-all-(\[0-9.\]+)(?:-REL).tgz


This would be equivalent:

livecheck.regex     cm3-src-all-(\[0-9.\]+)-REL\.tgz

In other words, the parens around -REL aren't doing anything.



More information about the macports-dev mailing list