1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 11:29:15 -04:00
ports/print/py-reportlab2/files/patch-setup.py
Li-Wen Hsu c90d14ab63 - Unbreak, update to 2.5
- Pass maintainership to submitter

PR:		ports/159548
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2011-09-29 05:51:50 +00:00

11 lines
477 B
Python

--- setup.py.orig 2011-08-05 17:12:44.000000000 +0800
+++ setup.py 2011-08-05 17:13:39.000000000 +0800
@@ -224,7 +224,7 @@
try:
infoline("Downloading standard T1 font curves")
- remotehandle = urllib2.urlopen("http://www.reportlab.com/ftp/fonts/pfbfer.zip")
+ remotehandle = open("/usr/ports/distfiles/pfbfer.zip")
zipdata = StringIO.StringIO(remotehandle.read())
remotehandle.close()
archive = zipfile.ZipFile(zipdata)