Date: Fri, 31 May 2013 14:42:25 +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: r319496 - head/ports-mgmt/pkg-devel Message-ID: <201305311442.r4VEgPBF028376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 31 14:42:25 2013 New Revision: 319496 URL: http://svnweb.freebsd.org/changeset/ports/319496 Log: Update to 1.1.0.b3: - Fix the solver endlessly proposing to reinstall some packages [1] - Fix a typo in repository configuration parser - Explain why a package is being reinstalled Reported and tested by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1] 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 Fri May 31 14:40:56 2013 (r319495) +++ head/ports-mgmt/pkg-devel/Makefile Fri May 31 14:42:25 2013 (r319496) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.1.0.b2 +DISTVERSION= 1.1.0.b3 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Fri May 31 14:40:56 2013 (r319495) +++ head/ports-mgmt/pkg-devel/distinfo Fri May 31 14:42:25 2013 (r319496) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.1.0.b2.tar.xz) = df6a5d042daa073e33b3bda1c843e3a6dfe9367badbf3996f29e2190d4e48e5b -SIZE (pkg-1.1.0.b2.tar.xz) = 1549240 +SHA256 (pkg-1.1.0.b3.tar.xz) = 5187eaebe6b2813eb5efa0430c3b598eb99cbbd2c2afe994c563dfad8306669c +SIZE (pkg-1.1.0.b3.tar.xz) = 1549396
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305311442.r4VEgPBF028376>