Date: Sat, 28 Mar 2015 01:58:02 +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: r382446 - head/ports-mgmt/pkg-devel Message-ID: <201503280158.t2S1w2Qw014262@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Mar 28 01:58:01 2015 New Revision: 382446 URL: https://svnweb.freebsd.org/changeset/ports/382446 QAT: https://qat.redports.org/buildarchive/r382446/ Log: Update to 1.4.99.15 aka pkg 1.5.0 alpha2 Changes: - stop spamming users about false libraries not found when creating a package - do not consider local files when evaluation the pkg delete arguments - be more precise about the reasons of a dependency change - give informations about abi changes - give informations about options changes - fix conflicts handling in multi repository mode 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 Sat Mar 28 01:32:23 2015 (r382445) +++ head/ports-mgmt/pkg-devel/Makefile Sat Mar 28 01:58:01 2015 (r382446) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.14 +DISTVERSION= 1.4.99.15 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sat Mar 28 01:32:23 2015 (r382445) +++ head/ports-mgmt/pkg-devel/distinfo Sat Mar 28 01:58:01 2015 (r382446) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.14.tar.xz) = d06ba884a01e23322fc68a80e19a8e64cb58f0814e7dc1702174ecf200bda6c5 -SIZE (pkg-1.4.99.14.tar.xz) = 1862936 +SHA256 (pkg-1.4.99.15.tar.xz) = b1c57d0acf8e1a79a415e85cc24231ee2465c2a018e02bdc8dc2f23fbedfbc5e +SIZE (pkg-1.4.99.15.tar.xz) = 1901472
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503280158.t2S1w2Qw014262>