Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2010 00:10:37 GMT
From:      Chris Tandiono <christandiono@tbp.berkeley.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   www/146811: [patch] py-django is out of date
Message-ID:  <201005220010.o4M0Ab5d049042@www.freebsd.org>
Resent-Message-ID: <201005220020.o4M0K1vl076061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146811
>Category:       www
>Synopsis:       [patch] py-django is out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 22 00:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Tandiono
>Release:        8.0-RELEASE-p2
>Organization:
Tau Beta Pi, CA-A Chapter, IT Committee
>Environment:
FreeBSD tbp.berkeley.edu 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
py-django is out of date, so here is an updated Makefile. However this requires http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146727 to be fixed first.
>How-To-Repeat:
Install Django. Run dev server. Django reports its version as 1.1.1, which is out of date for 1.1 (1.1.2 is the latest) and 1.2 is already out as well.
>Fix:
Attached. The patch can be modified to update the Makefile to 1.2.1, which should be out on Monday, 24 May 2010.

Patch attached with submission follows:

--- ./Makefile.old	2010-05-21 17:07:38.623926339 -0700
+++ ./Makefile	2010-05-21 17:01:02.047911863 -0700
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	django
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2
 CATEGORIES=	www python
 MASTER_SITES=	http://media.djangoproject.com/releases/${PORTVERSION}/ \
 		CHEESESHOP


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005220010.o4M0Ab5d049042>