From nobody@FreeBSD.org  Wed Oct 25 10:06:31 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF48F16A415
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Oct 2006 10:06:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC8B43D55
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Oct 2006 10:06:31 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9PA6V2M087247
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Oct 2006 10:06:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k9PA6VWX087246;
	Wed, 25 Oct 2006 10:06:31 GMT
	(envelope-from nobody)
Message-Id: <200610251006.k9PA6VWX087246@www.freebsd.org>
Date: Wed, 25 Oct 2006 10:06:31 GMT
From: Aron Stansvik<elvstone@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Add MASTER_SITE_LOCAL mirror to devel/py-levenshtein
X-Send-Pr-Version: www-3.0

>Number:         104791
>Category:       ports
>Synopsis:       [PATCH] Add MASTER_SITE_LOCAL mirror to devel/py-levenshtein
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nivit
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 25 10:10:27 GMT 2006
>Closed-Date:    Sat Dec 09 23:12:19 GMT 2006
>Last-Modified:  Sat Dec 09 23:12:19 GMT 2006
>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:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Oct 25 10:10:42 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104791 
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 25 10:10:50 UTC 2006 
Responsible-Changed-Why:  
freebsd-python@ wants to have py- PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104791 
Responsible-Changed-From-To: freebsd-python->nivit 
Responsible-Changed-By: nivit 
Responsible-Changed-When: Fri Dec 8 23:17:45 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104791 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104791: commit references a PR
Date: Sat,  9 Dec 2006 23:07:16 +0000 (UTC)

 nivit       2006-12-09 23:05:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-levenshtein Makefile 
   Log:
   - Added ${MASTER_SITE_LOCAL} as mirror
   
   PR:             104791
   Submitted by:   Aron Stansvik <elvstone@gmail.com>
   Approved by:    alexbl (mentor)
   
   Revision  Changes    Path
   1.2       +3 -1      ports/devel/py-levenshtein/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: nivit 
State-Changed-When: Sat Dec 9 23:12:14 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104791 
>Unformatted:
