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:   rillig
Date:           Tue Aug  4 21:54:46 UTC 2020

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

Log Message:
mk/fetch/fetch.mk: add keywords for "bmake help"


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/mk/fetch/fetch.mk:1.75
--- pkgsrc/mk/fetch/fetch.mk:1.74       Thu Jun 18 17:05:55 2020
+++ pkgsrc/mk/fetch/fetch.mk    Tue Aug  4 21:54:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.74 2020/06/18 17:05:55 wiz Exp $
+# $NetBSD: fetch.mk,v 1.75 2020/08/04 21:54:46 rillig Exp $
 
 .if empty(INTERACTIVE_STAGE:Mfetch) && empty(FETCH_MESSAGE:U)
 _MASTER_SITE_BACKUP=   ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -208,6 +208,7 @@ fetch-check-interactive: .USEBEFORE
 # FETCH_USE_IPV4_ONLY, if defined, will cause the fetch command to force
 #      connecting to only IPv4 addresses.
 #
+# Keywords: ip4 ipv4 ip6 ipv6
 
 .if defined(FETCH_PROXY)
 FETCH_PROXY.ftp?=      ${FETCH_PROXY}



Home | Main Index | Thread Index | Old Index