summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-15 11:34:20 +0000
committeragc <agc@pkgsrc.org>2001-10-15 11:34:20 +0000
commit99995ce111969217d7ff9f44e3b3f3138c1799a1 (patch)
tree8e70b81ee8539b6d14bcb1de0d67c5d6d74e8c0b /Packages.txt
parent91ce13ed3b11d47ca226cf379b5b8d9f3d27e01a (diff)
downloadpkgsrc-99995ce111969217d7ff9f44e3b3f3138c1799a1.tar.gz
Add a section, for developers' benefit mainly, related to updating
packages in pkgsrc.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt30
1 files changed, 29 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 6e4d1fa1a44..2cbd7226e02 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.201 2001/10/13 05:27:49 abs Exp $
+# $NetBSD: Packages.txt,v 1.202 2001/10/15 11:34:20 agc Exp $
###########################################################################
==========================
@@ -2181,6 +2181,34 @@ format, because it will be used by scripts to automatically update pages on
www.netbsd.org and other sites.
+ 11.3 Updating a Package to a Newer Version
+ ==========================================
+
+Please always put a concise, appropriate and relevant summary of the
+changes between old and new versions into the commit log when updating
+a package. There are various reasons for this:
+
++ a URL is volatile, and can change over time. It may go away completely,
+or its information may be overwritten by newer information.
+
++ having the change information between old and new versions in our CVS
+repository is very useful for people who use either cvs or anoncvs.
+
++ having the change information between old and new versions in our CVS
+repository is very useful for people who read the pkgsrc-changes mailing
+list, so that they can make tactical decisions about when to upgrade
+the package.
+
+Please also recognise that, just because a new version of a package
+has been released, it should not automatically be upgraded in the CVS
+repository. We prefer to be conservative in the packages that are
+included in pkgsrc - development or beta packages are not really the
+best thing for most places in which pkgsrc is used. Please use your
+judgement about what should go into pkgsrc, and bear in mind that
+stability is to be preferred above new and possibly untested features.
+
+
+
12 A simple example of a package: bison
=======================================