${version} vs. ${portversion}

Ryan Schmidt ryandesign at macports.org
Fri Mar 23 01:17:53 PDT 2007


What's the difference between ${version} and ${portversion}? There  
are 1350 ports that use the former construct, and 74 that use the  
latter. Do they represent the same thing? If so, why do we have two  
variables?


dports $ grep '${portversion}' */*/Portfile | cut -d ':' -f 1 | sort  
| uniq | wc -l
       74
dports $ grep '${version}' */*/Portfile | cut -d ':' -f 1 | sort |  
uniq | wc -l
     1350


-- 

To reply to the mailing list, please use your mailer's Reply To All  
function





More information about the macports-dev mailing list