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:   nros
Date:           Wed Jan  8 14:22:55 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
Set right master site for boost packages

boostorg.jfrog.io seems to be gone,
archives.boost.io seems to be the new
site that the boost.org homepage refers
to.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.106 pkgsrc/meta-pkgs/boost/Makefile.common:1.107
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.106        Wed Jan  8 12:24:22 2025
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Wed Jan  8 14:22:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.106 2025/01/08 12:24:22 riastradh Exp $
+# $NetBSD: Makefile.common,v 1.107 2025/01/08 14:22:55 nros Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -21,7 +21,7 @@ PKGNAME=      boost-${BOOST_VERSION}
 .else # ${BOOST_PACKAGE} != "meta-pkg"
 PKGNAME=       boost-${BOOST_PACKAGE}-${BOOST_VERSION}
 
-MASTER_SITES=  https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/
+MASTER_SITES=  https://archives.boost.io/release/${BOOST_VERSION}/source/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index