diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-10 14:04:06 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-10 14:04:06 +0000 |
commit | 5fff0c00f68ae07785c3fe85c4c6042db08e066e (patch) | |
tree | 988b4c625059a672a0d2b2ac5da5076ec1d4eee9 /print/py-reportlab/files/patch-setup.py | |
parent | Update to the 20150602 snapshot of GCC 5. (diff) |
print/py-reportlab: Fix PORTDOCS
- Strip Libraries
- Fix patch files to reflect 'make makepatch'
PR: 200602
Submitted by: amdmi3@FreeBSD.org
Diffstat (limited to 'print/py-reportlab/files/patch-setup.py')
-rw-r--r-- | print/py-reportlab/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/py-reportlab/files/patch-setup.py b/print/py-reportlab/files/patch-setup.py index fc7be0d9bf57..b2ec0ad02507 100644 --- a/print/py-reportlab/files/patch-setup.py +++ b/print/py-reportlab/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2014-02-14 23:22:37.000000000 +0900 -+++ setup.py 2014-02-16 00:48:02.000000000 +0900 -@@ -241,11 +241,7 @@ +--- setup.py.orig 2014-02-14 14:22:37 UTC ++++ setup.py +@@ -241,11 +241,7 @@ reportlab_files= [ ] def get_fonts(PACKAGE_DIR, reportlab_files): @@ -13,7 +13,7 @@ rl_dir = PACKAGE_DIR['reportlab'] if not [x for x in reportlab_files if not os.path.isfile(pjoin(rl_dir,x))]: infoline("Standard T1 font curves already downloaded") -@@ -254,12 +250,7 @@ +@@ -254,12 +250,7 @@ def get_fonts(PACKAGE_DIR, reportlab_fil infoline('not downloading T1 font curve files') return try: |