pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/boost



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.

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@localhost
-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@localhost
-HOMEPAGE=      http://www.boost.org/
+HOMEPAGE=      https://www.boost.org/
 COMMENT=       Free, peer-reviewed portable C++ source libraries ${BOOST_COMMENT}
 LICENSE=       boost-license
 



Home | Main Index | Thread Index | Old Index