From nobody@FreeBSD.org  Fri Nov 29 03:30:14 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id CD07954B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Nov 2013 03:30:14 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id A028E195C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Nov 2013 03:30:14 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAT3UE1W080919
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 29 Nov 2013 03:30:14 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAT3UErl080696;
	Fri, 29 Nov 2013 03:30:14 GMT
	(envelope-from nobody)
Message-Id: <201311290330.rAT3UErl080696@oldred.freebsd.org>
Date: Fri, 29 Nov 2013 03:30:14 GMT
From: Joseph Mingrone <jrm@ftfl.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184367
>Category:       ports
>Synopsis:       pkg 1.2.1 warnings about PACKAGESITE in pkg.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 03:40:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Fri Nov 29 14:17:06 UTC 2013
>Originator:     Joseph Mingrone
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD gly 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255768: Sat Sep 21 19:48:48 ADT 2013     root@:/usr/obj/usr/src/sys/GLY  i386
>Description:
After upgrading to pkg 1.2.1 there are warings, "PACKAGESITE in pkg.conf is
deprecated. Please create a repository configuration file" messages.

% pkg info pkg
pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository
configuration file
..

% less /usr/local/etc/pkg.conf
# System-wide configuration file for pkg(8)
# For more information on the file format and
# options please refer to the pkg.conf(5) man page

# Configuration options
#PKG_DBDIR		: /var/db/pkg
#PKG_CACHEDIR		: /var/cache/pkg
#PORTSDIR		: /usr/ports
#PUBKEY			: /etc/ssl/pkg.conf
#HANDLE_RC_SCRIPTS	: NO
#ASSUME_ALWAYS_YES	: NO
#SYSLOG			: YES
#SHLIBS			: NO
#AUTODEPS		: NO
#PORTAUDIT_SITE		: http://portaudit.FreeBSD.org/auditfile.tbz
#PKG_PLUGINS_DIR	: /usr/local/lib/pkg/plugins
#PKG_ENABLE_PLUGINS	: YES
#PLUGINS		: [commands/mystat]
#REPO_AUTOUPDATE	: YES
ALIAS			: {
  all-depends: query %dn-%dv,
  annotations: info -A,
  build-depends: info -qd,
  download: fetch,
  iinfo: info -i -g -x,
  isearch: search -i -g -x,
  leaf: query -e "%a == 0" "%n-%v",
  leaf: query -e "%a == 0" "%n-%v",
  list: info -ql,
  origin: info -qo,
  provided-depends: info -qb,
  raw: info -R,
  required-depends: info -qr,
  shared-depends: info -qB,
  show: info -f -k,
  size: info -sq,
  }

% less /etc/pkg/FreeBSD.conf 
FreeBSD : {
    url            : "pkg+http://pkg.freebsd.org/${ABI}/latest",
    enabled        : yes,
    mirror_type    : "SRV",
    signature_type : "FINGERPRINTS",
    fingerprints   : "/usr/share/keys/pkg",
}

% uname -a
FreeBSD gly 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255768: Sat Sep 21
19:48:48 ADT 2013     root@:/usr/obj/usr/src/sys/GLY  i386

I didn't have a /usr/share/keys/pkg so I created the directory, but it's
empty.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Fri Nov 29 14:17:06 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184367 
>Unformatted:
