Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2011 18:50:20 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156067: [PATCH] security/py-bcrypt: add google mirror
Message-ID:  <201103301850.p2UIoKI5008773@red.freebsd.org>
Resent-Message-ID: <201103301900.p2UJ0N0A045357@freefall.freebsd.org>

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

>Number:         156067
>Category:       ports
>Synopsis:       [PATCH] security/py-bcrypt: add google mirror
>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:   Wed Mar 30 19:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-STABLE
>Organization:
>Environment:
>Description:
- add GOOGLE_CODE mirror, make it default
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-bcrypt.orig/Makefile py-bcrypt/Makefile
--- py-bcrypt.orig/Makefile	2011-03-30 22:45:50.000000000 +0400
+++ py-bcrypt/Makefile	2011-03-30 22:44:07.000000000 +0400
@@ -9,7 +9,8 @@
 PORTNAME=	bcrypt
 PORTVERSION=	0.2
 CATEGORIES=	security python
-MASTER_SITES=	http://www.mindrot.org/files/py-bcrypt/
+MASTER_SITES=	GOOGLE_CODE \
+		http://www.mindrot.org/files/py-bcrypt/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py-${PORTNAME}-${PORTVERSION}
 
@@ -26,4 +27,6 @@
 CFLAGS+=	-I${LOCALBASE}/include
 MAKE_ENV=	"LDFLAGS=-L${LOCALBASE}/lib"
 
+PROJECTHOST=	py-bcrypt
+
 .include <bsd.port.mk>


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



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