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: js
Date: Sat Apr 25 11:36:20 UTC 2020
Modified Files:
pkgsrc/mk/fetch: fetch.mk
Log Message:
mk/fetch/fetch.mk: Use -f with ofhttp
pkgsrc wants to be able to override files when the checksum didn't
match.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/mk/fetch/fetch.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/fetch.mk
diff -u pkgsrc/mk/fetch/fetch.mk:1.72 pkgsrc/mk/fetch/fetch.mk:1.73
--- pkgsrc/mk/fetch/fetch.mk:1.72 Sat Apr 25 11:21:06 2020
+++ pkgsrc/mk/fetch/fetch.mk Sat Apr 25 11:36:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.72 2020/04/25 11:21:06 js Exp $
+# $NetBSD: fetch.mk,v 1.73 2020/04/25 11:36:20 js Exp $
.if empty(INTERACTIVE_STAGE:Mfetch) && empty(FETCH_MESSAGE:U)
_MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -252,7 +252,7 @@ _FETCH_CMD.wget= ${PKGSRC_SETENV} \
${FETCH_PROXY.https:Dhttps_proxy=${FETCH_PROXY.https:Q}} \
${TOOLS_PATH.wget}
-_FETCH_BEFORE_ARGS.ofhttp= # empty (or --insecure to ignore SSL errors)
+_FETCH_BEFORE_ARGS.ofhttp= -f # (or --insecure to ignore SSL errors)
_FETCH_AFTER_ARGS.ofhttp= # empty
_FETCH_RESUME_ARGS.ofhttp= -c
_FETCH_OUTPUT_ARGS.ofhttp= -o
Home |
Main Index |
Thread Index |
Old Index