Date: Sun, 14 Sep 2014 23:00:04 +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: r368234 - head/ports-mgmt/pkg-devel Message-ID: <201409142300.s8EN04cA084554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409142300.s8EN04cA084554>