diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:53:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:53:04 +0000 |
commit | 084410eb39c18977ae9c6eda5b96f990db065d79 (patch) | |
tree | e3e189bbbd0e5ef3358d078ba1a35ded8079dcc6 /print/poppler | |
parent | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (diff) | |
download | pkgsrc-084410eb39c18977ae9c6eda5b96f990db065d79.tar.gz |
Follow some redirects.
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index a1320b7c979..c9bf426220b 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.89 2017/08/14 20:22:45 nros Exp $ +# $NetBSD: Makefile.common,v 1.90 2017/09/03 08:53:13 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -11,10 +11,10 @@ POPPLER_VERS= 0.57.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print -MASTER_SITES= http://poppler.freedesktop.org/ +MASTER_SITES= https://poppler.freedesktop.org/ EXTRACT_SUFX= .tar.xz -HOMEPAGE= http://poppler.freedesktop.org/ +HOMEPAGE= https://poppler.freedesktop.org/ LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo |