svn commit: r378857 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 11 21:46:54 UTC 2015


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


More information about the svn-ports-head mailing list