From d57ae69766cf1afd1a7ea153e0f9a0cc57222d68 Mon Sep 17 00:00:00 2001
From: Alexander Leidinger
Date: Fri, 9 Nov 2007 13:01:54 +0000
Subject: [PATCH] Remove the "UPDATING parser and displayer" entry, it's
committed to -current.
While I'm here: thanks to all people improving the list in the previous
commits.
---
en/projects/ideas/ideas.xml | 24 +-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)
diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml
index 11ba020813..06c7667dd5 100644
--- a/en/projects/ideas/ideas.xml
+++ b/en/projects/ideas/ideas.xml
@@ -15,7 +15,7 @@ Ideas//EN"
- $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.29 2007/10/19 17:54:11 netchild Exp $
+ $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.30 2007/10/31 18:20:10 danger Exp $
@@ -1221,28 +1221,6 @@ they all need to be locked.
-
- UPDATING parser and displayer
-
-
- Write a small C/shell app that will scan the installed ports and
- show all UPDATING entries that affect one of the installed ports,
- and are relevant on the given machine (ie. user haven't already performed the update).
- Possibly the UPDATING format will have to be expanded to record the
- versions of affected ports, like:
-
- gettext<0.16 -> gettext>=0.16
-
- The app will be used standalone, and called from pkg_version or
- portupgrade.
-
- Requirements:
-
- - Basic shell/C coding.
-
-
-
-
Utility for safe updating of ports in base system