pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/fetch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 15:55:01 UTC 2022

Modified Files:
        pkgsrc/mk/fetch: sites.mk

Log Message:
mk: fix mozilla master site

Reported by Mike Pumford on pkgsrc-users


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/mk/fetch/sites.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.180 pkgsrc/mk/fetch/sites.mk:1.181
--- pkgsrc/mk/fetch/sites.mk:1.180      Sun Oct  2 14:55:29 2022
+++ pkgsrc/mk/fetch/sites.mk    Mon Nov 14 15:55:01 2022
@@ -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 @@ MASTER_SITE_SUSE+=    \
        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