diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
commit | aac8ae3f9d5e5887930bc43a78a11dc5ca171869 (patch) | |
tree | 4731dc2aa469be23d28c59f0fa47c6c55b257d52 /fonts/ttfdump | |
parent | 728e310226d4082766b2e551577ccf9dc9f502c3 (diff) | |
download | pkgsrc-aac8ae3f9d5e5887930bc43a78a11dc5ca171869.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'fonts/ttfdump')
-rw-r--r-- | fonts/ttfdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ttfdump/Makefile b/fonts/ttfdump/Makefile index 3f80ccbf2a8..beff8dd0bcf 100644 --- a/fonts/ttfdump/Makefile +++ b/fonts/ttfdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/20 20:50:49 markd Exp $ +# $NetBSD: Makefile,v 1.7 2017/08/01 14:58:58 wiz Exp $ DISTNAME= texlive-20170524-source PKGNAME= ttfdump-0.5.5 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://tug.org/historic/systems/texlive/2017/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.freetype.org/ +HOMEPAGE= https://www.freetype.org/ COMMENT= TrueType font dumper LICENSE= gnu-gpl-v2 |