Duplicate port names in MOVED

Doug Barton dougb at FreeBSD.org
Thu Jan 5 00:30:54 PST 2006


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

-------------- next part --------------
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


More information about the freebsd-ports mailing list