diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2014-05-14 22:30:29 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2014-05-14 22:30:29 +0800 |
commit | dff2a7a3f4a43d1b9abaf5269cd29499a3432bdd (patch) | |
tree | a5f252e0cfe681d79ca46f6ed20f39d3077b8f2c /www | |
parent | d4f857ccf9dddd7ff4b6ada4fc24a00cd06874e6 (diff) | |
download | freebsd-ports-gnome-dff2a7a3f4a43d1b9abaf5269cd29499a3432bdd.tar.gz freebsd-ports-gnome-dff2a7a3f4a43d1b9abaf5269cd29499a3432bdd.tar.zst freebsd-ports-gnome-dff2a7a3f4a43d1b9abaf5269cd29499a3432bdd.zip |
- Update to 1.6.4
- Pet portlint
PR: ports/189759
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django/Makefile | 2 | ||||
-rw-r--r-- | www/py-django/distinfo | 4 | ||||
-rw-r--r-- | www/py-django/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile index 744c84dcac94..4597ed44a567 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP diff --git a/www/py-django/distinfo b/www/py-django/distinfo index 2ffc78ed030f..366f4d62b6dc 100644 --- a/www/py-django/distinfo +++ b/www/py-django/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.6.3.tar.gz) = 6d9d3c468f9a09470d00e85fe492ba35edfc72cee7fb65ad0281010eba58b8f1 -SIZE (python/Django-1.6.3.tar.gz) = 6628812 +SHA256 (python/Django-1.6.4.tar.gz) = ceee0beea79b1926c767aaa837e1b9e621e5f6b7d27138d90474b3917ca5527b +SIZE (python/Django-1.6.4.tar.gz) = 6630474 diff --git a/www/py-django/pkg-descr b/www/py-django/pkg-descr index 1eefec3fb492..638401f81c0e 100644 --- a/www/py-django/pkg-descr +++ b/www/py-django/pkg-descr @@ -7,4 +7,4 @@ intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site. -WWW: http://www.djangoproject.com/ +WWW: http://www.djangoproject.com |