From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 23:00:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D2FB9DA; Sun, 14 Sep 2014 23:00:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 385731DF; Sun, 14 Sep 2014 23:00:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EN05hT084558; Sun, 14 Sep 2014 23:00:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8EN04cA084554; Sun, 14 Sep 2014 23:00:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409142300.s8EN04cA084554@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 14 Sep 2014 23:00:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368234 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 23:00:05 -0000 Author: bapt Date: Sun Sep 14 23:00:04 2014 New Revision: 368234 URL: http://svnweb.freebsd.org/changeset/ports/368234 QAT: https://qat.redports.org/buildarchive/r368234/ Log: Update to 1.4.0-alpha15 Changes: - pkg register checks conflicts before installing the files - do not provide any shlibs if the "no_provide_shlib" annotation is set - fix invalid free() in keywords arguments parsing - Add ability to select usage of IPv4/IPv6 via config, repository config or command line - some documentation fixes and improvements - If one of -P, -I or -R is not explicitly given on the command line, do not emit error messages while searching for a mechanism to find data about the latest available ports. - Rework automatic directory deletion Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Sep 14 22:51:46 2014 (r368233) +++ head/ports-mgmt/pkg-devel/Makefile Sun Sep 14 23:00:04 2014 (r368234) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha14 +DISTVERSION= 1.4.0.pre-alpha15 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Sep 14 22:51:46 2014 (r368233) +++ head/ports-mgmt/pkg-devel/distinfo Sun Sep 14 23:00:04 2014 (r368234) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.pre-alpha14.tar.xz) = 164e5fe1661984f8a07abaae8249f56ea261845e2d1d9e43ee0955178287c4e7 -SIZE (pkg-1.4.0.pre-alpha14.tar.xz) = 1756252 +SHA256 (pkg-1.4.0.pre-alpha15.tar.xz) = db5afc24d2623e06aea26580a2972be48fea2b029e8ccef8a84c5ee57d279890 +SIZE (pkg-1.4.0.pre-alpha15.tar.xz) = 1748132