From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 03:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 EC15762E for ; Fri, 29 Nov 2013 03:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5ACB19D2 for ; Fri, 29 Nov 2013 03:40: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 rAT3e0vu019838 for ; Fri, 29 Nov 2013 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAT3e0OP019837; Fri, 29 Nov 2013 03:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 03:40:00 GMT Resent-Message-Id: <201311290340.rAT3e0OP019837@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, Joseph Mingrone 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184367: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 03:40:01 -0000 >Number: 184367 >Category: ports >Synopsis: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >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: >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: >Unformatted: