[104350] trunk/dports/python/py-django/Portfile

deric at macports.org deric at macports.org
Sat Mar 23 13:43:25 PDT 2013


Revision: 104350
          https://trac.macports.org/changeset/104350
Author:   deric at macports.org
Date:     2013-03-23 13:43:25 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-django: Update to 1.5, fixes #38424.

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

Modified: trunk/dports/python/py-django/Portfile
===================================================================
--- trunk/dports/python/py-django/Portfile	2013-03-23 20:43:08 UTC (rev 104349)
+++ trunk/dports/python/py-django/Portfile	2013-03-23 20:43:25 UTC (rev 104350)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-django
-version             1.4.2
+version             1.5
 license             BSD
 categories-append   www
 platforms           darwin
@@ -19,9 +19,9 @@
 set branch          [join [lrange [split ${version} .] 0 1] .]
 master_sites        https://www.djangoproject.com/m/releases/${branch}/
 distname            Django-${version}
-checksums           sha1    ccee9f589b819545f9d71d4aee2c2322e5cc2fd6 \
-                    rmd160  5d85811f4c961c6047ded89e5259174f73f5ad27 \
-                    sha256  edfd8733f45bbaa524cee25bcac3080ce28c21242c27227464eae3fa6b3d80e7
+checksums           sha1    358dce7db72904c334e3d7ce7eaa0e27a22cfa16 \
+                    rmd160  c24d9f48e7d131644fac99256a9bc7082afb1bd8 \
+                    sha256  078bf8f8ab025ed79e41ed5cee145a64dffea638eb5c2928c8cd106720824416
 
 python.versions     25 26 27
 python.default_version 27
@@ -49,7 +49,7 @@
     python.link_binaries no
     python.move_binaries no
     post-destroot   {
-        xinstall -m 644 -W ${worksrcpath} AUTHORS INSTALL LICENSE README \
+        xinstall -m 644 -W ${worksrcpath} AUTHORS INSTALL LICENSE README.rst \
             ${destroot}${prefix}/share/doc/${subport}
 
         file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${subport}/docs
@@ -67,5 +67,4 @@
 
 livecheck.type      regex
 livecheck.url       http://www.djangoproject.com/download/
-livecheck.regex     "The latest official version is (1\.\[0-9\]+\.\[0-9\]+)"
-
+livecheck.regex     "The latest official version is (1\.\[0-9\]+\.\[0-9\]*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/943d8a33/attachment.html>


More information about the macports-changes mailing list