Date: Sat, 11 May 2013 04:48:41 GMT From: Kubilay Kocak <koobs@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/178499: [PATCH] Fix two warnings in /usr/ports/MOVED Message-ID: <201305110448.r4B4mfEB039124@oldred.FreeBSD.org> Resent-Message-ID: <201305110450.r4B4o0SD013719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: Patch attached with submission follows: 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305110448.r4B4mfEB039124>