ports/156067: [PATCH] security/py-bcrypt: add google mirror

Ruslan Mahmatkhanov cvs-src at yandex.ru
Wed Mar 30 19:00:24 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list