pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 10 08:44:25 UTC 2026

Modified Files:
        pkgsrc/doc: pkgsrc.html pkgsrc.txt

Log Message:
doc/pkgsrc.*: regen


To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.389 -r1.390 pkgsrc/doc/pkgsrc.txt

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

Modified files:

Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.391 pkgsrc/doc/pkgsrc.html:1.392
--- pkgsrc/doc/pkgsrc.html:1.391        Sun Feb  8 09:43:31 2026
+++ pkgsrc/doc/pkgsrc.html      Fri Apr 10 08:44:25 2026
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset="utf-8">
 <title>The pkgsrc guide</title>
 <link rel="stylesheet" type="text/css" href="/global.css">
 <meta name="generator" content="DocBook XSL Stylesheets VX.X.X">
@@ -3689,23 +3689,7 @@ converters    games         mbone       
     maintain the package (especially if you feel you have no special
     insight), set it to <code class="email">&lt;<a class="email" href="mailto:pkgsrc-users%NetBSD.org@localhost";>pkgsrc-users%NetBSD.org@localhost</a>&gt;</code>.  This
     special value is a code point indicating that there is no
-    maintainer, but the variable is mandatory, absent
-    <code class="varname">OWNER</code>.</p></li>
-<li class="listitem">
-<p><code class="varname">OWNER</code> can be used instead of
-    <code class="varname">MAINTAINER</code> in relatively rare circumstances
-    when the package is such that modifying it is riskier than normal.
-    This is a stronger form of being the maintainer, with an
-    expectation that others will ask for almost all changes, except
-    revbumps and accommodating structural changes.  Someone who becomes
-    <code class="varname">OWNER</code> has a strong obligation to keep the
-    package very well maintained, to answer queries promptly and to be
-    a steward of the package on behalf of users.  In this case,
-    <code class="varname">MAINTAINER</code> should be omitted.</p>
-<p>Because of the friction that <code class="varname">OWNER</code> adds,
-    PMC may downgrade it to <code class="varname">MAINTAINER</code> at any
-    time.</p>
-</li>
+    maintainer.</p></li>
 <li class="listitem"><p><code class="varname">HOMEPAGE</code> is a URL where users can
     find more information about the package.</p></li>
 <li class="listitem"><p><code class="varname">COMMENT</code> is a one-line
@@ -8099,7 +8083,7 @@ DISTNAME=       foo-17.43
     <code class="varname">PKGREVISION</code> are:</p>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem"><p>Changing <code class="varname">HOMEPAGE</code>,
-      <code class="varname">MAINTAINER</code>, <code class="varname">OWNER</code>, or
+      <code class="varname">MAINTAINER</code>, or
       comments in Makefile.</p></li>
 <li class="listitem"><p>Changing build variables if the resulting binary
       package is the same.</p></li>
@@ -14133,10 +14117,6 @@ source packages</h2></div></div></div>
 <td>RUBY_RAILS61_VERSION</td>
 </tr>
 <tr>
-<td>RUBY_RAILS70_VERSION</td>
-<td>RUBY_RAILS71_VERSION</td>
-</tr>
-<tr>
 <td>RUBY_RAILS72_VERSION</td>
 <td>RUBY_RAILS80_VERSION</td>
 </tr>

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.389 pkgsrc/doc/pkgsrc.txt:1.390
--- pkgsrc/doc/pkgsrc.txt:1.389 Sun Feb  8 09:43:31 2026
+++ pkgsrc/doc/pkgsrc.txt       Fri Apr 10 08:44:25 2026
@@ -2932,20 +2932,7 @@ The third section contains the following
     when packaging a new program, set MAINTAINER to yourself. If you don't
     intend to maintain the package (especially if you feel you have no special
     insight), set it to <pkgsrc-users%NetBSD.org@localhost>. This special value is a code
-    point indicating that there is no maintainer, but the variable is
-    mandatory, absent OWNER.
-
-  * OWNER can be used instead of MAINTAINER in relatively rare circumstances
-    when the package is such that modifying it is riskier than normal. This is
-    a stronger form of being the maintainer, with an expectation that others
-    will ask for almost all changes, except revbumps and accommodating
-    structural changes. Someone who becomes OWNER has a strong obligation to
-    keep the package very well maintained, to answer queries promptly and to be
-    a steward of the package on behalf of users. In this case, MAINTAINER
-    should be omitted.
-
-    Because of the friction that OWNER adds, PMC may downgrade it to MAINTAINER
-    at any time.
+    point indicating that there is no maintainer.
 
   * HOMEPAGE is a URL where users can find more information about the package.
 
@@ -6462,7 +6449,7 @@ trivial that no reasonable person would 
 test for when increasing PKGREVISION is appropriate. Examples of changes that
 do not merit increasing PKGREVISION are:
 
-  * Changing HOMEPAGE, MAINTAINER, OWNER, or comments in Makefile.
+  * Changing HOMEPAGE, MAINTAINER, or comments in Makefile.
 
   * Changing build variables if the resulting binary package is the same.
 
@@ -10073,7 +10060,6 @@ RUBY_INC                          RUBY_L
 RUBY_LIB_BASE                     RUBY_NAME
 RUBY_NOVERSION                    RUBY_PKGPREFIX
 RUBY_RAILS                        RUBY_RAILS61_VERSION
-RUBY_RAILS70_VERSION              RUBY_RAILS71_VERSION
 RUBY_RAILS72_VERSION              RUBY_RAILS80_VERSION
 RUBY_RAILS_ACCEPTED               RUBY_RAILS_DEFAULT
 RUBY_RAILS_REQD                   RUBY_RAILS_STRICT_DEP



Home | Main Index | Thread Index | Old Index