Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2010 21:33:04 GMT
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153158: [PATCH] update MASTER_SITES of www/py-django
Message-ID:  <201012142133.oBELX47R015984@red.freebsd.org>
Resent-Message-ID: <201012142140.oBELe9iM046797@freefall.freebsd.org>

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

>Number:         153158
>Category:       ports
>Synopsis:       [PATCH] update MASTER_SITES of www/py-django
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 21:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        RELENG_8
>Organization:
>Environment:
FreeBSD cvsup.tcbug.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #10 r215752: Tue Nov 23 10:19:24 CST 2010     jpaetzel@cvsup.tcbug.org:/usr/obj/usr/src/sys/EIGHTY  amd64

>Description:
Update MASTER_SITES of port.  Current first site is unreachable.
>How-To-Repeat:
cd /usr/ports/www/py-django && make fetch
>Fix:
Apply attached patch

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-django/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	9 Oct 2010 08:58:43 -0000	1.34
+++ Makefile	14 Dec 2010 21:29:09 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	django
 PORTVERSION=	1.2.3
 CATEGORIES=	www python
-MASTER_SITES=	http://media.djangoproject.com/releases/${PORTVERSION}/ \
+MASTER_SITES=	http://media.djangoproject.com/releases/1.2/ \
 		CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Django-${PORTVERSION}


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



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