Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jan 2006 00:30:47 -0800
From:      Doug Barton <dougb@FreeBSD.org>
To:        freebsd ports <freebsd-ports@freebsd.org>
Subject:   Duplicate port names in MOVED
Message-ID:  <43BCD937.1090108@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------010408070302060205070703
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Howdy,

I'm working on something that needs to parse the MOVED file, and out of 
curiosity I decided to check to see if port names on the far left side were 
ever duplicated. It turns out that there are 5 duplicates:

devel/gnustep-devel
devel/sdcc
lang/php4
sysutils/xwatch
x11-toolkits/gtk-industrial-theme

I've attached the patch that handles the 3 obvious cases (2 pure duplicates 
and one entry that's more recent, broken -> removed). The two I'm confused 
about are lang/php4 and x11-toolkits/gtk-industrial-theme. I think I 
understand what the two entries are trying to say, but I'm not sure if it's 
a good idea to remove one of the duplicates since I'm not sure how other 
applications are handling the info in this file.

This also leads to a question, are duplicate port names considered an error, 
or is this something I should figure out how to parse, perhaps by always 
taking the last entry?

Thanks,

Doug

-- 

     This .signature sanitized for your protection


--------------010408070302060205070703
Content-Type: text/plain;
 name="MOVED.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="MOVED.diff"

Index: MOVED
===================================================================
RCS file: /home/pcvs/ports/MOVED,v
retrieving revision 1.865
diff -u -r1.865 MOVED
--- MOVED	2 Jan 2006 14:00:30 -0000	1.865
+++ MOVED	5 Jan 2006 08:22:09 -0000
@@ -148,7 +148,6 @@
 x11/libhelp||2003-01-19|removed, didn't compile on current motif, only used by xmgr
 mail/xfaces||2003-01-19|removed, obsoleted, functionality taken over by faces
 devel/gnustep-devel|devel/gnustep|2003-01-20|merged
-devel/gnustep-devel|devel/gnustep|2003-01-20|merged
 x11-toolkits/gnustep-gui-devel|x11-toolkits/gnustep-gui|2003-01-20|merged
 x11-toolkits/gnustep-xgps|x11-toolkits/gnustep-back|2003-01-20|full substitute
 devel/ruby-unit|devel/ruby-testunit|2003-01-23|succeeded
@@ -460,7 +459,6 @@
 chinese/mozilla-tclp||2003-08-07|port was marked broken for 3 months with no fix submitted
 devel/uds||2003-08-07|port was marked broken for 3 months with no fix submitted
 devel/py-htmlkit||2003-08-07|port was marked broken for 3 months with no fix submitted
-devel/sdcc||2003-08-07|port was marked broken for 3 months with no fix submitted
 devel/ptl||2003-08-07|port was marked broken for 3 months with no fix submitted
 devel/silc-toolkit||2003-08-07|port was marked broken for 3 months with no fix submitted
 lang/pnet||2003-08-07|port was marked broken for 3 months with no fix submitted
@@ -951,7 +949,6 @@
 games/gcompris|games/gcompris2|2004-03-05|removed, obsoleted, successor is gcompris2
 devel/pear||2004-03-06|removed, obsolete
 graphics/filmgimp|graphics/cinepaint|2004-03-06|renamed
-sysutils/xwatch||2004-03-09|obsolete-distfile deleted by author
 x11-toolkits/qt32|x11-toolkits/qt33|2004-03-09|qt32 replaced by qt33
 mail/ksig|misc/ksig|2004-03-09|ksig is now a part of the kdeaddons ports
 mail/exim-old|mail/exim|2004-03-09|No security maintenance from author, successor is exim

--------------010408070302060205070703--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43BCD937.1090108>