Skip to content

Commit

Permalink
Update to pkg 1.7.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bapt committed Apr 1, 2016
1 parent cf6d3cb commit aabba63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 83 deletions.
5 changes: 1 addition & 4 deletions ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -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= \
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -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
77 changes: 0 additions & 77 deletions ports-mgmt/pkg/files/0001-Fix-installation-of-hardlinks.patch

This file was deleted.

0 comments on commit aabba63

Please sign in to comment.