py-pymc: don't use revision in dist_subdir, it's just a coincidence that they're the same.
--- trunk/dports/python/py-pymc/Portfile 2014-01-04 08:13:35 UTC (rev 115527)
+++ trunk/dports/python/py-pymc/Portfile 2014-01-04 08:53:07 UTC (rev 115528)
@@ -21,7 +21,7 @@
platforms darwin
-dist_subdir ${name}/${version}_${revision}
+dist_subdir ${name}/${version}_3
python.versions 26 27 32 33