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

pkgsrc/doc/guide/files/fixes.xml: 1.91 -> 1.92



以下のページの更新をしました。ツッコミをお願いします。

pkgsrc/doc/guide/files/fixes.xml: 1.91 -> 1.92
> revision 1.92
> date: 2008/01/23 13:46:21;  author: rillig;  state: Exp;  lines: +2 -1
> 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.

金曜日までに異議がなければ、 commit します。

以下、訳と原文それぞれの新旧の差分です。

--- fixes.xml.orig	2008-01-24 00:17:01.000000000 +0900
+++ fixes.xml	2008-01-24 00:17:01.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $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 $ -->
 <!-- Based on english version: -->
-<!-- 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>パッケージを動くようにする</title>
@@ -586,6 +586,7 @@
       セキュリティーの修正</para></listitem><listitem><para>
       パッチファイルの変更または追加</para></listitem><listitem><para>
       <filename>PLIST</filename> の変更</para></listitem>
+      <listitem><para>依存性の変更や、依存先パッケージの改称。</para></listitem>
     </itemizedlist>
 
     <para>依存するパッケージの ABI が変更された場合にも、
Index: fixes.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/fixes.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- fixes.xml	17 Oct 2007 14:08:02 -0000	1.91
+++ fixes.xml	23 Jan 2008 13:46:21 -0000	1.92
@@ -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 @@
       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