pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch mk: fix mozilla master site



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6d876e34a4a
branches:  trunk
changeset: 388159:a6d876e34a4a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 15:55:01 2022 +0000

description:
mk: fix mozilla master site

Reported by Mike Pumford on pkgsrc-users

diffstat:

 mk/fetch/sites.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 25507cfea64c -r a6d876e34a4a mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Mon Nov 14 15:52:32 2022 +0000
+++ b/mk/fetch/sites.mk Mon Nov 14 15:55:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.180 2022/10/02 14:55:29 wiz Exp $
+# $NetBSD: sites.mk,v 1.181 2022/11/14 15:55:01 wiz Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -98,8 +98,8 @@
        ftp://fr2.rpmfind.net/linux/opensuse/update/${SUSE_VERSION}/${MACHINE_ARCH}/
 
 MASTER_SITE_MOZILLA_ALL+=   \
-       http://download-origin.cdn.mozilla.net/pub/mozilla.org/ \
-       http://ftp.mozilla.org/pub/mozilla.org/
+       http://download-origin.cdn.mozilla.net/pub/ \
+       http://ftp.mozilla.org/pub/
 
 # see http://www.mozilla.org/mirrors.html
 MASTER_SITE_MOZILLA+=  \



Home | Main Index | Thread Index | Old Index