From owner-svn-ports-all@FreeBSD.ORG Wed Feb 11 21:46:54 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B202AA2B; Wed, 11 Feb 2015 21:46:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F731A9; Wed, 11 Feb 2015 21:46:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1BLksF2039483; Wed, 11 Feb 2015 21:46:54 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1BLkrQu039480; Wed, 11 Feb 2015 21:46:53 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502112146.t1BLkrQu039480@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 11 Feb 2015 21:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378857 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 21:46:54 -0000 Author: bapt Date: Wed Feb 11 21:46:53 2015 New Revision: 378857 URL: https://svnweb.freebsd.org/changeset/ports/378857 QAT: https://qat.redports.org/buildarchive/r378857/ Log: Release 1.4.99.11 Changes: - connect pkg alias to the build - add pkg create -v and PKG_CREATE_VERBOSE in pkg.conf to get verbose package creation - show repository priority in pkg -vv - document pkg_repo_priority() in pkg_repos(3) - fix a bug handling chflags on systems without chflagsat reported on dfly but might also affect FreeBSD 8 and 9 even if no bugs were reported yet [1] [1] Special thanks goes to Dillon for removing the dirt our of my eyes and spotting the bug, Antonio Huete Jimenez (tuxillo) for testing and tracking the bug since it has been spotted on dragonfly Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg-devel/pkg-plist Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Feb 11 21:44:47 2015 (r378856) +++ head/ports-mgmt/pkg-devel/Makefile Wed Feb 11 21:46:53 2015 (r378857) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.10 +DISTVERSION= 1.4.99.11 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Feb 11 21:44:47 2015 (r378856) +++ head/ports-mgmt/pkg-devel/distinfo Wed Feb 11 21:46:53 2015 (r378857) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.10.tar.xz) = 55104b9bb1e86b39052ed65170d1e4f48f57cbcf95485c0668d1d522ab06ec8b -SIZE (pkg-1.4.99.10.tar.xz) = 1862880 +SHA256 (pkg-1.4.99.11.tar.xz) = 14b3f2655a84211186aec107f15a23c1428e9b065996761388afd7091fb508c1 +SIZE (pkg-1.4.99.11.tar.xz) = 1887264 Modified: head/ports-mgmt/pkg-devel/pkg-plist ============================================================================== --- head/ports-mgmt/pkg-devel/pkg-plist Wed Feb 11 21:44:47 2015 (r378856) +++ head/ports-mgmt/pkg-devel/pkg-plist Wed Feb 11 21:46:53 2015 (r378857) @@ -16,6 +16,7 @@ man/man3/pkg_repos.3.gz man/man5/pkg-repository.5.gz man/man5/pkg.conf.5.gz man/man8/pkg-add.8.gz +man/man8/pkg-alias.8.gz man/man8/pkg-annotate.8.gz man/man8/pkg-audit.8.gz man/man8/pkg-autoremove.8.gz