From nobody@FreeBSD.org  Sat May 11 04:48:42 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 7C172114
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <koobs@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Fix two warnings in /usr/ports/MOVED
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 11 04:50:00 UTC 2013
>Closed-Date:    Sat May 11 06:42:36 UTC 2013
>Last-Modified:  Sat May 11 06:50:00 UTC 2013
>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:

From: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To: Kubilay Kocak <koobs@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/178499: [PATCH] Fix two warnings in /usr/ports/MOVED
Date: Sat, 11 May 2013 09:03:44 +0400

 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:
 >
 >
 > 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
 
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Sat May 11 06:42:36 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178499 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178499: commit references a PR
Date: Sat, 11 May 2013 06:42:31 +0000 (UTC)

 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"
 
>Unformatted:
