Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 23:41:54 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348386 - in head/ports-mgmt: pkg pkg-devel
Message-ID:  <201403152341.s2FNfsWo044658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Mar 15 23:41:54 2014
New Revision: 348386
URL: http://svnweb.freebsd.org/changeset/ports/348386
QAT: https://qat.redports.org/buildarchive/r348386/

Log:
  - 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

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Sat Mar 15 23:18:33 2014	(r348385)
+++ head/ports-mgmt/pkg-devel/Makefile	Sat Mar 15 23:41:54 2014	(r348386)
@@ -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 \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sat Mar 15 23:18:33 2014	(r348385)
+++ head/ports-mgmt/pkg-devel/distinfo	Sat Mar 15 23:41:54 2014	(r348386)
@@ -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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Sat Mar 15 23:18:33 2014	(r348385)
+++ head/ports-mgmt/pkg/Makefile	Sat Mar 15 23:41:54 2014	(r348386)
@@ -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 \

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Sat Mar 15 23:18:33 2014	(r348385)
+++ head/ports-mgmt/pkg/distinfo	Sat Mar 15 23:41:54 2014	(r348386)
@@ -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



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