[98430] trunk/dports/python/py-south/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Oct 5 08:35:03 PDT 2012


Revision: 98430
          http://trac.macports.org//changeset/98430
Author:   macsforever2000 at macports.org
Date:     2012-10-05 08:35:03 -0700 (Fri, 05 Oct 2012)
Log Message:
-----------
py-south: Fix case problem with distname.

Modified Paths:
--------------
    trunk/dports/python/py-south/Portfile

Modified: trunk/dports/python/py-south/Portfile
===================================================================
--- trunk/dports/python/py-south/Portfile	2012-10-05 13:13:26 UTC (rev 98429)
+++ trunk/dports/python/py-south/Portfile	2012-10-05 15:35:03 UTC (rev 98430)
@@ -17,7 +17,8 @@
                     semi-automatic, schema migrations for Django apps.
 
 master_sites        http://www.aeracode.org/releases/south/
-distname            South-${version}
+distname            south-${version}
+worksrcdir          South-${version}
 
 checksums           rmd160  0276e4de48ee7089cb8bcb848c17388e695ff97e \
                     sha256  d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121005/5b472365/attachment.html>


More information about the macports-changes mailing list