wok diff python-django/receipt @ rev 4030

Update: module-init-tools (use of /etc/modprobe.conf is deprecated)
author Matthew Sheets <rcx@zoominternet.net>
date Sat Sep 05 15:15:14 2009 +0000 (2009-09-05)
parents 63e63926a8ca
children d3cfa94dc1c7
line diff
     1.1 --- a/python-django/receipt	Fri Jun 12 22:20:17 2009 +0000
     1.2 +++ b/python-django/receipt	Sat Sep 05 15:15:14 2009 +0000
     1.3 @@ -2,13 +2,13 @@
     1.4  
     1.5  PACKAGE="python-django"
     1.6  SOURCE="Django"
     1.7 -VERSION="1.0.2-final"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Django is a high-level Python Web framework."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.djangoproject.com/"
    1.14 -WGET_URL="http://media.djangoproject.com/releases/1.0.2/$TARBALL"
    1.15 +WGET_URL="http://media.djangoproject.com/releases/$VERSION/$TARBALL"
    1.16  DEPENDS="python python-pysqlite"
    1.17  SUGGESTED="python-mysql"
    1.18  BUILD_DEPENDS="python python-dev"