From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 11 04:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CB734118 for ; Sat, 11 May 2013 04:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B348A89F for ; Sat, 11 May 2013 04:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4B4o00D013720 for ; Sat, 11 May 2013 04:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4B4o0SD013719; Sat, 11 May 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 11 May 2013 04:50:00 GMT Resent-Message-Id: <201305110450.r4B4o0SD013719@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7C172114 for ; Sat, 11 May 2013 04:48:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 5388289C for ; Sat, 11 May 2013 04:48:42 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4B4mgNb039252 for ; Sat, 11 May 2013 04:48:42 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4B4mfEB039124; Sat, 11 May 2013 04:48:41 GMT (envelope-from nobody) Message-Id: <201305110448.r4B4mfEB039124@oldred.FreeBSD.org> Date: Sat, 11 May 2013 04:48:41 GMT From: Kubilay Kocak To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178499: [PATCH] Fix two warnings in /usr/ports/MOVED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 04:50:00 -0000 >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: