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:56:46 UTC 2026

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

Log Message:
developer.mk: Amend previous comment

upload-distfiles does not work at top level (even though _ALLFILES
seems to).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/mk/misc/developer.mk:1.28
--- pkgsrc/mk/misc/developer.mk:1.27    Fri May 15 12:01:48 2026
+++ pkgsrc/mk/misc/developer.mk Fri May 15 12:56:45 2026
@@ -1,4 +1,4 @@
-# $NetBSD: developer.mk,v 1.27 2026/05/15 12:01:48 gdt Exp $
+# $NetBSD: developer.mk,v 1.28 2026/05/15 12:56:45 gdt Exp $
 #
 # Targets for pkgsrc developers for updating doc/CHANGES, doc/TODO, and for
 # uploading distfiles to NetBSD's backup location.
@@ -57,13 +57,11 @@
 #
 #
 # upload-distfiles:
-#      Upload distribution files to a project archive so that others may fetch
+#      When run from pkgsrc/category/dir, upload this package's
+#      distribution files to ftp.netbsd.org so that others may fetch
 #      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.
+#      re-distributable by setting NO_SKIP (see
+#      mk/fetch/bsd.fetch-vars.mk).
 #
 # Keywords: commit update changes todo upload
 # Keywords: add added update updated rename renamed move moved remove removed



Home | Main Index | Thread Index | Old Index