diff options
author | rillig <rillig> | 2008-01-23 13:46:21 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-01-23 13:46:21 +0000 |
commit | f31a75aa2f8bfc53e8a68c1fdf49090f9fca49fb (patch) | |
tree | 32a4a69c694bdeac4c398546b4b7fdaae56b7370 /doc/guide | |
parent | 5fdc5f495a88265045042f3c96f050465cc6ef63 (diff) | |
download | pkgsrc-f31a75aa2f8bfc53e8a68c1fdf49090f9fca49fb.tar.gz |
Explicitly mention that the PKGREVISION must be incremented when a
dependency of the package changes. I still have problems with some
packages that depend on GConf2, which doesn't exist anymore. The
dependency has silently changed to GConf, without increasing any
PKGREVISION. Same for gnome-vfs2 and gnome-vfs.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/fixes.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 046361f3455..be3f349abd3 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.91 2007/10/17 14:08:02 kano Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.92 2008/01/23 13:46:21 rillig Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -599,6 +599,7 @@ DISTNAME= foo-17.43 Security fixes</para></listitem><listitem><para> Changes or additions to a patch file</para></listitem><listitem><para> Changes to the <filename>PLIST</filename></para></listitem> + <listitem><para>A dependency is changed or renamed.</para></listitem> </itemizedlist> <para>PKGREVISION must also be incremented when dependencies have ABI |