Revision
115528
Author
devans@macports.org
Date
2014-01-04 00:53:07 -0800 (Sat, 04 Jan 2014)

Log Message

py-pymc: don't use revision in dist_subdir, it's just a coincidence that they're the same.

Modified Paths

Diff

Modified: trunk/dports/python/py-pymc/Portfile (115527 => 115528)


--- 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