- Update to 1.2.7

Changes:
  - Only fallback to YAML if UCL parsing fails
  - pkg2ng: Hide warnings about @mtree, @stopdaemon, @comment
    @display and @conflicts
  - Fix escaping issues with COMMENT
  - pkg add: Fix -A to properly mark package as automatic
  - pkg2ng: Fix over NFS
  - pkg2ng: Show message while analyzing shared libraries
This commit is contained in:
Bryan Drewery 2014-03-15 23:41:54 +00:00
parent 3cc90ce6f9
commit b0b8ff6067
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348386
4 changed files with 10 additions and 14 deletions

View file

@ -1,12 +1,11 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.2.6
DISTVERSION= 1.2.7
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://files.etoilebsd.net/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
http://miwibox.org/distfiles/${PORTNAME}/ \
http://files.etoilebsd.net/pkg/ \
LOCAL/portmgr
PKGNAMESUFFIX= -devel
@ -15,13 +14,12 @@ COMMENT= Package manager
LICENSE= BSD2CLAUSE
USE_XZ= yes
USES= tar:xz uidfix
# Disable CCACHE support because of the chicken/egg problem pkg should always
# With no dependency at all
NO_CCACHE= yes
USE_LDCONFIG= yes
USES= uidfix
MAKE_ARGS+= PKG_PORTSDIR=${PORTSDIR}
MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \

View file

@ -1,2 +1,2 @@
SHA256 (pkg-1.2.6.tar.xz) = 6c16c233986b1ff5268284c356ce870134f07f84710d61ec7033a3d729bdbbb0
SIZE (pkg-1.2.6.tar.xz) = 1808860
SHA256 (pkg-1.2.7.tar.xz) = 450f51a4c6e3d05fac9b0e408e5dfe252ac87abe72481a5b4711f077178ba4c1
SIZE (pkg-1.2.7.tar.xz) = 1822868

View file

@ -1,12 +1,11 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.2.6
DISTVERSION= 1.2.7
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://miwibox.org/distfiles/${PORTNAME}/ \
http://files.etoilebsd.net/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
http://files.etoilebsd.net/pkg/ \
LOCAL/portmgr
MAINTAINER= portmgr@FreeBSD.org
@ -14,13 +13,12 @@ COMMENT= Package manager
LICENSE= BSD2CLAUSE
USE_XZ= yes
USES= tar:xz uidfix
# Disable CCACHE support because of the chicken/egg problem pkg should always
# With no dependency at all
NO_CCACHE= yes
USE_LDCONFIG= yes
USES= uidfix
MAKE_ARGS+= PKG_PORTSDIR=${PORTSDIR}
MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \

View file

@ -1,2 +1,2 @@
SHA256 (pkg-1.2.6.tar.xz) = 6c16c233986b1ff5268284c356ce870134f07f84710d61ec7033a3d729bdbbb0
SIZE (pkg-1.2.6.tar.xz) = 1808860
SHA256 (pkg-1.2.7.tar.xz) = 450f51a4c6e3d05fac9b0e408e5dfe252ac87abe72481a5b4711f077178ba4c1
SIZE (pkg-1.2.7.tar.xz) = 1822868