Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 22:24:57 +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: r412376 - in head/ports-mgmt/pkg: . files
Message-ID:  <201604012224.u31MOv3G023596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr  1 22:24:56 2016
New Revision: 412376
URL: https://svnweb.freebsd.org/changeset/ports/412376

Log:
  Update to pkg 1.7.0
  Changes:
  - Support new "vital" notion: prevent from implicit deletion
  - Improved support for OpenBSD/bitrig (still lacks some functions in libc)
  - Improved ZSH completion
  - Updated libucl
  - Lots of fixes in error messages
  - Fixed "pkg lock" handling
  - Allow to specify "inline" respositories in pkg.conf
  - ipv6 fixes
  - Allow to restrict the accepted url schemes
  - More commands supports "-q"
  - Multiple bug fixes
  - As usual multiple new bugs
  - Improved support for shlibs dependency generation when packaging base via ALLOW_BASE_SHLIBES

Deleted:
  head/ports-mgmt/pkg/files/0001-Fix-installation-of-hardlinks.patch
Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Fri Apr  1 21:47:07 2016	(r412375)
+++ head/ports-mgmt/pkg/Makefile	Fri Apr  1 22:24:56 2016	(r412376)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.6.4
-PORTREVISION=	1
+DISTVERSION=	1.7.0
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
@@ -30,8 +29,6 @@ CFLAGS+=	-Wno-error
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-docs_pkg.8
 .endif
 
-EXTRA_PATCHES+=	${FILESDIR}/0001-Fix-installation-of-hardlinks.patch
-
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Fri Apr  1 21:47:07 2016	(r412375)
+++ head/ports-mgmt/pkg/distinfo	Fri Apr  1 22:24:56 2016	(r412376)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.6.4.tar.xz) = edb2d7212ac0149949dcebc08c2c15793589eaafddf097a2fca5ace25434758e
-SIZE (pkg-1.6.4.tar.xz) = 1928740
+SHA256 (pkg-1.7.0.tar.xz) = 967394ebc08924b452f2efa0a1b993b81fa868ce70dbc0764280979c6e6942d8
+SIZE (pkg-1.7.0.tar.xz) = 1908468



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