23 Mar
2007
23 Mar
'07
8:17 a.m.
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