Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Jul 2012 19:45:47 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/169594: [PATCH] security/py-pycrypto: Update/fix existing and add an extra MASTERSITE
Message-ID:  <20120702094547.9837317730@freebsd-90-amd64.localdomain>
Resent-Message-ID: <201207020950.q629o7VI001009@freefall.freebsd.org>

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

>Number:         169594
>Category:       ports
>Synopsis:       [PATCH] security/py-pycrypto: Update/fix existing and add an extra MASTERSITE
>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:   Mon Jul 02 09:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012
>Description:
- Existing master site now 301's http -> https, update accordingly
- Add CHEESESHOP as the primary mastersite with existing one as the fallback

Port maintainer (jgh@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-pycrypto-2.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/py-pycrypto/Makefile ./Makefile
--- /usr/ports/security/py-pycrypto/Makefile	2012-06-26 15:36:14.000000000 +1000
+++ ./Makefile	2012-07-02 19:39:14.000000000 +1000
@@ -8,7 +8,8 @@
 PORTNAME=	pycrypto
 PORTVERSION=	2.6
 CATEGORIES=	security python
-MASTER_SITES=	http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
+MASTER_SITES=	CHEESESHOP \
+		https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jgh@FreeBSD.org
--- py27-pycrypto-2.6.patch ends here ---

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



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