Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 21:46:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378857 - head/ports-mgmt/pkg-devel
Message-ID:  <201502112146.t1BLkrQu039480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502112146.t1BLkrQu039480>