diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
commit | 0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch) | |
tree | d0a3f84c95c120b8b0804700a18681e739dece61 /www/privoxy | |
parent | 8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff) | |
download | pkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz |
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 2e3e6e15f0a..9194bcc3bf0 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2019/11/09 14:30:29 nia Exp $ +# $NetBSD: Makefile,v 1.66 2020/01/26 17:32:23 rillig Exp $ DISTNAME= ${PKGNAME_NOREV}-stable-src PKGNAME= privoxy-3.0.28 @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PKGVERSION_NOREV}%20(stable)/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.privoxy.org/ +HOMEPAGE= https://www.privoxy.org/ COMMENT= Web proxy with advanced filtering capabilities LICENSE= gnu-gpl-v2 |