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:   adam
Date:           Mon Nov 14 18:19:51 UTC 2022

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

Log Message:
Also update MASTER_SITE_MOZILLA


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 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.181 pkgsrc/mk/fetch/sites.mk:1.182
--- pkgsrc/mk/fetch/sites.mk:1.181      Mon Nov 14 15:55:01 2022
+++ pkgsrc/mk/fetch/sites.mk    Mon Nov 14 18:19:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.181 2022/11/14 15:55:01 wiz Exp $
+# $NetBSD: sites.mk,v 1.182 2022/11/14 18:19:51 adam Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -103,8 +103,8 @@ MASTER_SITE_MOZILLA_ALL+=   \
 
 # see http://www.mozilla.org/mirrors.html
 MASTER_SITE_MOZILLA+=  \
-       http://releases.mozilla.org/pub/mozilla.org/ \
-       http://download-origin.cdn.mozilla.net/pub/mozilla.org/
+       http://releases.mozilla.org/pub/ \
+       http://download-origin.cdn.mozilla.net/pub/
 
 MASTER_SITE_XEMACS+=    \
        ftp://ftp.xemacs.org/pub/xemacs/ \



Home | Main Index | Thread Index | Old Index