From conrads@serene.no-ip.org  Sat Jan 28 03:41:30 2012
Return-Path: <conrads@serene.no-ip.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 93771106564A
	for <freebsd-gnats-submit@freebsd.org>; Sat, 28 Jan 2012 03:41:30 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmfepo103.cox.net (eastrmfepo103.cox.net [68.230.241.215])
	by mx1.freebsd.org (Postfix) with ESMTP id 333CA8FC15
	for <freebsd-gnats-submit@freebsd.org>; Sat, 28 Jan 2012 03:41:29 +0000 (UTC)
Received: from eastrmimpo305.cox.net ([68.230.241.237])
          by eastrmfepo103.cox.net
          (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP
          id <20120128034124.TYYQ28068.eastrmfepo103.cox.net@eastrmimpo305.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Fri, 27 Jan 2012 22:41:24 -0500
Received: from serene.no-ip.org ([98.164.86.55])
	by eastrmimpo305.cox.net with bizsmtp
	id SrhP1i0051BeFqy02rhPzv; Fri, 27 Jan 2012 22:41:23 -0500
Received: from serene.no-ip.org (localhost [127.0.0.1])
	by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q0S3fMgb098897
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jan 2012 21:41:22 -0600 (CST)
	(envelope-from conrads@serene.no-ip.org)
Received: (from root@localhost)
	by serene.no-ip.org (8.14.5/8.14.5/Submit) id q0S3fH5r098896;
	Fri, 27 Jan 2012 21:41:17 -0600 (CST)
	(envelope-from conrads)
Message-Id: <201201280341.q0S3fH5r098896@serene.no-ip.org>
Date: Fri, 27 Jan 2012 21:41:17 -0600 (CST)
From: "Conrad J. Sabatier" <conrads@cox.net>
Reply-To: "Conrad J. Sabatier" <conrads@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] usr.sbin/pkg_install: update references to INDEX-8 for CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         164561
>Category:       bin
>Synopsis:       [patch] pkg_version(1): update references to INDEX-8 for CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 28 03:50:04 UTC 2012
>Closed-Date:    Sat May 18 14:21:48 CDT 2013
>Last-Modified:  Sat May 18 19:30:02 UTC 2013
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Jan 26 09:38:49 CST 2012 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	pkg_version(1) refers to INDEX-8, should be INDEX-10 in CURRENT
>How-To-Repeat:
	N/A
>Fix:
	patch below

--- pkg_install.diff begins here ---
Index: /usr/src/usr.sbin/pkg_install/version/pkg_version.1
===================================================================
RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/pkg_version.1,v
retrieving revision 1.40
diff -u -r1.40 pkg_version.1
--- /usr/src/usr.sbin/pkg_install/version/pkg_version.1	30 May 2008 14:26:09 -0000	1.40
+++ /usr/src/usr.sbin/pkg_install/version/pkg_version.1	28 Jan 2012 03:30:24 -0000
@@ -72,7 +72,7 @@
 .Nm
 will search for the package in the ports collection index file
 (typically
-.Pa /usr/ports/INDEX-8 ) .
+.Pa /usr/ports/INDEX-10 ) .
 Any matching version number(s) there will be used to determine whether
 the installed package is up-to-date or requires updating.
 .Pp
@@ -205,12 +205,12 @@
 If no
 .Ar index
 file is specified on the command line,
-.Pa /usr/ports/INDEX-8
+.Pa /usr/ports/INDEX-10
 is used.
 .El
 .Sh FILES
-.Bl -tag -width /usr/ports/INDEX-8 -compact
-.It Pa /usr/ports/INDEX-8
+.Bl -tag -width /usr/ports/INDEX-10 -compact
+.It Pa /usr/ports/INDEX-10
 Default index file.
 .El
 .Sh EXAMPLES
@@ -224,7 +224,7 @@
 The command below generates a report against
 the version numbers in the on-line ports collection:
 .Pp
-.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-8
+.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-10
 .Pp
 The following command compares two package version strings:
 .Pp
--- pkg_install.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->portmgr 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jan 28 04:54:12 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164561 
Responsible-Changed-From-To: portmgr->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Fri May 17 16:19:20 CDT 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/164561: commit references a PR
Date: Sat, 18 May 2013 19:18:12 +0000 (UTC)

 Author: bdrewery (ports committer)
 Date: Sat May 18 19:18:03 2013
 New Revision: 250786
 URL: http://svnweb.freebsd.org/changeset/base/250786
 
 Log:
   Update location to ports INDEX file.
   
   PR:		bin/164561
   Approved by:	bapt
 
 Modified:
   head/usr.sbin/pkg_install/version/pkg_version.1
 
 Modified: head/usr.sbin/pkg_install/version/pkg_version.1
 ==============================================================================
 --- head/usr.sbin/pkg_install/version/pkg_version.1	Sat May 18 19:06:15 2013	(r250785)
 +++ head/usr.sbin/pkg_install/version/pkg_version.1	Sat May 18 19:18:03 2013	(r250786)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd November 9, 2012
 +.Dd May 18, 2013
  .Dt PKG_VERSION 1
  .Os
  .Sh NAME
 @@ -72,7 +72,7 @@ cannot be located,
  .Nm
  will search for the package in the ports collection index file
  (typically
 -.Pa /usr/ports/INDEX-8 ) .
 +.Pa /usr/ports/INDEX-10 ) .
  Any matching version number(s) there will be used to determine whether
  the installed package is up-to-date or requires updating.
  .Pp
 @@ -205,12 +205,12 @@ can be used here.
  If no
  .Ar index
  file is specified on the command line,
 -.Pa /usr/ports/INDEX-8
 +.Pa /usr/ports/INDEX-10
  is used.
  .El
  .Sh FILES
 -.Bl -tag -width /usr/ports/INDEX-8 -compact
 -.It Pa /usr/ports/INDEX-8
 +.Bl -tag -width /usr/ports/INDEX-10 -compact
 +.It Pa /usr/ports/INDEX-10
  Default index file.
  .El
  .Sh EXAMPLES
 @@ -224,7 +224,7 @@ index file:
  The command below generates a report against
  the version numbers in the on-line ports collection:
  .Pp
 -.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-8
 +.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-10
  .Pp
  The following command compares two package version strings:
  .Pp
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Sat May 18 14:21:47 CDT 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/164561: commit references a PR
Date: Sat, 18 May 2013 19:21:46 +0000 (UTC)

 Author: bdrewery (ports committer)
 Date: Sat May 18 19:21:33 2013
 New Revision: 250787
 URL: http://svnweb.freebsd.org/changeset/base/250787
 
 Log:
   Direct commit to update ports INDEX location.
   
   PR:		bin/164561
   Approved by:	bapt
 
 Modified:
   stable/9/usr.sbin/pkg_install/version/pkg_version.1
 
 Modified: stable/9/usr.sbin/pkg_install/version/pkg_version.1
 ==============================================================================
 --- stable/9/usr.sbin/pkg_install/version/pkg_version.1	Sat May 18 19:18:03 2013	(r250786)
 +++ stable/9/usr.sbin/pkg_install/version/pkg_version.1	Sat May 18 19:21:33 2013	(r250787)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 30, 2008
 +.Dd May 18, 2013
  .Dt PKG_VERSION 1
  .Os
  .Sh NAME
 @@ -72,7 +72,7 @@ cannot be located,
  .Nm
  will search for the package in the ports collection index file
  (typically
 -.Pa /usr/ports/INDEX-8 ) .
 +.Pa /usr/ports/INDEX-9 ) .
  Any matching version number(s) there will be used to determine whether
  the installed package is up-to-date or requires updating.
  .Pp
 @@ -205,12 +205,12 @@ can be used here.
  If no
  .Ar index
  file is specified on the command line,
 -.Pa /usr/ports/INDEX-8
 +.Pa /usr/ports/INDEX-9
  is used.
  .El
  .Sh FILES
 -.Bl -tag -width /usr/ports/INDEX-8 -compact
 -.It Pa /usr/ports/INDEX-8
 +.Bl -tag -width /usr/ports/INDEX-9 -compact
 +.It Pa /usr/ports/INDEX-9
  Default index file.
  .El
  .Sh EXAMPLES
 @@ -224,7 +224,7 @@ index file:
  The command below generates a report against
  the version numbers in the on-line ports collection:
  .Pp
 -.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-8
 +.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-9
  .Pp
  The following command compares two package version strings:
  .Pp
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
