pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Dec  6 01:37:11 UTC 2022

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
fixes.xml: add more explanatory detail about GITHUB_TAG use


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.182 pkgsrc/doc/guide/files/fixes.xml:1.183
--- pkgsrc/doc/guide/files/fixes.xml:1.182      Mon Aug  8 01:54:32 2022
+++ pkgsrc/doc/guide/files/fixes.xml    Tue Dec  6 01:37:11 2022
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.182 2022/08/08 01:54:32 gutteridge Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.183 2022/12/06 01:37:11 gutteridge Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1063,6 +1063,10 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 EXTRACT_SUFX=   .zip
 </programlisting>
 
+    <para>Here, DISTNAME combined with use of GITHUB_TAG leads the
+    file fetching infrastructure to save the resulting file locally as
+    <literal>example-1.0.zip</literal>.</para>
+
     </sect3>
 
     <sect3 id="build.fetch.github.commit.prerelease">



Home | Main Index | Thread Index | Old Index