diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-29 16:46:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-29 16:46:12 +0000 |
commit | 1d3ebe982cb008db5d1730277cd977eda8c60fce (patch) | |
tree | fd6924ee69e72702420cdedc0c88bdd90548acd5 /print | |
parent | 0ed8f5aee5a09ac2751acba6ec648f770485ad35 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 18071fd6b1ec..259308bdf0d7 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -5,7 +5,7 @@ PORTNAME= reportlab PORTVERSION= 3.5.11 CATEGORIES= print python MASTER_SITES= CHEESESHOP \ - http://www.reportlab.com/ftp/ + https://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PFBFER} |