Date: Fri, 1 Aug 2014 15:05:22 +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: r363712 - head/ports-mgmt/pkg Message-ID: <201408011505.s71F5MBd038843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Aug 1 15:05:22 2014 New Revision: 363712 URL: http://svnweb.freebsd.org/changeset/ports/363712 QAT: https://qat.redports.org/buildarchive/r363712/ Log: Update to 1.3.4 Changes: - Fix repo database manipulation on FS with no proper locking mechanism - Fix regression where options have "true" value instead of "on" - Prevent early destruction of a repo - Workaround new nginx behaviour of if_modified_since - Fix pkg set -o - Improve some error messages - Do not fallback on yaml anymore to parse new keywords Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Aug 1 14:34:35 2014 (r363711) +++ head/ports-mgmt/pkg/Makefile Fri Aug 1 15:05:22 2014 (r363712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.3 +DISTVERSION= 1.3.4 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Fri Aug 1 14:34:35 2014 (r363711) +++ head/ports-mgmt/pkg/distinfo Fri Aug 1 15:05:22 2014 (r363712) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.3.tar.xz) = dbe0282c977b1eb13ecbf35fa92741383fbc1ede4c57d4d4b02bc6131f169465 -SIZE (pkg-1.3.3.tar.xz) = 1703484 +SHA256 (pkg-1.3.4.tar.xz) = 5be0fae731bbc51c3bb7d5419eaa813cb7fc792a397909a18c90248b9ff42b9e +SIZE (pkg-1.3.4.tar.xz) = 1731340
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011505.s71F5MBd038843>