Bug 57293 - [patch] fix possible error in /usr/ports/MOVED
Summary: [patch] fix possible error in /usr/ports/MOVED
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-27 20:50 UTC by Mark Linimon
Modified: 2003-09-28 14:47 UTC (History)
0 users

See Also:


Attachments
file.diff (761 bytes, patch)
2003-09-27 20:50 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon 2003-09-27 20:50:20 UTC
	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.

How-To-Repeat: 	n/a
Comment 1 Mark Linimon 2003-09-28 07:54:53 UTC
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.

--- ports/MOVED.dist	Sun Sep 28 01:44:02 2003
+++ ports/MOVED	Sun Sep 28 01:52:16 2003
@@ -164,7 +164,7 @@
 devel/ossp-mm||2003-02-01|accidental dupe of devel/mm
 archivers/linux_rar||2003-02-03|FreeBSD/i386 binary is available
 security/krb5-beta||2003-08-07|deleted: no longer in beta, MIT KRB5 1.3 
released
-security/pam_krb5||2003-02-12|resurrected: required when MIT KRB5 used in 
place of base system KRB5
+security/pam_krb5||2003-02-12|deleted: functionality in base system
 deskutils/gnucash|finance/gnucash|2003-02-05|new category
 x11-toolkits/crux||2003-02-07|deleted: added to GNOME 2.2 desktop
 textproc/ruby-erb||2003-02-09|ERb 1.x is obsolete: use the one included in 
ruby 1.8 or ruby16-shim-ruby18
@@ -343,6 +343,7 @@
 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-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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-28 14:47:47 UTC
State Changed
From-To: open->closed

Commited, thanks!