Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 10:06:31 GMT
From:      Aron Stansvik<elvstone@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/104791: [PATCH] Add MASTER_SITE_LOCAL mirror to devel/py-levenshtein
Message-ID:  <200610251006.k9PA6VWX087246@www.freebsd.org>
Resent-Message-ID: <200610251010.k9PAAREI014085@freefall.freebsd.org>

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

>Number:         104791
>Category:       ports
>Synopsis:       [PATCH] Add MASTER_SITE_LOCAL mirror to devel/py-levenshtein
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 25 10:10:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aron Stansvik
>Release:        6.1-STABLE
>Organization:
>Environment:
FreeBSD rubik.dose.se 6.1-STABLE FreeBSD 6.1-STABLE #1: Tue Aug 29 13:14:06 CEST 2006     elvis@rubik.dose.se:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Hye-Shik Chang <perky at freebsd.org> was kind enough to host the distfile for devel/py-levenshtein on his MASTER_SITE_LOCAL account.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	Wed Oct 25 11:49:47 2006
+++ Makefile	Wed Oct 25 11:58:45 2006
@@ -8,7 +8,9 @@
 PORTNAME=	levenshtein
 PORTVERSION=	0.10.1
 CATEGORIES=	devel python
-MASTER_SITES=	http://trific.ath.cx/Ftp/python/levenshtein/
+MASTER_SITES=	http://trific.ath.cx/Ftp/python/levenshtein/ \
+		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	perky
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-Levenshtein-${PORTVERSION}
 

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



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