Received: by mail.netbsd.org (Postfix, from userid 605) id 5EF4384D7E; Sun, 9 Jun 2019 22:15:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD05184D74 for ; Sun, 9 Jun 2019 22:15:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NTnqSSXlBv8n for ; Sun, 9 Jun 2019 22:15:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 684C784CFC for ; Sun, 9 Jun 2019 22:15:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61DB4FBF4; Sun, 9 Jun 2019 22:15:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156011851828960" MIME-Version: 1.0 Date: Sun, 9 Jun 2019 22:15:18 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/meta-pkgs/boost To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190609221518.61DB4FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156011851828960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jun 9 22:15:18 UTC 2019 Modified Files: pkgsrc/meta-pkgs/boost: Makefile Makefile.common Log Message: boost: HOMEPAGE is a permanent redirect to https To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/meta-pkgs/boost/Makefile cvs rdiff -u -r1.80 -r1.81 pkgsrc/meta-pkgs/boost/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156011851828960 Content-Disposition: inline Content-Length: 1558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/boost/Makefile diff -u pkgsrc/meta-pkgs/boost/Makefile:1.23 pkgsrc/meta-pkgs/boost/Makefile:1.24 --- pkgsrc/meta-pkgs/boost/Makefile:1.23 Thu Apr 25 07:33:06 2019 +++ pkgsrc/meta-pkgs/boost/Makefile Sun Jun 9 22:15:18 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/25 07:33:06 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/06/09 22:15:18 nia Exp $ BOOST_PACKAGE= meta-pkg BOOST_COMMENT= (meta package) @@ -15,7 +15,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.boost.org/ +HOMEPAGE= https://www.boost.org/ COMMENT= Free, peer-reviewed portable C++ source libraries DEPENDS+= boost-build-${BOOST_DEPENDS_VERSION}:../../devel/boost-build Index: pkgsrc/meta-pkgs/boost/Makefile.common diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.80 pkgsrc/meta-pkgs/boost/Makefile.common:1.81 --- pkgsrc/meta-pkgs/boost/Makefile.common:1.80 Thu Dec 13 19:22:57 2018 +++ pkgsrc/meta-pkgs/boost/Makefile.common Sun Jun 9 22:15:18 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.80 2018/12/13 19:22:57 adam Exp $ +# $NetBSD: Makefile.common,v 1.81 2019/06/09 22:15:18 nia Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -27,7 +27,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE: EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.boost.org/ +HOMEPAGE= https://www.boost.org/ COMMENT= Free, peer-reviewed portable C++ source libraries ${BOOST_COMMENT} LICENSE= boost-license --_----------=_156011851828960--