The following errors are noted by MOVEDlint.awk: # /usr/ports/Tools/scripts/MOVEDlint.awk 4250: databases/phpmyadmin must be marked as resurrected 4254: source and destination must be category/port The relevant entries are: 4250: databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch 4254: japanese/jisx0213-fonts|/japanese/font-jisx0213|2013-05-08|Renamed The entry at line 4250 can be removed since the original port is not removed The entry at line 4254 has a superfluous / preceding the origin. Fix: Patch attached with submission follows: How-To-Repeat: 1) cd /usr/ports 2) PORTSDIR=`pwd` /usr/ports/Tools/scripts/MOVEDlint.awk
Hi Kubilay, I think PR isn't needed. Please commit. Kubilay Kocak wrote on 11.05.2013 08:48: > >> Number: 178499 >> Category: ports >> Synopsis: [PATCH] Fix two warnings in /usr/ports/MOVED >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-ports-bugs >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: change-request >> Submitter-Id: current-users >> Arrival-Date: Sat May 11 04:50:00 UTC 2013 >> Closed-Date: >> Last-Modified: >> Originator: Kubilay Kocak >> Release: FreeBSD 9.1-STABLE #0 r249542 amd64 >> Organization: >> Environment: > FreeBSD freebsd-RELENG_9-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #0 r249542: Sun Apr 21 21:01:52 EST 2013 root@freebsd-RELENG_9-amd64.elysium:/usr/obj/usr/src/sys/DTRACE amd64 >> Description: > The following errors are noted by MOVEDlint.awk: > > # /usr/ports/Tools/scripts/MOVEDlint.awk > 4250: databases/phpmyadmin must be marked as resurrected > 4254: source and destination must be category/port > > The relevant entries are: > > 4250: databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch > 4254: japanese/jisx0213-fonts|/japanese/font-jisx0213|2013-05-08|Renamed > > The entry at line 4250 can be removed since the original port is not removed > The entry at line 4254 has a superfluous / preceding the origin. > > >> How-To-Repeat: > 1) cd /usr/ports > 2) PORTSDIR=`pwd` /usr/ports/Tools/scripts/MOVEDlint.awk > >> Fix: > > > > > Index: MOVED > =================================================================== > --- MOVED (revision 317846) > +++ MOVED (working copy) > @@ -4247,10 +4247,9 @@ > textproc/ruby-libxml||2013-05-02|Has expired: Does not work with Ruby 1.9 > japanese/navi2ch-emacs21|japanese/navi2ch|2013-05-02|Removed: obsolete > japanese/navi2ch-xemacs21-mule|japanese/navi2ch|2013-05-02|Removed: obsolete > -databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch > devel/py-libgsf||2013-05-05|No longer supported by newer libgsf version > devel/libgsf-gnome||2013-05-05|No longer supported by newer libgsf version > textproc/ruby-sablot||2013-05-07|Has expired: Does not work with Ruby 1.9 > -japanese/jisx0213-fonts|/japanese/font-jisx0213|2013-05-08|Renamed > +japanese/jisx0213-fonts|japanese/font-jisx0213|2013-05-08|Renamed > x11-drivers/xf86-video-ati613||2013-05-10|Has expired: Old version, use xf86-video-ati instead > devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distribution, only mkimage -- Regards, Ruslan Tinderboxing kills... the drives.
Author: jgh Date: Sat May 11 06:42:17 2013 New Revision: 317849 URL: http://svnweb.freebsd.org/changeset/ports/317849 Log: - cleanup databases/phpmyadmin entry as original port still exists - cleanup preceding '/' for japanese/font-jisx0213 origin entry PR: 178499 Submitted by: koobs@ Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 11 02:29:48 2013 (r317848) +++ head/MOVED Sat May 11 06:42:17 2013 (r317849) @@ -4247,10 +4247,9 @@ editors/nxml-emacs21||2013-05-02|Removed textproc/ruby-libxml||2013-05-02|Has expired: Does not work with Ruby 1.9 japanese/navi2ch-emacs21|japanese/navi2ch|2013-05-02|Removed: obsolete japanese/navi2ch-xemacs21-mule|japanese/navi2ch|2013-05-02|Removed: obsolete -databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch devel/py-libgsf||2013-05-05|No longer supported by newer libgsf version devel/libgsf-gnome||2013-05-05|No longer supported by newer libgsf version textproc/ruby-sablot||2013-05-07|Has expired: Does not work with Ruby 1.9 -japanese/jisx0213-fonts|/japanese/font-jisx0213|2013-05-08|Renamed +japanese/jisx0213-fonts|japanese/font-jisx0213|2013-05-08|Renamed x11-drivers/xf86-video-ati613||2013-05-10|Has expired: Old version, use xf86-video-ati instead devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distribution, only mkimage _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!