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

petr at macports.org petr at macports.org
Sat Oct 11 00:52:21 PDT 2014


Revision: 126519
          https://trac.macports.org/changeset/126519
Author:   petr at macports.org
Date:     2014-10-11 00:52:21 -0700 (Sat, 11 Oct 2014)
Log Message:
-----------
py-django: add py34 subport, correct livecheck

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

Modified: trunk/dports/python/py-django/Portfile
===================================================================
--- trunk/dports/python/py-django/Portfile	2014-10-11 06:24:45 UTC (rev 126518)
+++ trunk/dports/python/py-django/Portfile	2014-10-11 07:52:21 UTC (rev 126519)
@@ -23,8 +23,7 @@
                     rmd160  fbeba9c331c66649a35bd86c84d04a9ca149c54e \
                     sha256  885fadcbb8963c0ccda5d9d2cca792970b0289b4e662406b2de2b736ff46123d
 
-python.versions     26 27 32 33
-python.default_version 27
+python.versions     26 27 32 33 34
 
 if {${name} ne ${subport}} {
 
@@ -63,8 +62,10 @@
                 ${destroot}${prefix}/bin/django-admin-${python.branch}.py
         }
     }
+
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://www.djangoproject.com/download/
+    livecheck.regex "The latest official version is (1\.\[0-9\]+\.\[0-9\]*)"
 }
-
-livecheck.type      regex
-livecheck.url       http://www.djangoproject.com/download/
-livecheck.regex     "The latest official version is (1\.\[0-9\]+\.\[0-9\]*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141011/378ca43b/attachment.html>


More information about the macports-changes mailing list