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:   ryoon
Date:           Sat Jul 26 16:15:17 UTC 2025

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

Log Message:
mk/fetch: Update MASTER_SITE_OSDN to non-osdn.jp hostnames


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 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.198 pkgsrc/mk/fetch/sites.mk:1.199
--- pkgsrc/mk/fetch/sites.mk:1.198      Fri Jul 25 23:00:48 2025
+++ pkgsrc/mk/fetch/sites.mk    Sat Jul 26 16:15:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.198 2025/07/25 23:00:48 zafer Exp $
+# $NetBSD: sites.mk,v 1.199 2025/07/26 16:15:17 ryoon Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -33,7 +33,8 @@ MASTER_SITE_GNUPG+=   \
        http://www.ring.gr.jp/pub/net/gnupg/
 
 MASTER_SITE_OSDN+=     \
-       https://iij.dl.osdn.jp/
+       https://ftp.iij.ad.jp/pub/sourceforge.jp/ \
+       https://ftp.jaist.ac.jp/pub/sourceforge.jp/
 
 MASTER_SITE_PERL_CPAN+= \
        https://www.cpan.org/modules/by-module/ \



Home | Main Index | Thread Index | Old Index