mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
[patch] fix possible error in /usr/ports/MOVED
The ports monitoring code that I am working on attempts to automatically parse the MOVED file. For the port security/pam_krb5, which was deleted and then restored, there is a "from" entry but the "to" entry is still empty. If I understand the intent of this file correctly, I believe the "to" entry should be set back to being non-null. There are two errors. The format I suggested for the first one doesn't really represent the historical data; I have restored the original entry on the first instance and added a completely separate second instance. The other error is that the lang/php4 port has been restored, but a parse of the file will allege that it is still deleted. PR: ports/57293 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
82720705aa
commit
d4de731fe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89681
2
MOVED
2
MOVED
@ -343,6 +343,7 @@ misc/p5-DataCash||2003-05-20|No longer available
|
||||
net/p5-Net-BGP4|net/p5-Net-BGP|2003-05-21|module was renamed
|
||||
x11-wm/kde-icontheme-crystal||2003-05-22|Included in kdelibs
|
||||
devel/p5-File-Tools||2003-05-22|Newer version included into Perl distribution
|
||||
lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4
|
||||
x11-servers/XttXF98srv-EGC||2003-05-23|obsoleted by x11-servers/XFree86-4-Server
|
||||
x11-servers/XttXF98srv-GA968||2003-05-23|obsoleted by x11-servers/XFree86-4-Server
|
||||
x11-servers/XttXF98srv-GANBWAP||2003-05-23|obsoleted by x11-servers/XFree86-4-Server
|
||||
@ -486,6 +487,7 @@ x11-toolkits/ruby-fltk||2003-08-07|port was marked broken for 3 months with no f
|
||||
x11-wm/scwm||2003-08-07|port was marked broken for 3 months with no fix submitted
|
||||
chinese/cce||2003-08-07|port contains a security vulnerability and is no longer developed
|
||||
net/ruby-romp||2003-08-08|discontinued
|
||||
security/pam_krb5|security/pam_krb5|2003-08-08|resurrected: required when MIT KRB5 used in place of base system KRB5
|
||||
audio/ruby-qt2sound||2003-08-09|obsolete
|
||||
graphics/ruby-qt2gl||2003-08-09|obsolete
|
||||
textproc/ruby-qt2xml||2003-08-09|obsolete
|
||||
|
Loading…
Reference in New Issue
Block a user