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

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 16 14:55:50 UTC 2016


Author: bapt
Date: Sun Oct 16 14:55:49 2016
New Revision: 424068
URL: https://svnweb.freebsd.org/changeset/ports/424068

Log:
  Release 1.9.1
  
  - fix a fd leak on freebsd <11
  
  Reported by:	mat
  Tested by:	mat

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Sun Oct 16 14:54:09 2016	(r424067)
+++ head/ports-mgmt/pkg/Makefile	Sun Oct 16 14:55:49 2016	(r424068)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.9.0
+DISTVERSION=	1.9.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Sun Oct 16 14:54:09 2016	(r424067)
+++ head/ports-mgmt/pkg/distinfo	Sun Oct 16 14:55:49 2016	(r424068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476566559
-SHA256 (pkg-1.9.0.tar.xz) = 204921e3e46641fc45033ad7b02fcbac02821d542114d432f2993143757213df
-SIZE (pkg-1.9.0.tar.xz) = 1915872
+TIMESTAMP = 1476629671
+SHA256 (pkg-1.9.1.tar.xz) = 711044127b6f973bbc5f1fde1a4bf56b651dd93fc6b826b259249b069bf3d573
+SIZE (pkg-1.9.1.tar.xz) = 1950068


More information about the svn-ports-all mailing list