svn commit: r363712 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 1 15:05:23 UTC 2014


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


More information about the svn-ports-all mailing list