pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlockmore



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Apr 26 09:54:06 UTC 2024

Modified Files:
        pkgsrc/x11/xlockmore: Makefile.common

Log Message:
xlockmore: use MASTER_SITE_BACKUP when fetching with curl


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/x11/xlockmore/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/x11/xlockmore/Makefile.common
diff -u pkgsrc/x11/xlockmore/Makefile.common:1.89 pkgsrc/x11/xlockmore/Makefile.common:1.90
--- pkgsrc/x11/xlockmore/Makefile.common:1.89   Fri Apr 12 14:28:44 2024
+++ pkgsrc/x11/xlockmore/Makefile.common        Fri Apr 26 09:54:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.89 2024/04/12 14:28:44 micha Exp $
+# $NetBSD: Makefile.common,v 1.90 2024/04/26 09:54:06 tnn Exp $
 #
 # used by x11/xlockmore/Makefile
 # used by x11/xlockmore-lite/Makefile
@@ -17,7 +17,7 @@ LICENSE=      2-clause-bsd
 
 # The curl User-Agent is blocked with code 406
 .if ${FETCH_USING} == "curl"
-FETCH_USING=   manual
+MASTER_SITES=  ${MASTER_SITE_BACKUP}
 .endif
 
 DISTINFO_FILE?=                ${.CURDIR}/../../x11/xlockmore/distinfo



Home | Main Index | Thread Index | Old Index