Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 21:44:48 +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: r378856 - head/ports-mgmt/pkg
Message-ID:  <201502112144.t1BLimQu039065@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Feb 11 21:44:47 2015
New Revision: 378856
URL: https://svnweb.freebsd.org/changeset/ports/378856
QAT: https://qat.redports.org/buildarchive/r378856/

Log:
  Release 1.4.11
  Changes:
  - 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/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Wed Feb 11 21:25:56 2015	(r378855)
+++ head/ports-mgmt/pkg/Makefile	Wed Feb 11 21:44:47 2015	(r378856)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.10
+DISTVERSION=	1.4.11
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Wed Feb 11 21:25:56 2015	(r378855)
+++ head/ports-mgmt/pkg/distinfo	Wed Feb 11 21:44:47 2015	(r378856)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.10.tar.xz) = e14db1abd93a1f4a7f028cbe87d92542b5baeba36d968c364b2bc31aabdc86b6
-SIZE (pkg-1.4.10.tar.xz) = 1815796
+SHA256 (pkg-1.4.11.tar.xz) = 64ed02e8ce889ab2e6d19fe644b4b7603a990a718d1f1426f6013703fa51427b
+SIZE (pkg-1.4.11.tar.xz) = 1816024



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