pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/misc



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri May 15 12:01:48 UTC 2026

Modified Files:
        pkgsrc/mk/misc: developer.mk

Log Message:
mk/misc/developer.mk: Clarify interface of upload-distfiles


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mk/misc/developer.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/misc/developer.mk
diff -u pkgsrc/mk/misc/developer.mk:1.26 pkgsrc/mk/misc/developer.mk:1.27
--- pkgsrc/mk/misc/developer.mk:1.26    Thu Jun 16 04:56:49 2022
+++ pkgsrc/mk/misc/developer.mk Fri May 15 12:01:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.26 2022/06/16 04:56:49 rillig Exp $
+# $NetBSD: developer.mk,v 1.27 2026/05/15 12:01:48 gdt Exp $
 #
 # Targets for pkgsrc developers for updating doc/CHANGES, doc/TODO, and for
 # uploading distfiles to NetBSD's backup location.
@@ -61,6 +61,10 @@
 #      them from there. It only uploads distfiles that are freely
 #      re-distributable by setting NO_SKIP (see mk/fetch/bsd.fetch-vars.mk).
 #
+#       When run from pksgrc/category/dir, uploads the distfiles used
+#       by that package.  When run from pkgsrc, uploads the union of
+#       distfiles used by any package.
+#
 # Keywords: commit update changes todo upload
 # Keywords: add added update updated rename renamed move moved remove removed
 #



Home | Main Index | Thread Index | Old Index