pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc doc/pkgsrc.*: regen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/532b8ac38b91
branches:  trunk
changeset: 389555:532b8ac38b91
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Dec 06 01:41:19 2022 +0000

description:
doc/pkgsrc.*: regen

diffstat:

 doc/pkgsrc.html |  5 +++--
 doc/pkgsrc.txt  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r a15ae8df2ab2 -r 532b8ac38b91 doc/pkgsrc.html
--- a/doc/pkgsrc.html   Tue Dec 06 01:37:11 2022 +0000
+++ b/doc/pkgsrc.html   Tue Dec 06 01:41:19 2022 +0000
@@ -6280,8 +6280,6 @@
       <code class="filename">buildlink3.mk</code> is taken
       from <code class="filename">pkgsrc/graphics/tiff</code>:</p>
 <pre class="programlisting">
-# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:45 joerg Exp $
-
 BUILDLINK_TREE+=        tiff
 
 .if !defined(TIFF_BUILDLINK3_MK)
@@ -8236,6 +8234,9 @@
 GITHUB_TAG=     v${PKGVERSION_NOREV}
 EXTRACT_SUFX=   .zip
 </pre>
+<p>Here, DISTNAME combined with use of GITHUB_TAG leads the
+    file fetching infrastructure to save the resulting file locally as
+    <code class="literal">example-1.0.zip</code>.</p>
 </div>
 <div class="sect3">
 <div class="titlepage"><div><div><h4 class="title">
diff -r a15ae8df2ab2 -r 532b8ac38b91 doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Tue Dec 06 01:37:11 2022 +0000
+++ b/doc/pkgsrc.txt    Tue Dec 06 01:41:19 2022 +0000
@@ -5247,8 +5247,6 @@
 The following real-life example buildlink3.mk is taken from pkgsrc/graphics/
 tiff:
 
-# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:45 joerg Exp $
-
 BUILDLINK_TREE+=        tiff
 
 .if !defined(TIFF_BUILDLINK3_MK)
@@ -6842,6 +6840,9 @@
 GITHUB_TAG=     v${PKGVERSION_NOREV}
 EXTRACT_SUFX=   .zip
 
+Here, DISTNAME combined with use of GITHUB_TAG leads the file fetching
+infrastructure to save the resulting file locally as example-1.0.zip.
+
 21.2.3.2. Fetch based on a specific commit before the first release
 
 If your distfile looks similar to https://github.com/username/example/archive/



Home | Main Index | Thread Index | Old Index