svn commit: r321728 - in head/ports-mgmt: pkg pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 25 10:08:51 UTC 2013


Author: bapt
Date: Tue Jun 25 10:08:49 2013
New Revision: 321728
URL: http://svnweb.freebsd.org/changeset/ports/321728

Log:
  Update to 1.1.2
  Changes:
  - Fix install|upgrade -f not executing post-install scripts [1]
  - Fix bad size calculation on i386 for pkg delete (always say 4G will be freed)
  - Fix pkg query '%sh' now properly converting to human number on i386
  - Fix zsh completion missing ']' [2]
  - Fix pkg stats in case no remote repositories are configured [3]
  
  Reported by:	ohauer [1], Kimmo Paasiala via github issue #520 [2], rene [3]

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Tue Jun 25 09:07:16 2013	(r321727)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Jun 25 10:08:49 2013	(r321728)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.1.1
+DISTVERSION=	1.1.2
 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	Tue Jun 25 09:07:16 2013	(r321727)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Jun 25 10:08:49 2013	(r321728)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.1.tar.xz) = a23096c2935da32752de4e2c7384e03f5ac28734f4d4ad349501dfa10b89d5c3
-SIZE (pkg-1.1.1.tar.xz) = 1554796
+SHA256 (pkg-1.1.2.tar.xz) = 1f5c8bd5c0fae93a53d87c68a0965ead1e7d7433d71aa5b158dd82ffafaafcf9
+SIZE (pkg-1.1.2.tar.xz) = 1554568

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Jun 25 09:07:16 2013	(r321727)
+++ head/ports-mgmt/pkg/Makefile	Tue Jun 25 10:08:49 2013	(r321728)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.1.1
+DISTVERSION=	1.1.2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://files.etoilebsd.net/pkg/ \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Tue Jun 25 09:07:16 2013	(r321727)
+++ head/ports-mgmt/pkg/distinfo	Tue Jun 25 10:08:49 2013	(r321728)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.1.tar.xz) = a23096c2935da32752de4e2c7384e03f5ac28734f4d4ad349501dfa10b89d5c3
-SIZE (pkg-1.1.1.tar.xz) = 1554796
+SHA256 (pkg-1.1.2.tar.xz) = 1f5c8bd5c0fae93a53d87c68a0965ead1e7d7433d71aa5b158dd82ffafaafcf9
+SIZE (pkg-1.1.2.tar.xz) = 1554568


More information about the svn-ports-all mailing list